6 references to GetKnownTypeIdFromType
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (3)
208
short idNumber =
GetKnownTypeIdFromType
(type);
305
short idNumber =
GetKnownTypeIdFromType
(type);
329
short idNumber =
GetKnownTypeIdFromType
(propOwnerType);
System\Windows\Markup\BamlRecordReader.cs (1)
1283
short elementId = BamlMapTable.
GetKnownTypeIdFromType
(parent.GetType());
System\Windows\Markup\BamlRecordWriter.cs (1)
1667
((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.
GetKnownTypeIdFromType
(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
System\Windows\Markup\XamlTypeMapper.cs (1)
3106
short typeId = BamlMapTable.
GetKnownTypeIdFromType
(t);