4 writes to IsInTransfer
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (2)
1269IsInTransfer = true; 1510IsInTransfer = false;
System\Windows\Data\MultiBindingExpression.cs (2)
1139IsInTransfer = true; 1357IsInTransfer = false;
5 references to IsInTransfer
PresentationFramework (5)
System\Windows\Controls\TextBox.cs (1)
1633resetCaret = (beb != null) && beb.IsInUpdate && beb.IsInTransfer;
System\Windows\Data\BindingExpression.cs (1)
1802|| IsInTransfer // in a transfer
System\Windows\Data\BindingExpressionBase.cs (2)
1266if (IsInTransfer && (TargetProperty == FrameworkElement.LanguageProperty)) 1458if (IsInTransfer || !IsAttached) // don't react if the binding isn't attached
System\Windows\Data\MultiBindingExpression.cs (1)
1414|| IsInTransfer // in a transfer