10 references to ParentMultiBinding
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (2)
2584
return ParentMultiBindingExpression.
ParentMultiBinding
.DoFilterException(this, ex);
2593
(IsInMultiBindingExpression && ParentMultiBindingExpression.
ParentMultiBinding
.UpdateSourceExceptionFilter != null)
System\Windows\Data\MultiBindingExpression.cs (8)
156
get { return (
ParentMultiBinding
.UpdateSourceTrigger == UpdateSourceTrigger.Default); }
188
Debug.Assert(
ParentMultiBinding
.Converter != null || !String.IsNullOrEmpty(EffectiveStringFormat),
193
_converter =
ParentMultiBinding
.Converter;
197
traceParameters: new object[] {
ParentMultiBinding
});
369
int count =
ParentMultiBinding
.Bindings.Count;
644
return Converter.ConvertBack(rawValue, _tempTypes,
ParentMultiBinding
.ConverterParameter, culture);
1006
BindingBase binding =
ParentMultiBinding
.Bindings[i];
1185
preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType,
ParentMultiBinding
.ConverterParameter, culture);