2 instantiations of BamlMapTable
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1706
BamlMapTable table = new
BamlMapTable
(_xamlTypeMapper);
src\Framework\System\Windows\Markup\ParserContext.cs (1)
359
_mapTable = new
BamlMapTable
(value);
17 references to BamlMapTable
PresentationFramework (17)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
808
short id =
BamlMapTable
.GetKnownTypeIdFromName(assemblyName, nameSpace, typeName);
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
1704
internal
BamlMapTable
Clone()
1706
BamlMapTable
table = new BamlMapTable(_xamlTypeMapper);
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2776
private
BamlMapTable
MapTable
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
1326
short elementId =
BamlMapTable
.GetKnownTypeIdFromType(parent.GetType());
3338
bamlDefAttributeRecord.NameId ==
BamlMapTable
.UidStringId)
5546
internal
BamlMapTable
MapTable
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
1686
((BamlElementStartRecord)valueDeferRecord.Record).TypeId ==
BamlMapTable
.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
1843
internal
BamlMapTable
MapTable
1915
BamlMapTable
_bamlMapTable;
src\Framework\System\Windows\Markup\ParserContext.cs (2)
577
internal
BamlMapTable
MapTable
990
private
BamlMapTable
_mapTable;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
2698
short typeID =
BamlMapTable
.GetKnownTypeIdFromName(namespaceMap.AssemblyName, namespaceMap.ClrNamespace, localName);
2701
type =
BamlMapTable
.GetKnownTypeFromId(typeID);
3329
short typeId =
BamlMapTable
.GetKnownTypeIdFromType(t);
4062
internal
BamlMapTable
MapTable
4355
BamlMapTable
_mapTable;