1 write to _status
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
2128_status = status;
7 references to _status
PresentationFramework (7)
System\Windows\Data\BindingExpressionBase.cs (7)
224public BindingStatus Status { get { return (BindingStatus)_status; } } 226internal BindingStatusInternal StatusInternal { get { return _status; } } 579get { return (_status == BindingStatusInternal.Detached); } 584get { return (_status != BindingStatusInternal.Unattached && 585_status != BindingStatusInternal.Detached && 2123if (IsDetached && status != _status) 2125throw new InvalidOperationException(SR.Format(SR.BindingExpressionStatusChanged, _status, status));