44 references to MapTable
PresentationFramework (44)
System\Windows\Markup\BamlRecordReader.cs (44)
145MapTable.Initialize(); 472if (!MapTable.HasSerializerForTypeId(startRecord.TypeId)) 514MapTable.ClearConverterCache(); 540MapTable.ClearConverterCache(); 575BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.AssemblyId); 586MapTable.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord); 591MapTable.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord); 595MapTable.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord); 599MapTable.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord); 833Type elementType = MapTable.GetTypeFromId(typeId); 1130bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.TypeId); 1137BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.TypeId); 1237Type elementType = MapTable.GetTypeFromId(bamlElementRecord.TypeId); 1268SetConstructorParameter(MapTable.GetTypeFromId(constructorParameterType.TypeId)); 1779stringKeyRecord.Value = MapTable.GetStringFromStringId( 1790dictionaryKeyRecord.KeyObject = MapTable.GetTypeFromId( 2111dp = MapTable.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType); 2317valueObject = MapTable.GetTypeFromId(memberId); 2325valueObject = MapTable.GetStringFromStringId(memberId); 2355BamlAttributeInfoRecord attribInfo = MapTable.GetAttributeInfoFromId(memberId); 2360MemberType = MapTable.GetTypeFromId(attribInfo.OwnerTypeId), 2636Type valueType = MapTable.GetTypeFromId(bamlPropertyRecord.TypeId); 2694MapTable.GetAttributeInfoFromId(attributeId, out ownerTypeId, out name, out attributeUsage); 3266bamlDefAttributeRecord.Name = MapTable.GetStringFromStringId( 3342Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.TypeId); 3398bamlTextWithId?.Value = MapTable.GetStringFromStringId( 3591bamlPresentationOptionsAttributeRecord.Name = MapTable.GetStringFromStringId( 5014if (null != MapTable) 5016return MapTable.GetAttributeNameFromId(id); 5028if (null != MapTable) 5030propertyValue = MapTable.GetStringFromStringId(id); 5043return (XamlSerializer)MapTable.CreateKnownTypeFromId( 5051typeWithSerializerInfo.SerializerType = MapTable.GetTypeFromId( 5071if (null != MapTable) 5073attribInfo = MapTable.GetAttributeInfoFromId(id); 5082attribInfo.Event = MapTable.GetRoutedEvent(attribInfo); 5201typeInfo = MapTable.GetTypeInfoFromId(typeId); 5246instance = MapTable.CreateKnownTypeFromId(typeId); 5676if (_reader.MapTable != null && targetIsDependencyObject) 5678_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5698else if (_reader.MapTable != null) 5703_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5717if (_attributeInfo == null && _reader.MapTable != null) 5722_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);