4 writes to IsInTransfer
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
1276
IsInTransfer
= true;
1509
IsInTransfer
= false;
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
1151
IsInTransfer
= true;
1360
IsInTransfer
= false;
5 references to IsInTransfer
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextBox.cs (1)
1632
resetCaret = (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)
1278
if (
IsInTransfer
&& (TargetProperty == FrameworkElement.LanguageProperty))
1470
if (
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