1 write to startLine
System.Activities (1)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
702
this.
startLine
= value;
2 references to startLine
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
727
this.parent.NotifySourceLocationFound(instance, new SourceLocation(/* FileName = */ null,
startLine
, startColumn, endLine, endColumn), isValueNode: false);
754
new DocumentRange(this.
startLine
, this.startColumn, this.endLine, this.endColumn), out valueRange))