5 references to PtInRect
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1647if (Misc.PtInRect(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
358while (!gotPoint || !Misc.PtInRect(ref rect, x, y)) 372while (gotPoint && Misc.PtInRect(ref rect, x, y) && rangeAdjust.Start != rangeAdjust.End) 386while (!gotPoint || !Misc.PtInRect(ref rect, x, y)) 406} while (gotPoint && Misc.PtInRect(ref rect, x, y));