5 writes to _status
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (5)
520
_status
= PropertyPathStatus.Active;
598
_status
= PropertyPathStatus.Active;
622
_status
= PropertyPathStatus.AsyncRequestPending;
829
_status
= PropertyPathStatus.PathError;
1511
_status
= PropertyPathStatus.AsyncRequestPending;
2 references to _status
PresentationFramework (2)
MS\Internal\Data\PropertyPathWorker.cs (2)
61
internal PropertyPathStatus Status { get { return
_status
; } }
650
NeedsDirectNotification =
_status
== PropertyPathStatus.Active &&