11 references to Contains
PresentationFramework (11)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (3)
779else if (_segment.Contains(ps)) 828else if (_segment.Contains(ps1)) 833if (r1[i].Segment.Contains(ps2))
MS\Internal\Annotations\TextAnchor.cs (1)
127if (_segments[i].Contains(textPointer))
System\Windows\Controls\TextRangeAdaptor.cs (1)
614if (lineRange.Contains(_end))
System\Windows\Documents\TextRangeBase.cs (1)
87if (thisRange._TextSegments[i].Contains(textPointer))
System\windows\Documents\TextSelection.cs (5)
941if (_anchorWordRangeHasBeenCrossedOnce && anchorWordRange.Contains(cursorPosition)) 954if (!lastReenteredWordRange.Contains(cursorPosition)) 964if (anchorWordRange.Contains(cursorPosition) || 965anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Forward)) || 966anchorWordRange.Contains(cursorPosition.GetInsertionPosition(LogicalDirection.Backward)))