10 references to End
System.Activities (10)
System\Activities\Debugger\DocumentRange.cs (3)
47return this.Start.Equals(other.Start) && this.End.Equals(other.End); 52return this.Start.GetHashCode() ^ this.End.GetHashCode();
System\Activities\Debugger\XamlDebuggerXmlReader.cs (7)
583int endLine = attributeValueLocation.End.LineNumber.Value; 584int endColumn = attributeValueLocation.End.LinePosition.Value; 607myEndBracket = myRange.End; 626new DocumentLocation(valueRange.End.LineNumber.Value, valueRange.End.LinePosition.Value + 1)); 760valueRange.End.LineNumber.Value, 761valueRange.End.LinePosition.Value),