43 references to MapTable
PresentationFramework (43)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (43)
170MapTable.Initialize(); 505if (!MapTable.HasSerializerForTypeId(startRecord.TypeId)) 547MapTable.ClearConverterCache(); 573MapTable.ClearConverterCache(); 608BamlAssemblyInfoRecord assemblyInfo = MapTable.GetAssemblyInfoFromId(piMappingRecord.AssemblyId); 619MapTable.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord); 624MapTable.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord); 628MapTable.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord); 632MapTable.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord); 872Type elementType = MapTable.GetTypeFromId(typeId); 1173bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.TypeId); 1180BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.TypeId); 1280Type elementType = MapTable.GetTypeFromId(bamlElementRecord.TypeId); 1311SetConstructorParameter(MapTable.GetTypeFromId(constructorParameterType.TypeId)); 1829stringKeyRecord.Value = MapTable.GetStringFromStringId( 1840dictionaryKeyRecord.KeyObject = MapTable.GetTypeFromId( 2161dp = MapTable.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType); 2367valueObject = MapTable.GetTypeFromId(memberId); 2375valueObject = MapTable.GetStringFromStringId(memberId); 2405BamlAttributeInfoRecord attribInfo = MapTable.GetAttributeInfoFromId(memberId); 2409se.MemberType = MapTable.GetTypeFromId(attribInfo.OwnerTypeId); 2686Type valueType = MapTable.GetTypeFromId(bamlPropertyRecord.TypeId); 3322bamlDefAttributeRecord.Name = MapTable.GetStringFromStringId( 3399Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.TypeId); 3457bamlTextWithId.Value = MapTable.GetStringFromStringId( 3651bamlPresentationOptionsAttributeRecord.Name = MapTable.GetStringFromStringId( 5096if (null != MapTable) 5098return MapTable.GetAttributeNameFromId(id); 5110if (null != MapTable) 5112propertyValue = MapTable.GetStringFromStringId(id); 5127return (XamlSerializer)MapTable.CreateKnownTypeFromId( 5135typeWithSerializerInfo.SerializerType = MapTable.GetTypeFromId( 5155if (null != MapTable) 5157attribInfo = MapTable.GetAttributeInfoFromId(id); 5166attribInfo.Event = MapTable.GetRoutedEvent(attribInfo); 5289typeInfo = MapTable.GetTypeInfoFromId(typeId); 5334instance = MapTable.CreateKnownTypeFromId(typeId); 5771if (_reader.MapTable != null && targetIsDependencyObject) 5773_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5793else if (_reader.MapTable != null) 5798_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5812if (_attributeInfo == null && _reader.MapTable != null) 5818_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);