5 references to GetKnownTypeIdFromType
PresentationBuildTasks (5)
Framework\System\Windows\Markup\BamlMapTable.cs (2)
324
short idNumber =
GetKnownTypeIdFromType
(type);
348
short idNumber =
GetKnownTypeIdFromType
(propOwnerType);
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1686
((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.
GetKnownTypeIdFromType
(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
1892
short id = BamlMapTable.
GetKnownTypeIdFromType
(type);
4788
short collectionTypeID = BamlMapTable.
GetKnownTypeIdFromType
(collectionType);