6 references to IntersectRect
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (5)
830return IntersectRect(ref intersection, ref clientRect, ref itemRect); 839return IntersectRect(ref intersection, ref parentRect, ref itemRect); 849return IntersectRect(ref intersection, ref parentRect, ref itemRc); 859return IntersectRect(ref intersection, ref parentRc, ref itemRect); 870return IntersectRect(ref intersection, ref parentRc, ref itemRc);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
591if (!Misc.IntersectRect(ref rcItem, ref rcOutside, ref rcItem))