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