7 references to Converter
PresentationFramework (7)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (7)
538Converter.GetType().Name, 565Converter.GetType().Name, count, values.Length, 596Converter.GetType().Name, 619if (Converter == null) 644return Converter.ConvertBack(rawValue, _tempTypes, ParentMultiBinding.ConverterParameter, culture); 1181if (Converter != null) 1184preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType, ParentMultiBinding.ConverterParameter, culture);