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