2 writes to IsAttaching
PresentationFramework (2)
System\Windows\Data\BindingExpressionBase.cs (2)
2055
IsAttaching
= true;
2057
IsAttaching
= false;
8 references to IsAttaching
PresentationFramework (8)
System\Windows\Data\BindingExpression.cs (2)
1757
|| (
IsAttaching
&& (StatusInternal==BindingStatusInternal.Active || UsingFallbackValue) // or about to become active
1765
if (
IsAttaching
&& RootBindingExpression == target.ReadLocalValue(TargetProperty))
System\Windows\Data\BindingExpressionBase.cs (1)
1519
if (
IsAttaching
)
System\Windows\Data\MultiBindingExpression.cs (1)
1372
if (
IsAttaching
&& this == target.ReadLocalValue(TargetProperty))
System\Windows\Data\PriorityBindingExpression.cs (1)
265
if (!
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.