3 references to Converter
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7373propertyGroupDescription.Converter == null &&
src\Framework\System\Windows\Data\PropertyGroupDescription.cs (2)
220if (Converter != null) 222value = Converter.Convert(value, typeof(object), level, culture);