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