9 references to MapTable
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2778get { return _parserContext.MapTable; }
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5548get { return ParserContext.MapTable; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
64_bamlMapTable = parserContext.MapTable;
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
371short 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)
114styleTargetType = parserContext.MapTable.GetTypeFromId(elementStart.TypeId); 123if (parserContext.MapTable.DoesAttributeMatch(propertyRecord.AttributeId, ownerTypeId, TargetTypePropertyName))
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
125parserContext.MapTable.GetAttributeInfoFromId(propertyRecord.AttributeId, out attributeOwnerTypeId, out attributeName, out attributeUsage);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
619typeConvert = parserContext.MapTable.GetConverterFromId(converterTypeId, propType, parserContext);