1 write to TypeConverterType
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3691typeData.TypeConverterType = converterType;
2 references to TypeConverterType
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
3673if (null != typeData.TypeConverterType) 3675converterType = typeData.TypeConverterType;