1 write to _status
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
2115_status = status;
7 references to _status
PresentationFramework (7)
System\Windows\Data\BindingExpressionBase.cs (7)
215public BindingStatus Status { get { return (BindingStatus)_status; } } 217internal BindingStatusInternal StatusInternal { get { return _status; } } 570get { return (_status == BindingStatusInternal.Detached); } 575get { return (_status != BindingStatusInternal.Unattached && 576_status != BindingStatusInternal.Detached && 2110if (IsDetached && status != _status) 2112throw new InvalidOperationException(SR.Format(SR.BindingExpressionStatusChanged, _status, status));