3 references to GetTypeConverterType
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1605converterType = XamlTypeMapper.GetTypeConverterType(attributeType);
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
4747Type converterType = XamlTypeMapper.GetTypeConverterType(elementType); 4765Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);