1 instantiation of BamlMapTable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
359_mapTable = new BamlMapTable(value);
14 references to BamlMapTable
PresentationBuildTasks (14)
Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
1686((BamlElementStartRecord)valueDeferRecord.Record).TypeId == BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]), 1843internal BamlMapTable MapTable 1915BamlMapTable _bamlMapTable;
Framework\System\Windows\Markup\ParserContext.cs (2)
577internal BamlMapTable MapTable 990private BamlMapTable _mapTable;
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
583if (xamlDefAttributeNode.Name == BamlMapTable.NameString)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
607if (xamlDefAttributeNode.Name == BamlMapTable.NameString)
Framework\System\Windows\Markup\XamlParser.cs (1)
1338internal BamlMapTable MapTable
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
1892short id = BamlMapTable.GetKnownTypeIdFromType(type); 4788short collectionTypeID = BamlMapTable.GetKnownTypeIdFromType(collectionType);
Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
2698short typeID = BamlMapTable.GetKnownTypeIdFromName(namespaceMap.AssemblyName, namespaceMap.ClrNamespace, localName); 2701type = BamlMapTable.GetKnownTypeFromId(typeID); 4062internal BamlMapTable MapTable 4355BamlMapTable _mapTable;