5 writes to _status
PresentationFramework (5)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (5)
527
_status
= PropertyPathStatus.Active;
613
_status
= PropertyPathStatus.Active;
637
_status
= PropertyPathStatus.AsyncRequestPending;
844
_status
= PropertyPathStatus.PathError;
1536
_status
= PropertyPathStatus.AsyncRequestPending;
2 references to _status
PresentationFramework (2)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
70
internal PropertyPathStatus Status { get { return
_status
; } }
665
NeedsDirectNotification =
_status
== PropertyPathStatus.Active &&