43 references to MapTable
PresentationFramework (43)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (43)
170
MapTable
.Initialize();
505
if (!
MapTable
.HasSerializerForTypeId(startRecord.TypeId))
547
MapTable
.ClearConverterCache();
573
MapTable
.ClearConverterCache();
608
BamlAssemblyInfoRecord assemblyInfo =
MapTable
.GetAssemblyInfoFromId(piMappingRecord.AssemblyId);
619
MapTable
.LoadAssemblyInfoRecord((BamlAssemblyInfoRecord)bamlRecord);
624
MapTable
.LoadTypeInfoRecord((BamlTypeInfoRecord)bamlRecord);
628
MapTable
.LoadAttributeInfoRecord((BamlAttributeInfoRecord)bamlRecord);
632
MapTable
.LoadStringInfoRecord((BamlStringInfoRecord)bamlRecord);
872
Type elementType =
MapTable
.GetTypeFromId(typeId);
1173
bool hasSerializer =
MapTable
.HasSerializerForTypeId(bamlElementRecord.TypeId);
1180
BamlTypeInfoRecord typeInfo =
MapTable
.GetTypeInfoFromId(bamlElementRecord.TypeId);
1280
Type elementType =
MapTable
.GetTypeFromId(bamlElementRecord.TypeId);
1311
SetConstructorParameter(
MapTable
.GetTypeFromId(constructorParameterType.TypeId));
1829
stringKeyRecord.Value =
MapTable
.GetStringFromStringId(
1840
dictionaryKeyRecord.KeyObject =
MapTable
.GetTypeFromId(
2161
dp =
MapTable
.GetDependencyPropertyValueFromId(dpId, dpName, out declaringType);
2367
valueObject =
MapTable
.GetTypeFromId(memberId);
2375
valueObject =
MapTable
.GetStringFromStringId(memberId);
2405
BamlAttributeInfoRecord attribInfo =
MapTable
.GetAttributeInfoFromId(memberId);
2409
se.MemberType =
MapTable
.GetTypeFromId(attribInfo.OwnerTypeId);
2686
Type valueType =
MapTable
.GetTypeFromId(bamlPropertyRecord.TypeId);
3322
bamlDefAttributeRecord.Name =
MapTable
.GetStringFromStringId(
3399
Type keyType =
MapTable
.GetTypeFromId(bamlDefAttributeRecord.TypeId);
3457
bamlTextWithId.Value =
MapTable
.GetStringFromStringId(
3651
bamlPresentationOptionsAttributeRecord.Name =
MapTable
.GetStringFromStringId(
5096
if (null !=
MapTable
)
5098
return
MapTable
.GetAttributeNameFromId(id);
5110
if (null !=
MapTable
)
5112
propertyValue =
MapTable
.GetStringFromStringId(id);
5127
return (XamlSerializer)
MapTable
.CreateKnownTypeFromId(
5135
typeWithSerializerInfo.SerializerType =
MapTable
.GetTypeFromId(
5155
if (null !=
MapTable
)
5157
attribInfo =
MapTable
.GetAttributeInfoFromId(id);
5166
attribInfo.Event =
MapTable
.GetRoutedEvent(attribInfo);
5289
typeInfo =
MapTable
.GetTypeInfoFromId(typeId);
5334
instance =
MapTable
.CreateKnownTypeFromId(typeId);
5771
if (_reader.
MapTable
!= null && targetIsDependencyObject)
5773
_dependencyProperty = _reader.
MapTable
.GetDependencyProperty(_attributeId);
5793
else if (_reader.
MapTable
!= null)
5798
_reader.
MapTable
.GetAttributeInfoFromId(_attributeId, out ownerTypeId, out name, out attributeUsage);
5812
if (_attributeInfo == null && _reader.
MapTable
!= null)
5818
_attributeInfo = _reader.
MapTable
.GetAttributeInfoFromIdWithOwnerType(_attributeId);