5 writes to _status
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (5)
520_status = PropertyPathStatus.Active; 598_status = PropertyPathStatus.Active; 622_status = PropertyPathStatus.AsyncRequestPending; 829_status = PropertyPathStatus.PathError; 1511_status = PropertyPathStatus.AsyncRequestPending;
2 references to _status
PresentationFramework (2)
MS\Internal\Data\PropertyPathWorker.cs (2)
61internal PropertyPathStatus Status { get { return _status; } } 650NeedsDirectNotification = _status == PropertyPathStatus.Active &&