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