44 references to MapTable
PresentationFramework (44)
System\Windows\Markup\BamlRecordReader.cs (44)
146
MapTable
.Initialize();
473
if (!
MapTable
.HasSerializerForTypeId(startRecord.TypeId))
515
MapTable
.ClearConverterCache();
541
MapTable
.ClearConverterCache();
576
BamlAssemblyInfoRecord assemblyInfo =
MapTable
.GetAssemblyInfoFromId(piMappingRecord.AssemblyId);
587
MapTable
.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord);
592
MapTable
.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord);
596
MapTable
.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord);
600
MapTable
.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord);
834
Type elementType =
MapTable
.GetTypeFromId(typeId);
1131
bool hasSerializer =
MapTable
.HasSerializerForTypeId(bamlElementRecord.TypeId);
1138
BamlTypeInfoRecord typeInfo =
MapTable
.GetTypeInfoFromId(bamlElementRecord.TypeId);
1238
Type elementType =
MapTable
.GetTypeFromId(bamlElementRecord.TypeId);
1269
SetConstructorParameter(
MapTable
.GetTypeFromId(constructorParameterType.TypeId));
1780
stringKeyRecord.Value =
MapTable
.GetStringFromStringId(
1791
dictionaryKeyRecord.KeyObject =
MapTable
.GetTypeFromId(
2112
dp =
MapTable
.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType);
2318
valueObject =
MapTable
.GetTypeFromId(memberId);
2326
valueObject =
MapTable
.GetStringFromStringId(memberId);
2356
BamlAttributeInfoRecord attribInfo =
MapTable
.GetAttributeInfoFromId(memberId);
2361
MemberType =
MapTable
.GetTypeFromId(attribInfo.OwnerTypeId),
2637
Type valueType =
MapTable
.GetTypeFromId(bamlPropertyRecord.TypeId);
2695
MapTable
.GetAttributeInfoFromId(attributeId, out ownerTypeId, out name, out attributeUsage);
3270
bamlDefAttributeRecord.Name =
MapTable
.GetStringFromStringId(
3346
Type keyType =
MapTable
.GetTypeFromId(bamlDefAttributeRecord.TypeId);
3404
bamlTextWithId.Value =
MapTable
.GetStringFromStringId(
3598
bamlPresentationOptionsAttributeRecord.Name =
MapTable
.GetStringFromStringId(
5021
if (null !=
MapTable
)
5023
return
MapTable
.GetAttributeNameFromId(id);
5035
if (null !=
MapTable
)
5037
propertyValue =
MapTable
.GetStringFromStringId(id);
5050
return (XamlSerializer)
MapTable
.CreateKnownTypeFromId(
5058
typeWithSerializerInfo.SerializerType =
MapTable
.GetTypeFromId(
5078
if (null !=
MapTable
)
5080
attribInfo =
MapTable
.GetAttributeInfoFromId(id);
5089
attribInfo.Event =
MapTable
.GetRoutedEvent(attribInfo);
5208
typeInfo =
MapTable
.GetTypeInfoFromId(typeId);
5253
instance =
MapTable
.CreateKnownTypeFromId(typeId);
5683
if (_reader.
MapTable
!= null && targetIsDependencyObject)
5685
_dependencyProperty = _reader.
MapTable
.GetDependencyProperty(_attributeId);
5705
else if (_reader.
MapTable
!= null)
5710
_reader.
MapTable
.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage);
5724
if (_attributeInfo == null && _reader.
MapTable
!= null)
5729
_attributeInfo = _reader.
MapTable
.GetAttributeInfoFromIdWithOwnerType(_attributeId);