2 writes to IsAttaching
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
2054
IsAttaching
= true;
2056
IsAttaching
= false;
8 references to IsAttaching
PresentationFramework (8)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
1772
|| (
IsAttaching
&& (StatusInternal==BindingStatusInternal.Active || UsingFallbackValue) // or about to become active
1780
if (
IsAttaching
&& RootBindingExpression == target.ReadLocalValue(TargetProperty))
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1520
if (
IsAttaching
)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1374
if (
IsAttaching
&& this == target.ReadLocalValue(TargetProperty))
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
275
if (!
IsAttaching
)
src\Framework\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.