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