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