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)
938if (_anchorWordRangeHasBeenCrossedOnce && anchorWordRange.Contains(cursorPosition)) 951if (!lastReenteredWordRange.Contains(cursorPosition)) 961if (anchorWordRange.Contains(cursorPosition) || 962anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Forward)) || 963anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Backward)))