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