6 references to GetKnownTypeIdFromType
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (3)
205
short idNumber =
GetKnownTypeIdFromType
(type);
302
short idNumber =
GetKnownTypeIdFromType
(type);
326
short idNumber =
GetKnownTypeIdFromType
(propOwnerType);
System\Windows\Markup\BamlRecordReader.cs (1)
1284
short elementId = BamlMapTable.
GetKnownTypeIdFromType
(parent.GetType());
System\Windows\Markup\BamlRecordWriter.cs (1)
1668
((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.
GetKnownTypeIdFromType
(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
System\Windows\Markup\XamlTypeMapper.cs (1)
3107
short typeId = BamlMapTable.
GetKnownTypeIdFromType
(t);