6 references to GetKnownTypeIdFromType
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (3)
217
short idNumber =
GetKnownTypeIdFromType
(type);
314
short idNumber =
GetKnownTypeIdFromType
(type);
338
short idNumber =
GetKnownTypeIdFromType
(propOwnerType);
System\Windows\Markup\BamlRecordReader.cs (1)
1302
short elementId = BamlMapTable.
GetKnownTypeIdFromType
(parent.GetType());
System\Windows\Markup\BamlRecordWriter.cs (1)
1676
((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.
GetKnownTypeIdFromType
(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
System\Windows\Markup\XamlTypeMapper.cs (1)
3109
short typeId = BamlMapTable.
GetKnownTypeIdFromType
(t);