5 references to PtInRect
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1668
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
403
while (!gotPoint || !Misc.
PtInRect
(ref rect, x, y))
417
while (gotPoint && Misc.
PtInRect
(ref rect, x, y) && rangeAdjust.Start != rangeAdjust.End)
431
while (!gotPoint || !Misc.
PtInRect
(ref rect, x, y))
451
} while (gotPoint && Misc.
PtInRect
(ref rect, x, y));