10 references to TextEditorMouse
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (5)
356
TextEditorMouse
._RegisterClassHandlers(controlType, registerEventListeners);
694
TextEditorMouse
.OnMouseDown(_uiScope, e);
699
TextEditorMouse
.OnMouseMove(_uiScope, e);
704
TextEditorMouse
.OnMouseUp(_uiScope, e);
709
TextEditorMouse
.OnQueryCursor(_uiScope, e);
System\windows\Documents\TextEditorContextMenu.cs (2)
108
if (!
TextEditorMouse
.IsPointWithinInteractiveArea(This, Mouse.GetPosition(This.UiScope)))
123
TextEditorMouse
.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.Right, 1 /* clickCount */);
System\windows\Documents\TextEditorMouse.cs (3)
359
TextEditorMouse
.UpdateCursor(This, mousePoint);
447
TextEditorMouse
.UpdateCursor(This, e.GetPosition(This.TextView.RenderScope));
467
TextEditorMouse
.UpdateCursor(This, mouseMovePoint);