9 references to MapTable
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (1)
2754
get { return _parserContext.
MapTable
; }
System\Windows\Markup\BamlRecordReader.cs (1)
5485
get { return ParserContext.
MapTable
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
58
_bamlMapTable = parserContext.
MapTable
;
System\Windows\Markup\BamlWriter.cs (1)
359
short propertyId = _parserContext.
MapTable
.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter,
System\Windows\Markup\ParserContext.cs (1)
159
_mapTable = parserContext.
MapTable
;
System\Windows\Markup\XamlStyleSerializer.cs (2)
110
styleTargetType = parserContext.
MapTable
.GetTypeFromId(elementStart.TypeId);
119
if (parserContext.
MapTable
.DoesAttributeMatch(propertyRecord.AttributeId, ownerTypeId, TargetTypePropertyName))
System\Windows\Markup\XamlTemplateSerializer.cs (1)
120
parserContext.
MapTable
.GetAttributeInfoFromId(propertyRecord.AttributeId, out attributeOwnerTypeId, out attributeName, out attributeUsage);
System\Windows\Markup\XamlTypeMapper.cs (1)
536
typeConvert = parserContext.
MapTable
.GetConverterFromId(converterTypeId, propType, parserContext);