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