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