1 write to endLine
System.Activities (1)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
714
this.
endLine
= value;
2 references to endLine
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))