10 references to TextEditorMouse
PresentationFramework (10)
src\Framework\System\windows\Documents\TextEditor.cs (5)
371
TextEditorMouse
._RegisterClassHandlers(controlType, registerEventListeners);
721
TextEditorMouse
.OnMouseDown(_uiScope, e);
726
TextEditorMouse
.OnMouseMove(_uiScope, e);
731
TextEditorMouse
.OnMouseUp(_uiScope, e);
736
TextEditorMouse
.OnQueryCursor(_uiScope, e);
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (2)
117
if (!
TextEditorMouse
.IsPointWithinInteractiveArea(This, Mouse.GetPosition(This.UiScope)))
132
TextEditorMouse
.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.Right, 1 /* clickCount */);
src\Framework\System\windows\Documents\TextEditorMouse.cs (3)
361
TextEditorMouse
.UpdateCursor(This, mousePoint);
449
TextEditorMouse
.UpdateCursor(This, e.GetPosition(This.TextView.RenderScope));
469
TextEditorMouse
.UpdateCursor(This, mouseMovePoint);