4 writes to Converter
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (4)
420Converter = null; 446Converter = converter; 822Converter = ParentBinding.Converter; 855Converter = null;
8 references to Converter
PresentationFramework (8)
System\Windows\Data\BindingExpression.cs (8)
824if (Converter == null) 1300value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1331implicitConverter = Converter; 1364else if ((value == DBNull.Value) && (Converter == null || UseDefaultValueConverter)) 1733if (isASubPropertyChange && Converter != null) 1831if (Converter != null) 1838value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture); 1867implicitConverter = Converter;