2 writes to IsAttaching
PresentationFramework (2)
System\Windows\Data\BindingExpressionBase.cs (2)
2063IsAttaching = true; 2065IsAttaching = false;
8 references to IsAttaching
PresentationFramework (8)
System\Windows\Data\BindingExpression.cs (2)
1788|| (IsAttaching && (StatusInternal==BindingStatusInternal.Active || UsingFallbackValue) // or about to become active 1796if (IsAttaching && RootBindingExpression == target.ReadLocalValue(TargetProperty))
System\Windows\Data\BindingExpressionBase.cs (1)
1527if (IsAttaching)
System\Windows\Data\MultiBindingExpression.cs (1)
1383if (IsAttaching && this == target.ReadLocalValue(TargetProperty))
System\Windows\Data\PriorityBindingExpression.cs (1)
272if (!IsAttaching)
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.