1 write to _status
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
2120_status = status;
7 references to _status
PresentationFramework (7)
System\Windows\Data\BindingExpressionBase.cs (7)
216public BindingStatus Status { get { return (BindingStatus)_status; } } 218internal BindingStatusInternal StatusInternal { get { return _status; } } 571get { return (_status == BindingStatusInternal.Detached); } 576get { return (_status != BindingStatusInternal.Unattached && 577_status != BindingStatusInternal.Detached && 2115if (IsDetached && status != _status) 2117throw new InvalidOperationException(SR.Format(SR.BindingExpressionStatusChanged, _status, status));