2 references to OnQueryCursor
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
736
TextEditorMouse.
OnQueryCursor
(_uiScope, e);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
53
EventManager.RegisterClassHandler(controlType, Mouse.QueryCursorEvent, new QueryCursorEventHandler(
OnQueryCursor
));