15 references to PropertyPathStatus
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (5)
549void SetStatus(PropertyPathStatus status) 553case PropertyPathStatus.Inactive: 556case PropertyPathStatus.Active: 559case PropertyPathStatus.PathError: 562case PropertyPathStatus.AsyncRequestPending:
MS\Internal\Data\PropertyPathWorker.cs (9)
62internal PropertyPathStatus Status { get { return _status; } } 521_status = PropertyPathStatus.Active; 597_status = PropertyPathStatus.Active; 621_status = PropertyPathStatus.AsyncRequestPending; 649NeedsDirectNotification = _status == PropertyPathStatus.Active && 828_status = PropertyPathStatus.PathError; 963if (Status != PropertyPathStatus.Active) 1510_status = PropertyPathStatus.AsyncRequestPending; 1835PropertyPathStatus _status;
System\Windows\PropertyPath.cs (1)
155internal PropertyPathStatus Status { get { return SingleWorker.Status; } }