2 references to LinePosition
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (1)
751get { return _xamlScanner.LinePosition; }
System\Xaml\XamlException.cs (1)
100: base(message, null, xamlScanner.LineNumber, xamlScanner.LinePosition) { }