44 references to MapTable
PresentationFramework (44)
System\Windows\Markup\BamlRecordReader.cs (44)
146MapTable.Initialize(); 476if (!MapTable.HasSerializerForTypeId(startRecord.TypeId)) 518MapTable.ClearConverterCache(); 544MapTable.ClearConverterCache(); 579BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.AssemblyId); 590MapTable.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord); 595MapTable.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord); 599MapTable.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord); 603MapTable.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord); 837Type elementType = MapTable.GetTypeFromId(typeId); 1134bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.TypeId); 1141BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.TypeId); 1241Type elementType = MapTable.GetTypeFromId(bamlElementRecord.TypeId); 1272SetConstructorParameter(MapTable.GetTypeFromId(constructorParameterType.TypeId)); 1783stringKeyRecord.Value = MapTable.GetStringFromStringId( 1794dictionaryKeyRecord.KeyObject = MapTable.GetTypeFromId( 2115dp = MapTable.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType); 2321valueObject = MapTable.GetTypeFromId(memberId); 2329valueObject = MapTable.GetStringFromStringId(memberId); 2359BamlAttributeInfoRecord attribInfo = MapTable.GetAttributeInfoFromId(memberId); 2364MemberType = MapTable.GetTypeFromId(attribInfo.OwnerTypeId), 2640Type valueType = MapTable.GetTypeFromId(bamlPropertyRecord.TypeId); 2698MapTable.GetAttributeInfoFromId(attributeId, out ownerTypeId, out name, out attributeUsage); 3276bamlDefAttributeRecord.Name = MapTable.GetStringFromStringId( 3352Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.TypeId); 3410bamlTextWithId.Value = MapTable.GetStringFromStringId( 3604bamlPresentationOptionsAttributeRecord.Name = MapTable.GetStringFromStringId( 5030if (null != MapTable) 5032return MapTable.GetAttributeNameFromId(id); 5044if (null != MapTable) 5046propertyValue = MapTable.GetStringFromStringId(id); 5059return (XamlSerializer)MapTable.CreateKnownTypeFromId( 5067typeWithSerializerInfo.SerializerType = MapTable.GetTypeFromId( 5087if (null != MapTable) 5089attribInfo = MapTable.GetAttributeInfoFromId(id); 5098attribInfo.Event = MapTable.GetRoutedEvent(attribInfo); 5217typeInfo = MapTable.GetTypeInfoFromId(typeId); 5262instance = MapTable.CreateKnownTypeFromId(typeId); 5695if (_reader.MapTable != null && targetIsDependencyObject) 5697_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5717else if (_reader.MapTable != null) 5722_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5736if (_attributeInfo == null && _reader.MapTable != null) 5741_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);