11 references to Contains
PresentationFramework (11)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (3)
772else if (_segment.Contains(ps)) 821else if (_segment.Contains(ps1)) 826if (r1[i].Segment.Contains(ps2))
MS\Internal\Annotations\TextAnchor.cs (1)
124if (_segments[i].Contains(textPointer))
System\Windows\Controls\TextRangeAdaptor.cs (1)
612if (lineRange.Contains(_end))
System\Windows\Documents\TextRangeBase.cs (1)
84if (thisRange._TextSegments[i].Contains(textPointer))
System\windows\Documents\TextSelection.cs (5)
923if (_anchorWordRangeHasBeenCrossedOnce && anchorWordRange.Contains(cursorPosition)) 936if (!lastReenteredWordRange.Contains(cursorPosition)) 946if (anchorWordRange.Contains(cursorPosition) || 947anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Forward)) || 948anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Backward)))