3 references to IsPointWithinInteractiveArea
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
117
if (!TextEditorMouse.
IsPointWithinInteractiveArea
(This, Mouse.GetPosition(This.UiScope)))
src\Framework\System\windows\Documents\TextEditorMouse.cs (2)
237
if (!
IsPointWithinInteractiveArea
(This, e.GetPosition(This.UiScope)))
415
if (
IsPointWithinInteractiveArea
(This, Mouse.GetPosition(This.UiScope)))