1 write to LinePosition
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5656set { ParserContext.LinePosition = value; }
6 references to LinePosition
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5655get { return ParserContext.LinePosition; }
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
144parserContext.LinePosition);
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (2)
140parserContext.LinePosition, 164parserContext.LinePosition,
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
597_linePosition = parserContext != null ? parserContext.LinePosition : 0; 3133_linePosition = context != null ? context.LinePosition : 0;