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