1 instantiation of BamlMapTable
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
342
_mapTable = new
BamlMapTable
(value);
14 references to BamlMapTable
PresentationBuildTasks (14)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (3)
1667
((BamlElementStartRecord)valueDeferRecord.Record).TypeId ==
BamlMapTable
.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
1823
internal
BamlMapTable
MapTable
1895
private
BamlMapTable
_bamlMapTable;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (2)
555
internal
BamlMapTable
MapTable
954
private
BamlMapTable
_mapTable;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
574
if (xamlDefAttributeNode.Name ==
BamlMapTable
.NameString)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
599
if (xamlDefAttributeNode.Name ==
BamlMapTable
.NameString)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
1232
internal
BamlMapTable
MapTable
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
1872
short id =
BamlMapTable
.GetKnownTypeIdFromType(type);
4811
short collectionTypeID =
BamlMapTable
.GetKnownTypeIdFromType(collectionType);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (4)
2599
short typeID =
BamlMapTable
.GetKnownTypeIdFromName(namespaceMap.AssemblyName, namespaceMap.ClrNamespace, localName);
2602
type =
BamlMapTable
.GetKnownTypeFromId(typeID);
3832
internal
BamlMapTable
MapTable
4129
private
BamlMapTable
_mapTable;