6 references to IntersectRect
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (5)
821
return
IntersectRect
(ref intersection, ref clientRect, ref itemRect);
830
return
IntersectRect
(ref intersection, ref parentRect, ref itemRect);
840
return
IntersectRect
(ref intersection, ref parentRect, ref itemRc);
850
return
IntersectRect
(ref intersection, ref parentRc, ref itemRect);
861
return
IntersectRect
(ref intersection, ref parentRc, ref itemRc);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
581
if (!Misc.
IntersectRect
(ref rcItem, ref rcOutside, ref rcItem))