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