12 references to PtInRect
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
132
if (Misc.
PtInRect
(ref clientRect, pt.x, pt.y))
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
256
if (Misc.
PtInRect
(ref cbInfo.rcButton, x, y))
268
Misc.
PtInRect
(ref rcList, x, y))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
288
if (Misc.
PtInRect
(ref listboxrect, x, y))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
412
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
340
if (!checkboxRectangle.IsEmpty && Misc.
PtInRect
(ref checkboxRectangle, x, y))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
331
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
139
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
225
if (Misc.
PtInRect
(ref rc, x, y))
235
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
212
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
186
if (Misc.
PtInRect
(ref rc, x, y))