4 writes to Converter
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (4)
423Converter = null; 449Converter = converter; 825Converter = ParentBinding.Converter; 858Converter = null;
8 references to Converter
PresentationFramework (8)
System\Windows\Data\BindingExpression.cs (8)
827if (Converter == null) 1304value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1335implicitConverter = Converter; 1368else if ((value == DBNull.Value) && (Converter == null || UseDefaultValueConverter)) 1759if (isASubPropertyChange && Converter != null) 1857if (Converter != null) 1864value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture); 1893implicitConverter = Converter;