6 references to IntersectRect
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (5)
840
return
IntersectRect
(ref intersection, ref clientRect, ref itemRect);
849
return
IntersectRect
(ref intersection, ref parentRect, ref itemRect);
859
return
IntersectRect
(ref intersection, ref parentRect, ref itemRc);
869
return
IntersectRect
(ref intersection, ref parentRc, ref itemRect);
880
return
IntersectRect
(ref intersection, ref parentRc, ref itemRc);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
598
if (!Misc.
IntersectRect
(ref rcItem, ref rcOutside, ref rcItem))