2 writes to IsAttaching
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
2054IsAttaching = true; 2056IsAttaching = false;
8 references to IsAttaching
PresentationFramework (8)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
1772|| (IsAttaching && (StatusInternal==BindingStatusInternal.Active || UsingFallbackValue) // or about to become active 1780if (IsAttaching && RootBindingExpression == target.ReadLocalValue(TargetProperty))
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1520if (IsAttaching)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1374if (IsAttaching && this == target.ReadLocalValue(TargetProperty))
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
275if (!IsAttaching)
src\Framework\System\Windows\StyleHelper.cs (3)
5147!bindingExpr.IsAttaching ) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Style application code. 5190!bindingExpr.IsAttaching ) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Template application code. 5228!bindingExpr.IsAttaching ) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Style application code.