9 references to PathError
PresentationFramework (9)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
581
Status = BindingStatusInternal.
PathError
;
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (1)
524
Status = BindingStatusInternal.
PathError
;
src\Framework\System\Windows\Data\BindingExpression.cs (5)
686
SetStatus(BindingStatusInternal.
PathError
);
749
SetStatus(BindingStatusInternal.
PathError
);
796
SetStatus(BindingStatusInternal.
PathError
);
904
SetStatus(BindingStatusInternal.
PathError
);
923
SetStatus(BindingStatusInternal.
PathError
);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
893
case BindingStatusInternal.
PathError
:
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1680
if (_table[i].BindingExpressionBase.StatusInternal == BindingStatusInternal.
PathError
)