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