4 writes to Converter
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingExpression.cs (4)
437Converter = null; 463Converter = converter; 831Converter = ParentBinding.Converter; 864Converter = null;
8 references to Converter
PresentationFramework (8)
src\Framework\System\Windows\Data\BindingExpression.cs (8)
833if (Converter == null) 1305value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1335implicitConverter = Converter; 1367else if ((value == DBNull.Value) && (Converter == null || UseDefaultValueConverter)) 1752if (isASubPropertyChange && Converter != null) 1849if (Converter != null) 1856value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture); 1884implicitConverter = Converter;