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