2 writes to IsAttaching
PresentationFramework (2)
System\Windows\Data\BindingExpressionBase.cs (2)
2050IsAttaching = true; 2052IsAttaching = false;
8 references to IsAttaching
PresentationFramework (8)
System\Windows\Data\BindingExpression.cs (2)
1751|| (IsAttaching && (StatusInternal==BindingStatusInternal.Active || UsingFallbackValue) // or about to become active 1759if (IsAttaching && RootBindingExpression == target.ReadLocalValue(TargetProperty))
System\Windows\Data\BindingExpressionBase.cs (1)
1517if (IsAttaching)
System\Windows\Data\MultiBindingExpression.cs (1)
1371if (IsAttaching && this == target.ReadLocalValue(TargetProperty))
System\Windows\Data\PriorityBindingExpression.cs (1)
257if (!IsAttaching)
System\Windows\StyleHelper.cs (3)
5136!bindingExpr.IsAttaching ) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Style application code. 5179!bindingExpr.IsAttaching ) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Template application code. 5217!bindingExpr.IsAttaching ) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Style application code.