12 references to PtInRect
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
144
if (Misc.
PtInRect
(ref clientRect, pt.x, pt.y))
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
261
if (Misc.
PtInRect
(ref cbInfo.rcButton, x, y))
273
Misc.
PtInRect
(ref rcList, x, y))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
296
if (Misc.
PtInRect
(ref listboxrect, x, y))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
419
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
344
if (!checkboxRectangle.IsEmpty && Misc.
PtInRect
(ref checkboxRectangle, x, y))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
338
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
143
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
229
if (Misc.
PtInRect
(ref rc, x, y))
239
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
219
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
194
if (Misc.
PtInRect
(ref rc, x, y))