29 references to Start
PresentationFramework (29)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
456
start = anchor.
Start
;
484
if (anchor == null || !(anchor.
Start
.TextContainer is FixedTextContainer ||
485
anchor.
Start
.TextContainer is DocumentSequenceTextContainer))
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (2)
240
return GetAnchorPointForPointer(anchor.
Start
.CreatePointer(LogicalDirection.Forward));
382
start = textAnchor.
Start
;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
260
ITextPointer currentStart = anchor.
Start
;
287
if (anchor.
Start
.CompareTo(currentStart) != 0)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (8)
77
ITextPointer start = highlightRange.Range.
Start
;
121
if (highlightRange.Range.
Start
.CompareTo(highlightRange.Range.End) == 0)
126
GetSpannedSegments(highlightRange.Range.
Start
, highlightRange.Range.End, out startSeg, out endSeg);
165
if (highlightRange.Range.
Start
.CompareTo(highlightRange.Range.End) == 0)
170
GetSpannedSegments(highlightRange.Range.
Start
, highlightRange.Range.End, out startSeg, out endSeg);
200
if (highlightRange.Range.
Start
.CompareTo(highlightRange.Range.End) == 0)
205
GetSpannedSegments(highlightRange.Range.
Start
, highlightRange.Range.End, out startSeg, out endSeg);
1110
ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(TopOwner.Range.
Start
.CreatePointer(LogicalDirection.Forward));
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
336
ITextContainer textContainer = textAnchor.
Start
.TextContainer;
525
ITextContainer textContainer = textAnchor.
Start
.TextContainer;
584
ITextContainer textContainer = textAnchor.
Start
.TextContainer;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (4)
484
ITextContainer textContainer = anchor.
Start
.TextContainer;
661
ITextPointer start = anchor.
Start
.CreatePointer(LogicalDirection.Forward);
1115
int res = firstAnchor.
Start
.CompareTo(secondAnchor.
Start
);
MS\Internal\Annotations\TextAnchor.cs (3)
107
if (textPointer.TextContainer != this.
Start
.TextContainer)
115
if (textPointer.CompareTo(this.
Start
) < 0)
478
return
Start
as ContentPosition;
System\Windows\Annotations\AnnotationHelper.cs (4)
845
if (((selection.Start.CompareTo(anchor.
Start
) > 0) && (selection.Start.CompareTo(anchor.End) < 0)) ||
846
((selection.End.CompareTo(anchor.
Start
) > 0) && (selection.End.CompareTo(anchor.End) < 0)) ||
847
((selection.Start.CompareTo(anchor.
Start
) <= 0) && (selection.End.CompareTo(anchor.End) >= 0)) ||
869
if (((anchor.
Start
.CompareTo(selection.Start) == 0) &&