4 writes to IsInTransfer
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (2)
1283IsInTransfer = true; 1524IsInTransfer = false;
System\Windows\Data\MultiBindingExpression.cs (2)
1151IsInTransfer = true; 1369IsInTransfer = false;
5 references to IsInTransfer
PresentationFramework (5)
System\Windows\Controls\TextBox.cs (1)
1639resetCaret = (beb != null) && beb.IsInUpdate && beb.IsInTransfer;
System\Windows\Data\BindingExpression.cs (1)
1839|| IsInTransfer // in a transfer
System\Windows\Data\BindingExpressionBase.cs (2)
1275if (IsInTransfer && (TargetProperty == FrameworkElement.LanguageProperty)) 1468if (IsInTransfer || !IsAttached) // don't react if the binding isn't attached
System\Windows\Data\MultiBindingExpression.cs (1)
1426|| IsInTransfer // in a transfer