9 references to MapTable
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2778
get { return _parserContext.
MapTable
; }
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5548
get { return ParserContext.
MapTable
; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
64
_bamlMapTable = parserContext.
MapTable
;
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
371
short propertyId = _parserContext.
MapTable
.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter,
src\Framework\System\Windows\Markup\ParserContext.cs (1)
169
_mapTable = parserContext.
MapTable
;
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (2)
114
styleTargetType = parserContext.
MapTable
.GetTypeFromId(elementStart.TypeId);
123
if (parserContext.
MapTable
.DoesAttributeMatch(propertyRecord.AttributeId, ownerTypeId, TargetTypePropertyName))
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
125
parserContext.
MapTable
.GetAttributeInfoFromId(propertyRecord.AttributeId, out attributeOwnerTypeId, out attributeName, out attributeUsage);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
619
typeConvert = parserContext.
MapTable
.GetConverterFromId(converterTypeId, propType, parserContext);