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