3 references to IsPointWithinInteractiveArea
PresentationFramework (3)
System\windows\Documents\TextEditorContextMenu.cs (1)
106
if (!TextEditorMouse.
IsPointWithinInteractiveArea
(This, Mouse.GetPosition(This.UiScope)))
System\windows\Documents\TextEditorMouse.cs (2)
218
if (!
IsPointWithinInteractiveArea
(This, e.GetPosition(This.UiScope)))
396
if (
IsPointWithinInteractiveArea
(This, Mouse.GetPosition(This.UiScope)))