4 writes to IsTransferPending
PresentationFramework (4)
MS\Internal\Data\BindingWorker.cs (1)
98
ParentBindingExpression.
IsTransferPending
= value;
System\Windows\Data\BindingExpression.cs (2)
1268
IsTransferPending
= false;
2629
IsTransferPending
= false; // clear this flag, even if data context isn't changing
System\Windows\Data\BindingExpressionBase.cs (1)
429
IsTransferPending
= true;
1 reference to IsTransferPending
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
326
if (
IsTransferPending
|| IsInUpdate)