10 references to TextEditorMouse
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (5)
341
TextEditorMouse
._RegisterClassHandlers(controlType, registerEventListeners);
681
TextEditorMouse
.OnMouseDown(_uiScope, e);
686
TextEditorMouse
.OnMouseMove(_uiScope, e);
691
TextEditorMouse
.OnMouseUp(_uiScope, e);
696
TextEditorMouse
.OnQueryCursor(_uiScope, e);
System\windows\Documents\TextEditorContextMenu.cs (2)
105
if (!
TextEditorMouse
.IsPointWithinInteractiveArea(This, Mouse.GetPosition(This.UiScope)))
120
TextEditorMouse
.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.Right, 1 /* clickCount */);
System\windows\Documents\TextEditorMouse.cs (3)
341
TextEditorMouse
.UpdateCursor(This, mousePoint);
429
TextEditorMouse
.UpdateCursor(This, e.GetPosition(This.TextView.RenderScope));
449
TextEditorMouse
.UpdateCursor(This, mouseMovePoint);