1 write to _status
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2119
_status
= status;
7 references to _status
PresentationFramework (7)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (7)
227
public BindingStatus Status { get { return (BindingStatus)
_status
; } }
229
internal BindingStatusInternal StatusInternal { get { return
_status
; } }
585
get { return (
_status
== BindingStatusInternal.Detached); }
590
get { return (
_status
!= BindingStatusInternal.Unattached &&
591
_status
!= BindingStatusInternal.Detached &&
2114
if (IsDetached && status !=
_status
)
2116
throw new InvalidOperationException(SR.Get(SRID.BindingExpressionStatusChanged,
_status
, status));