9 references to Start
System.Activities (9)
System\Activities\Debugger\DocumentRange.cs (3)
47
return this.
Start
.Equals(other.
Start
) && this.End.Equals(other.End);
52
return this.
Start
.GetHashCode() ^ this.End.GetHashCode();
System\Activities\Debugger\XamlDebuggerXmlReader.cs (6)
581
int startLine = attributeValueLocation.
Start
.LineNumber.Value;
582
int startColumn = attributeValueLocation.
Start
.LinePosition.Value;
606
myStartBracket = myRange.
Start
;
625
DocumentRange realValueRange = new DocumentRange(valueRange.
Start
,
758
valueRange.
Start
.LineNumber.Value,
759
valueRange.
Start
.LinePosition.Value,