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