15 references to PropertyPathStatus
PresentationFramework (15)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (5)
570void SetStatus(PropertyPathStatus status) 574case PropertyPathStatus.Inactive: 577case PropertyPathStatus.Active: 580case PropertyPathStatus.PathError: 583case PropertyPathStatus.AsyncRequestPending:
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (9)
70internal PropertyPathStatus Status { get { return _status; } } 527_status = PropertyPathStatus.Active; 613_status = PropertyPathStatus.Active; 637_status = PropertyPathStatus.AsyncRequestPending; 665NeedsDirectNotification = _status == PropertyPathStatus.Active && 844_status = PropertyPathStatus.PathError; 977if (Status != PropertyPathStatus.Active) 1536_status = PropertyPathStatus.AsyncRequestPending; 1930PropertyPathStatus _status;
src\Framework\System\Windows\PropertyPath.cs (1)
158internal PropertyPathStatus Status { get { return SingleWorker.Status; } }