5 references to PtInRect
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1653
if (Misc.
PtInRect
(ref rc, x, y))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
359
while (!gotPoint || !Misc.
PtInRect
(ref rect, x, y))
373
while (gotPoint && Misc.
PtInRect
(ref rect, x, y) && rangeAdjust.Start != rangeAdjust.End)
387
while (!gotPoint || !Misc.
PtInRect
(ref rect, x, y))
407
} while (gotPoint && Misc.
PtInRect
(ref rect, x, y));