12 references to PtInRect
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
133
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)
289
if (Misc.
PtInRect
(ref listboxrect, x, y))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
413
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
341
if (!checkboxRectangle.IsEmpty && Misc.
PtInRect
(ref checkboxRectangle, x, y))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
332
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)
213
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
187
if (Misc.
PtInRect
(ref rc, x, y))