12 references to PtInRect
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
139
if (Misc.
PtInRect
(ref clientRect, pt.x, pt.y))
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
257
if (Misc.
PtInRect
(ref cbInfo.rcButton, x, y))
269
Misc.
PtInRect
(ref rcList, x, y))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
292
if (Misc.
PtInRect
(ref listboxrect, x, y))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
416
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
343
if (!checkboxRectangle.IsEmpty && Misc.
PtInRect
(ref checkboxRectangle, x, y))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
335
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
140
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
226
if (Misc.
PtInRect
(ref rc, x, y))
236
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
216
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
190
if (Misc.
PtInRect
(ref rc, x, y))