15 references to PropertyPathStatus
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (5)
549private void SetStatus(PropertyPathStatus status) 553case PropertyPathStatus.Inactive: 556case PropertyPathStatus.Active: 559case PropertyPathStatus.PathError: 562case PropertyPathStatus.AsyncRequestPending:
MS\Internal\Data\PropertyPathWorker.cs (9)
61internal PropertyPathStatus Status { get { return _status; } } 520_status = PropertyPathStatus.Active; 598_status = PropertyPathStatus.Active; 622_status = PropertyPathStatus.AsyncRequestPending; 650NeedsDirectNotification = _status == PropertyPathStatus.Active && 829_status = PropertyPathStatus.PathError; 964if (Status != PropertyPathStatus.Active) 1511_status = PropertyPathStatus.AsyncRequestPending; 1835private PropertyPathStatus _status;
System\Windows\PropertyPath.cs (1)
154internal PropertyPathStatus Status { get { return SingleWorker.Status; } }