2 writes to IsAttaching
PresentationFramework (2)
System\Windows\Data\BindingExpressionBase.cs (2)
2051
IsAttaching
= true;
2053
IsAttaching
= false;
8 references to IsAttaching
PresentationFramework (8)
System\Windows\Data\BindingExpression.cs (2)
1753
|| (
IsAttaching
&& (StatusInternal==BindingStatusInternal.Active || UsingFallbackValue) // or about to become active
1761
if (
IsAttaching
&& RootBindingExpression == target.ReadLocalValue(TargetProperty))
System\Windows\Data\BindingExpressionBase.cs (1)
1518
if (
IsAttaching
)
System\Windows\Data\MultiBindingExpression.cs (1)
1372
if (
IsAttaching
&& this == target.ReadLocalValue(TargetProperty))
System\Windows\Data\PriorityBindingExpression.cs (1)
258
if (!
IsAttaching
)
System\Windows\StyleHelper.cs (3)
5137
!bindingExpr.
IsAttaching
) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Style application code.
5180
!bindingExpr.
IsAttaching
) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Template application code.
5218
!bindingExpr.
IsAttaching
) // Don't invalidate in the middle of attaching - effective value will be updated elsewhere in Style application code.