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