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