4 writes to IsTransferPending
PresentationFramework (4)
src\Framework\MS\Internal\Data\BindingWorker.cs (1)
106
ParentBindingExpression.
IsTransferPending
= value;
src\Framework\System\Windows\Data\BindingExpression.cs (2)
1275
IsTransferPending
= false;
2649
IsTransferPending
= false; // clear this flag, even if data context isn't changing (bug Dev11 162254)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
444
IsTransferPending
= true;
1 reference to IsTransferPending
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
344
if (
IsTransferPending
|| IsInUpdate)