15 references to PropertyPathStatus
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (5)
549
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)
62
internal
PropertyPathStatus
Status { get { return _status; } }
521
_status =
PropertyPathStatus
.Active;
597
_status =
PropertyPathStatus
.Active;
621
_status =
PropertyPathStatus
.AsyncRequestPending;
649
NeedsDirectNotification = _status ==
PropertyPathStatus
.Active &&
828
_status =
PropertyPathStatus
.PathError;
963
if (Status !=
PropertyPathStatus
.Active)
1510
_status =
PropertyPathStatus
.AsyncRequestPending;
1835
PropertyPathStatus
_status;
System\Windows\PropertyPath.cs (1)
155
internal
PropertyPathStatus
Status { get { return SingleWorker.Status; } }