44 references to MapTable
PresentationFramework (44)
System\Windows\Markup\BamlRecordReader.cs (44)
146MapTable.Initialize(); 473if (!MapTable.HasSerializerForTypeId(startRecord.TypeId)) 515MapTable.ClearConverterCache(); 541MapTable.ClearConverterCache(); 576BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.AssemblyId); 587MapTable.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord); 592MapTable.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord); 596MapTable.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord); 600MapTable.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord); 834Type elementType = MapTable.GetTypeFromId(typeId); 1131bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.TypeId); 1138BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.TypeId); 1238Type elementType = MapTable.GetTypeFromId(bamlElementRecord.TypeId); 1269SetConstructorParameter(MapTable.GetTypeFromId(constructorParameterType.TypeId)); 1780stringKeyRecord.Value = MapTable.GetStringFromStringId( 1791dictionaryKeyRecord.KeyObject = MapTable.GetTypeFromId( 2112dp = MapTable.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType); 2318valueObject = MapTable.GetTypeFromId(memberId); 2326valueObject = MapTable.GetStringFromStringId(memberId); 2356BamlAttributeInfoRecord attribInfo = MapTable.GetAttributeInfoFromId(memberId); 2361MemberType = MapTable.GetTypeFromId(attribInfo.OwnerTypeId), 2637Type valueType = MapTable.GetTypeFromId(bamlPropertyRecord.TypeId); 2695MapTable.GetAttributeInfoFromId(attributeId, out ownerTypeId, out name, out attributeUsage); 3270bamlDefAttributeRecord.Name = MapTable.GetStringFromStringId( 3346Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.TypeId); 3404bamlTextWithId.Value = MapTable.GetStringFromStringId( 3598bamlPresentationOptionsAttributeRecord.Name = MapTable.GetStringFromStringId( 5021if (null != MapTable) 5023return MapTable.GetAttributeNameFromId(id); 5035if (null != MapTable) 5037propertyValue = MapTable.GetStringFromStringId(id); 5050return (XamlSerializer)MapTable.CreateKnownTypeFromId( 5058typeWithSerializerInfo.SerializerType = MapTable.GetTypeFromId( 5078if (null != MapTable) 5080attribInfo = MapTable.GetAttributeInfoFromId(id); 5089attribInfo.Event = MapTable.GetRoutedEvent(attribInfo); 5208typeInfo = MapTable.GetTypeInfoFromId(typeId); 5253instance = MapTable.CreateKnownTypeFromId(typeId); 5683if (_reader.MapTable != null && targetIsDependencyObject) 5685_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5705else if (_reader.MapTable != null) 5710_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5724if (_attributeInfo == null && _reader.MapTable != null) 5729_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);