15 references to PropertyPathStatus
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (5)
562void SetStatus(PropertyPathStatus status) 566case PropertyPathStatus.Inactive: 569case PropertyPathStatus.Active: 572case PropertyPathStatus.PathError: 575case PropertyPathStatus.AsyncRequestPending:
MS\Internal\Data\PropertyPathWorker.cs (9)
62internal PropertyPathStatus Status { get { return _status; } } 521_status = PropertyPathStatus.Active; 607_status = PropertyPathStatus.Active; 631_status = PropertyPathStatus.AsyncRequestPending; 659NeedsDirectNotification = _status == PropertyPathStatus.Active && 839_status = PropertyPathStatus.PathError; 975if (Status != PropertyPathStatus.Active) 1533_status = PropertyPathStatus.AsyncRequestPending; 1886PropertyPathStatus _status;
System\Windows\PropertyPath.cs (1)
155internal PropertyPathStatus Status { get { return SingleWorker.Status; } }