15 references to PropertyPathStatus
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (5)
562
void SetStatus(
PropertyPathStatus
status)
566
case
PropertyPathStatus
.Inactive:
569
case
PropertyPathStatus
.Active:
572
case
PropertyPathStatus
.PathError:
575
case
PropertyPathStatus
.AsyncRequestPending:
MS\Internal\Data\PropertyPathWorker.cs (9)
62
internal
PropertyPathStatus
Status { get { return _status; } }
521
_status =
PropertyPathStatus
.Active;
607
_status =
PropertyPathStatus
.Active;
631
_status =
PropertyPathStatus
.AsyncRequestPending;
659
NeedsDirectNotification = _status ==
PropertyPathStatus
.Active &&
839
_status =
PropertyPathStatus
.PathError;
975
if (Status !=
PropertyPathStatus
.Active)
1533
_status =
PropertyPathStatus
.AsyncRequestPending;
1886
PropertyPathStatus
_status;
System\Windows\PropertyPath.cs (1)
155
internal
PropertyPathStatus
Status { get { return SingleWorker.Status; } }