44 references to MapTable
PresentationFramework (44)
System\Windows\Markup\BamlRecordReader.cs (44)
161MapTable.Initialize(); 491if (!MapTable.HasSerializerForTypeId(startRecord.TypeId)) 533MapTable.ClearConverterCache(); 559MapTable.ClearConverterCache(); 594BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.AssemblyId); 605MapTable.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord); 610MapTable.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord); 614MapTable.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord); 618MapTable.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord); 852Type elementType = MapTable.GetTypeFromId(typeId); 1149bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.TypeId); 1156BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.TypeId); 1256Type elementType = MapTable.GetTypeFromId(bamlElementRecord.TypeId); 1287SetConstructorParameter(MapTable.GetTypeFromId(constructorParameterType.TypeId)); 1798stringKeyRecord.Value = MapTable.GetStringFromStringId( 1809dictionaryKeyRecord.KeyObject = MapTable.GetTypeFromId( 2130dp = MapTable.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType); 2336valueObject = MapTable.GetTypeFromId(memberId); 2344valueObject = MapTable.GetStringFromStringId(memberId); 2374BamlAttributeInfoRecord attribInfo = MapTable.GetAttributeInfoFromId(memberId); 2378se.MemberType = MapTable.GetTypeFromId(attribInfo.OwnerTypeId); 2653Type valueType = MapTable.GetTypeFromId(bamlPropertyRecord.TypeId); 2711MapTable.GetAttributeInfoFromId(attributeId, out ownerTypeId, out name, out attributeUsage); 3287bamlDefAttributeRecord.Name = MapTable.GetStringFromStringId( 3363Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.TypeId); 3421bamlTextWithId.Value = MapTable.GetStringFromStringId( 3615bamlPresentationOptionsAttributeRecord.Name = MapTable.GetStringFromStringId( 5042if (null != MapTable) 5044return MapTable.GetAttributeNameFromId(id); 5056if (null != MapTable) 5058propertyValue = MapTable.GetStringFromStringId(id); 5071return (XamlSerializer)MapTable.CreateKnownTypeFromId( 5079typeWithSerializerInfo.SerializerType = MapTable.GetTypeFromId( 5099if (null != MapTable) 5101attribInfo = MapTable.GetAttributeInfoFromId(id); 5110attribInfo.Event = MapTable.GetRoutedEvent(attribInfo); 5229typeInfo = MapTable.GetTypeInfoFromId(typeId); 5274instance = MapTable.CreateKnownTypeFromId(typeId); 5707if (_reader.MapTable != null && targetIsDependencyObject) 5709_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5729else if (_reader.MapTable != null) 5734_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5748if (_attributeInfo == null && _reader.MapTable != null) 5753_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);