1 implementation of Contains
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
667bool ITextSelection.Contains(Point point)
5 references to Contains
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (2)
76if ((e.CursorLeft != KeyboardInvokedSentinel && !This.Selection.Contains(renderScopeMouseDownPoint)) || 130if (!This.Selection.Contains(renderScopeMouseDownPoint))
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
131_dragStarted = selection.Contains(mouseDownPoint);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
713else if (This.UiScope.IsFocused && This.Selection.Contains(mouseMovePoint))
src\Framework\System\windows\Documents\TextSelection.cs (1)
1239return ((ITextSelection)this).Contains(point);