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); 3269bamlDefAttributeRecord.Name = MapTable.GetStringFromStringId( 3345Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.TypeId); 3403bamlTextWithId.Value = MapTable.GetStringFromStringId( 3597bamlPresentationOptionsAttributeRecord.Name = MapTable.GetStringFromStringId( 5020if (null != MapTable) 5022return MapTable.GetAttributeNameFromId(id); 5034if (null != MapTable) 5036propertyValue = MapTable.GetStringFromStringId(id); 5049return (XamlSerializer)MapTable.CreateKnownTypeFromId( 5057typeWithSerializerInfo.SerializerType = MapTable.GetTypeFromId( 5077if (null != MapTable) 5079attribInfo = MapTable.GetAttributeInfoFromId(id); 5088attribInfo.Event = MapTable.GetRoutedEvent(attribInfo); 5207typeInfo = MapTable.GetTypeInfoFromId(typeId); 5252instance = MapTable.CreateKnownTypeFromId(typeId); 5682if (_reader.MapTable != null && targetIsDependencyObject) 5684_dependencyProperty = _reader.MapTable.GetDependencyProperty(_attributeId); 5704else if (_reader.MapTable != null) 5709_reader.MapTable.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage); 5723if (_attributeInfo == null && _reader.MapTable != null) 5728_attributeInfo = _reader.MapTable.GetAttributeInfoFromIdWithOwnerType(_attributeId);