10 references to ParentMultiBinding
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (2)
2535
return ParentMultiBindingExpression.
ParentMultiBinding
.DoFilterException(this, ex);
2544
(IsInMultiBindingExpression && ParentMultiBindingExpression.
ParentMultiBinding
.UpdateSourceExceptionFilter != null)
System\Windows\Data\MultiBindingExpression.cs (8)
144
get { return (
ParentMultiBinding
.UpdateSourceTrigger == UpdateSourceTrigger.Default); }
176
Debug.Assert(
ParentMultiBinding
.Converter != null || !String.IsNullOrEmpty(EffectiveStringFormat),
181
_converter =
ParentMultiBinding
.Converter;
185
traceParameters: new object[] {
ParentMultiBinding
});
357
int count =
ParentMultiBinding
.Bindings.Count;
632
return Converter.ConvertBack(rawValue, _tempTypes,
ParentMultiBinding
.ConverterParameter, culture);
994
BindingBase binding =
ParentMultiBinding
.Bindings[i];
1173
preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType,
ParentMultiBinding
.ConverterParameter, culture);