29 references to Start
PresentationFramework (29)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
445start = anchor.Start; 473if (anchor == null || !(anchor.Start.TextContainer is FixedTextContainer || 474anchor.Start.TextContainer is DocumentSequenceTextContainer))
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (2)
231return GetAnchorPointForPointer(anchor.Start.CreatePointer(LogicalDirection.Forward)); 373start = textAnchor.Start;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
250ITextPointer currentStart = anchor.Start; 277if (anchor.Start.CompareTo(currentStart) != 0)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (8)
70ITextPointer start = highlightRange.Range.Start; 114if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 119GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 158if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 163GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 193if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 198GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 1103ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(TopOwner.Range.Start.CreatePointer(LogicalDirection.Forward));
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
328ITextContainer textContainer = textAnchor.Start.TextContainer; 517ITextContainer textContainer = textAnchor.Start.TextContainer; 576ITextContainer textContainer = textAnchor.Start.TextContainer;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (4)
478ITextContainer textContainer = anchor.Start.TextContainer; 655ITextPointer start = anchor.Start.CreatePointer(LogicalDirection.Forward); 1109int res = firstAnchor.Start.CompareTo(secondAnchor.Start);
MS\Internal\Annotations\TextAnchor.cs (3)
104if (textPointer.TextContainer != this.Start.TextContainer) 112if (textPointer.CompareTo(this.Start) < 0) 475return Start as ContentPosition;
System\Windows\Annotations\AnnotationHelper.cs (4)
833if (((selection.Start.CompareTo(anchor.Start) > 0) && (selection.Start.CompareTo(anchor.End) < 0)) || 834((selection.End.CompareTo(anchor.Start) > 0) && (selection.End.CompareTo(anchor.End) < 0)) || 835((selection.Start.CompareTo(anchor.Start) <= 0) && (selection.End.CompareTo(anchor.End) >= 0)) || 857if (((anchor.Start.CompareTo(selection.Start) == 0) &&