5 writes to _status
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (5)
521
_status
= PropertyPathStatus.Active;
597
_status
= PropertyPathStatus.Active;
621
_status
= PropertyPathStatus.AsyncRequestPending;
828
_status
= PropertyPathStatus.PathError;
1510
_status
= PropertyPathStatus.AsyncRequestPending;
2 references to _status
PresentationFramework (2)
MS\Internal\Data\PropertyPathWorker.cs (2)
62
internal PropertyPathStatus Status { get { return
_status
; } }
649
NeedsDirectNotification =
_status
== PropertyPathStatus.Active &&