44 references to MapTable
PresentationFramework (44)
System\Windows\Markup\BamlRecordReader.cs (44)
145
MapTable
.Initialize();
472
if (!
MapTable
.HasSerializerForTypeId(startRecord.TypeId))
514
MapTable
.ClearConverterCache();
540
MapTable
.ClearConverterCache();
575
BamlAssemblyInfoRecord assemblyInfo =
MapTable
.GetAssemblyInfoFromId(piMappingRecord.AssemblyId);
586
MapTable
.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord);
591
MapTable
.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord);
595
MapTable
.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord);
599
MapTable
.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord);
833
Type elementType =
MapTable
.GetTypeFromId(typeId);
1130
bool hasSerializer =
MapTable
.HasSerializerForTypeId(bamlElementRecord.TypeId);
1137
BamlTypeInfoRecord typeInfo =
MapTable
.GetTypeInfoFromId(bamlElementRecord.TypeId);
1237
Type elementType =
MapTable
.GetTypeFromId(bamlElementRecord.TypeId);
1268
SetConstructorParameter(
MapTable
.GetTypeFromId(constructorParameterType.TypeId));
1779
stringKeyRecord.Value =
MapTable
.GetStringFromStringId(
1790
dictionaryKeyRecord.KeyObject =
MapTable
.GetTypeFromId(
2111
dp =
MapTable
.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType);
2317
valueObject =
MapTable
.GetTypeFromId(memberId);
2325
valueObject =
MapTable
.GetStringFromStringId(memberId);
2355
BamlAttributeInfoRecord attribInfo =
MapTable
.GetAttributeInfoFromId(memberId);
2360
MemberType =
MapTable
.GetTypeFromId(attribInfo.OwnerTypeId),
2636
Type valueType =
MapTable
.GetTypeFromId(bamlPropertyRecord.TypeId);
2694
MapTable
.GetAttributeInfoFromId(attributeId, out ownerTypeId, out name, out attributeUsage);
3269
bamlDefAttributeRecord.Name =
MapTable
.GetStringFromStringId(
3345
Type keyType =
MapTable
.GetTypeFromId(bamlDefAttributeRecord.TypeId);
3403
bamlTextWithId.Value =
MapTable
.GetStringFromStringId(
3597
bamlPresentationOptionsAttributeRecord.Name =
MapTable
.GetStringFromStringId(
5020
if (null !=
MapTable
)
5022
return
MapTable
.GetAttributeNameFromId(id);
5034
if (null !=
MapTable
)
5036
propertyValue =
MapTable
.GetStringFromStringId(id);
5049
return (XamlSerializer)
MapTable
.CreateKnownTypeFromId(
5057
typeWithSerializerInfo.SerializerType =
MapTable
.GetTypeFromId(
5077
if (null !=
MapTable
)
5079
attribInfo =
MapTable
.GetAttributeInfoFromId(id);
5088
attribInfo.Event =
MapTable
.GetRoutedEvent(attribInfo);
5207
typeInfo =
MapTable
.GetTypeInfoFromId(typeId);
5252
instance =
MapTable
.CreateKnownTypeFromId(typeId);
5682
if (_reader.
MapTable
!= null && targetIsDependencyObject)
5684
_dependencyProperty = _reader.
MapTable
.GetDependencyProperty(_attributeId);
5704
else if (_reader.
MapTable
!= null)
5709
_reader.
MapTable
.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage);
5723
if (_attributeInfo == null && _reader.
MapTable
!= null)
5728
_attributeInfo = _reader.
MapTable
.GetAttributeInfoFromIdWithOwnerType(_attributeId);