6 references to IntersectRect
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (5)
828
return
IntersectRect
(ref intersection, ref clientRect, ref itemRect);
837
return
IntersectRect
(ref intersection, ref parentRect, ref itemRect);
847
return
IntersectRect
(ref intersection, ref parentRect, ref itemRc);
857
return
IntersectRect
(ref intersection, ref parentRc, ref itemRect);
868
return
IntersectRect
(ref intersection, ref parentRc, ref itemRc);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
587
if (!Misc.
IntersectRect
(ref rcItem, ref rcOutside, ref rcItem))