11 references to Contains
PresentationFramework (11)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (3)
771else if (_segment.Contains(ps)) 820else if (_segment.Contains(ps1)) 825if (r1[i].Segment.Contains(ps2))
MS\Internal\Annotations\TextAnchor.cs (1)
123if (_segments[i].Contains(textPointer))
System\Windows\Controls\TextRangeAdaptor.cs (1)
611if (lineRange.Contains(_end))
System\Windows\Documents\TextRangeBase.cs (1)
83if (thisRange._TextSegments[i].Contains(textPointer))
System\windows\Documents\TextSelection.cs (5)
922if (_anchorWordRangeHasBeenCrossedOnce && anchorWordRange.Contains(cursorPosition)) 935if (!lastReenteredWordRange.Contains(cursorPosition)) 945if (anchorWordRange.Contains(cursorPosition) || 946anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Forward)) || 947anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Backward)))