2 references to CreateInternalInstance
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
606tc = XamlTypeMapper.CreateInternalInstance(pc, t) as TypeConverter;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5343instance = XamlTypeMapper.CreateInternalInstance(ParserContext, type);