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)
227public BindingStatus Status { get { return (BindingStatus)_status; } } 229internal BindingStatusInternal StatusInternal { get { return _status; } } 585get { return (_status == BindingStatusInternal.Detached); } 590get { return (_status != BindingStatusInternal.Unattached && 591_status != BindingStatusInternal.Detached && 2114if (IsDetached && status != _status) 2116throw new InvalidOperationException(SR.Get(SRID.BindingExpressionStatusChanged, _status, status));