11 references to IsInMultiBindingExpression
PresentationFramework (11)
src\Framework\System\Windows\Data\BindingExpression.cs (8)
435if (IsInMultiBindingExpression) 548Invariant.Assert(!IsInMultiBindingExpression, "Source BindingExpressions of a MultiBindingExpression should never be UpdateOnLostFocus."); 1032else if (!IsInMultiBindingExpression) // MultiBinding initiates its own update 1431if (!IsInMultiBindingExpression && value != IgnoreDefaultValue && 1769if ( !IsInMultiBindingExpression // not an inner BindingExpression 1800if ( !IsInMultiBindingExpression // not an inner BindingExpression 2558else if (IsInMultiBindingExpression) 2569(IsInMultiBindingExpression && ParentMultiBindingExpression.ParentMultiBinding.UpdateSourceExceptionFilter != null)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
601&& (!IsInMultiBindingExpression || ParentMultiBindingExpression.IsDynamic)); 611&& (!IsInMultiBindingExpression || ParentMultiBindingExpression.IsReflective)); 2558IsInMultiBindingExpression ? UpdateSourceTrigger.Explicit :