12 references to PtInRect
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
152if (Misc.PtInRect(ref clientRect, pt.x, pt.y))
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
274if (Misc.PtInRect(ref cbInfo.rcButton, x, y)) 286Misc.PtInRect(ref rcList, x, y))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
304if (Misc.PtInRect(ref listboxrect, x, y))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
426if (Misc.PtInRect(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
351if (!checkboxRectangle.IsEmpty && Misc.PtInRect(ref checkboxRectangle, x, y))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
350if (Misc.PtInRect(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
156if (Misc.PtInRect(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
240if (Misc.PtInRect(ref rc, x, y)) 250if (Misc.PtInRect(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
226if (Misc.PtInRect(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
207if (Misc.PtInRect(ref rc, x, y))