5 writes to _status
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (5)
521
_status
= PropertyPathStatus.Active;
607
_status
= PropertyPathStatus.Active;
631
_status
= PropertyPathStatus.AsyncRequestPending;
839
_status
= PropertyPathStatus.PathError;
1533
_status
= PropertyPathStatus.AsyncRequestPending;
2 references to _status
PresentationFramework (2)
MS\Internal\Data\PropertyPathWorker.cs (2)
62
internal PropertyPathStatus Status { get { return
_status
; } }
659
NeedsDirectNotification =
_status
== PropertyPathStatus.Active &&