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