10 references to ParentMultiBinding
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (2)
2537
return ParentMultiBindingExpression.
ParentMultiBinding
.DoFilterException(this, ex);
2546
(IsInMultiBindingExpression && ParentMultiBindingExpression.
ParentMultiBinding
.UpdateSourceExceptionFilter != null)
System\Windows\Data\MultiBindingExpression.cs (8)
145
get { return (
ParentMultiBinding
.UpdateSourceTrigger == UpdateSourceTrigger.Default); }
177
Debug.Assert(
ParentMultiBinding
.Converter != null || !String.IsNullOrEmpty(EffectiveStringFormat),
182
_converter =
ParentMultiBinding
.Converter;
186
traceParameters: new object[] {
ParentMultiBinding
});
358
int count =
ParentMultiBinding
.Bindings.Count;
633
return Converter.ConvertBack(rawValue, _tempTypes,
ParentMultiBinding
.ConverterParameter, culture);
995
BindingBase binding =
ParentMultiBinding
.Bindings[i];
1174
preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType,
ParentMultiBinding
.ConverterParameter, culture);