10 references to End
System.Activities (10)
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 (7)
583
int endLine = attributeValueLocation.
End
.LineNumber.Value;
584
int endColumn = attributeValueLocation.
End
.LinePosition.Value;
607
myEndBracket = myRange.
End
;
626
new DocumentLocation(valueRange.
End
.LineNumber.Value, valueRange.
End
.LinePosition.Value + 1));
760
valueRange.
End
.LineNumber.Value,
761
valueRange.
End
.LinePosition.Value),