4 writes to Converter
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (4)
419Converter = null; 445Converter = converter; 821Converter = ParentBinding.Converter; 854Converter = null;
8 references to Converter
PresentationFramework (8)
System\Windows\Data\BindingExpression.cs (8)
823if (Converter == null) 1299value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1330implicitConverter = Converter; 1363else if ((value == DBNull.Value) && (Converter == null || UseDefaultValueConverter)) 1732if (isASubPropertyChange && Converter != null) 1829if (Converter != null) 1836value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture); 1865implicitConverter = Converter;