10 references to TextEditorMouse
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (5)
350
TextEditorMouse
._RegisterClassHandlers(controlType, registerEventListeners);
688
TextEditorMouse
.OnMouseDown(_uiScope, e);
693
TextEditorMouse
.OnMouseMove(_uiScope, e);
698
TextEditorMouse
.OnMouseUp(_uiScope, e);
703
TextEditorMouse
.OnQueryCursor(_uiScope, e);
System\windows\Documents\TextEditorContextMenu.cs (2)
106
if (!
TextEditorMouse
.IsPointWithinInteractiveArea(This, Mouse.GetPosition(This.UiScope)))
121
TextEditorMouse
.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.Right, 1 /* clickCount */);
System\windows\Documents\TextEditorMouse.cs (3)
345
TextEditorMouse
.UpdateCursor(This, mousePoint);
433
TextEditorMouse
.UpdateCursor(This, e.GetPosition(This.TextView.RenderScope));
453
TextEditorMouse
.UpdateCursor(This, mouseMovePoint);