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