2 references to OnMouseMove
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
699
TextEditorMouse.
OnMouseMove
(_uiScope, e);
System\windows\Documents\TextEditorMouse.cs (1)
54
EventManager.RegisterClassHandler(controlType, Mouse.MouseMoveEvent, new MouseEventHandler(
OnMouseMove
));