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