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