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)
70internal PropertyPathStatus Status { get { return _status; } } 665NeedsDirectNotification = _status == PropertyPathStatus.Active &&