1 write to TypeConverterType
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
3473typeData.TypeConverterType = converterType;
2 references to TypeConverterType
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
3455if (null != typeData.TypeConverterType) 3457converterType = typeData.TypeConverterType;