29 references to Start
PresentationFramework (29)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
444start = anchor.Start; 472if (anchor == null || !(anchor.Start.TextContainer is FixedTextContainer || 473anchor.Start.TextContainer is DocumentSequenceTextContainer))
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (2)
230return GetAnchorPointForPointer(anchor.Start.CreatePointer(LogicalDirection.Forward)); 372start = textAnchor.Start;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
249ITextPointer currentStart = anchor.Start; 276if (anchor.Start.CompareTo(currentStart) != 0)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (8)
69ITextPointer start = highlightRange.Range.Start; 113if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 118GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 157if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 162GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 192if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 197GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 1099ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(TopOwner.Range.Start.CreatePointer(LogicalDirection.Forward));
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
327ITextContainer textContainer = textAnchor.Start.TextContainer; 516ITextContainer textContainer = textAnchor.Start.TextContainer; 575ITextContainer textContainer = textAnchor.Start.TextContainer;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (4)
477ITextContainer textContainer = anchor.Start.TextContainer; 658ITextPointer start = anchor.Start.CreatePointer(LogicalDirection.Forward); 1112int res = firstAnchor.Start.CompareTo(secondAnchor.Start);
MS\Internal\Annotations\TextAnchor.cs (3)
103if (textPointer.TextContainer != this.Start.TextContainer) 111if (textPointer.CompareTo(this.Start) < 0) 474return Start as ContentPosition;
System\Windows\Annotations\AnnotationHelper.cs (4)
830if (((selection.Start.CompareTo(anchor.Start) > 0) && (selection.Start.CompareTo(anchor.End) < 0)) || 831((selection.End.CompareTo(anchor.Start) > 0) && (selection.End.CompareTo(anchor.End) < 0)) || 832((selection.Start.CompareTo(anchor.Start) <= 0) && (selection.End.CompareTo(anchor.End) >= 0)) || 854if (((anchor.Start.CompareTo(selection.Start) == 0) &&