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