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