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)
221
if (!
IsPointWithinInteractiveArea
(This, e.GetPosition(This.UiScope)))
399
if (
IsPointWithinInteractiveArea
(This, Mouse.GetPosition(This.UiScope)))