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