4 writes to IsInTransfer
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (2)
1274IsInTransfer = true; 1515IsInTransfer = false;
System\Windows\Data\MultiBindingExpression.cs (2)
1140IsInTransfer = true; 1358IsInTransfer = false;
5 references to IsInTransfer
PresentationFramework (5)
System\Windows\Controls\TextBox.cs (1)
1634resetCaret = (beb != null) && beb.IsInUpdate && beb.IsInTransfer;
System\Windows\Data\BindingExpression.cs (1)
1808|| IsInTransfer // in a transfer
System\Windows\Data\BindingExpressionBase.cs (2)
1267if (IsInTransfer && (TargetProperty == FrameworkElement.LanguageProperty)) 1460if (IsInTransfer || !IsAttached) // don't react if the binding isn't attached
System\Windows\Data\MultiBindingExpression.cs (1)
1415|| IsInTransfer // in a transfer