4 writes to IsInTransfer
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
1276IsInTransfer = true; 1509IsInTransfer = false;
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
1151IsInTransfer = true; 1360IsInTransfer = false;
5 references to IsInTransfer
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextBox.cs (1)
1632resetCaret = (beb != null) && beb.IsInUpdate && beb.IsInTransfer;
src\Framework\System\Windows\Data\BindingExpression.cs (1)
1823|| IsInTransfer // in a transfer
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
1278if (IsInTransfer && (TargetProperty == FrameworkElement.LanguageProperty)) 1470if (IsInTransfer || !IsAttached) // Dev11 377333: don't react if the binding isn't attached
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1417|| IsInTransfer // in a transfer