2 references to GetConverterFromId
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (1)
241
converter =
GetConverterFromId
((short)-(short)tcId, type, null);
System\Windows\Markup\XamlTypeMapper.cs (1)
536
typeConvert = parserContext.MapTable.
GetConverterFromId
(converterTypeId, propType, parserContext);