2 references to LinePosition
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
5292return _xmlLineInfo.LinePosition + _parserContext.LinePosition;
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3133_linePosition = context != null ? context.LinePosition : 0;