10 references to TextEditorMouse
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (5)
356TextEditorMouse._RegisterClassHandlers(controlType, registerEventListeners); 694TextEditorMouse.OnMouseDown(_uiScope, e); 699TextEditorMouse.OnMouseMove(_uiScope, e); 704TextEditorMouse.OnMouseUp(_uiScope, e); 709TextEditorMouse.OnQueryCursor(_uiScope, e);
System\windows\Documents\TextEditorContextMenu.cs (2)
108if (!TextEditorMouse.IsPointWithinInteractiveArea(This, Mouse.GetPosition(This.UiScope))) 123TextEditorMouse.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.Right, 1 /* clickCount */);
System\windows\Documents\TextEditorMouse.cs (3)
359TextEditorMouse.UpdateCursor(This, mousePoint); 447TextEditorMouse.UpdateCursor(This, e.GetPosition(This.TextView.RenderScope)); 467TextEditorMouse.UpdateCursor(This, mouseMovePoint);