3 writes to MapTable
PresentationFramework (3)
src\Framework\System\Windows\Markup\ParserContext.cs (3)
360_xamlTypeMapper.MapTable = _mapTable; 589_xamlTypeMapper.MapTable = _mapTable; 753context._xamlTypeMapper.MapTable = context._mapTable;
13 references to MapTable
PresentationFramework (13)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (13)
867if (MapTable != null) 870object key = MapTable.GetAttributeInfoKey(fullName, propName); 871infoRecord = MapTable.GetHashTableData(key) as BamlAttributeInfoRecord; 889if (MapTable != null) 891object key = MapTable.GetAttributeInfoKey(ownerType.FullName, infoRecord.Name); 892MapTable.AddHashTableData(key, infoRecord); 1506infoRecord.DP = MapTable.GetDependencyProperty(infoRecord); 1650infoRecord.DP = MapTable.GetDependencyProperty(infoRecord); 1907BamlAssemblyInfoRecord bairPF = MapTable.GetAssemblyInfoFromId(-1); 3332o = MapTable.CreateKnownTypeFromId(typeId); 3419BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(assemblyIds[i]); 3680converterType = MapTable.GetKnownConverterTypeFromType(type); 3714typeConverter = MapTable.GetKnownConverterFromType(type);