6 references to DocumentRange
System.Activities (6)
System\Activities\Debugger\DocumentRange.cs (1)
26
:
this
(new DocumentLocation(startLineNumber, startLinePosition), new DocumentLocation(endLineNumber, endLinePosition))
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
625
DocumentRange realValueRange = new
DocumentRange
(valueRange.Start,
627
this.SourceLocationCollector.AddValueRange(new
DocumentRange
(myStartBracket, myRealEndBracket), realValueRange);
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (3)
162
this.ContentValueRanges.Add(endElementLocation, new
DocumentRange
(contentStartLocation, contentEnd));
213
DocumentRange emptyElementRange = new
DocumentRange
(startBracket, endBracket);
224
return new
DocumentRange
(attributeStart, attributeEnd);