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