15 references to PropertyPathStatus
PresentationFramework (15)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (5)
570
void SetStatus(
PropertyPathStatus
status)
574
case
PropertyPathStatus
.Inactive:
577
case
PropertyPathStatus
.Active:
580
case
PropertyPathStatus
.PathError:
583
case
PropertyPathStatus
.AsyncRequestPending:
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (9)
70
internal
PropertyPathStatus
Status { get { return _status; } }
527
_status =
PropertyPathStatus
.Active;
613
_status =
PropertyPathStatus
.Active;
637
_status =
PropertyPathStatus
.AsyncRequestPending;
665
NeedsDirectNotification = _status ==
PropertyPathStatus
.Active &&
844
_status =
PropertyPathStatus
.PathError;
977
if (Status !=
PropertyPathStatus
.Active)
1536
_status =
PropertyPathStatus
.AsyncRequestPending;
1930
PropertyPathStatus
_status;
src\Framework\System\Windows\PropertyPath.cs (1)
158
internal
PropertyPathStatus
Status { get { return SingleWorker.Status; } }