6 references to IntersectRect
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (5)
840return IntersectRect(ref intersection, ref clientRect, ref itemRect); 849return IntersectRect(ref intersection, ref parentRect, ref itemRect); 859return IntersectRect(ref intersection, ref parentRect, ref itemRc); 869return IntersectRect(ref intersection, ref parentRc, ref itemRect); 880return IntersectRect(ref intersection, ref parentRc, ref itemRc);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
598if (!Misc.IntersectRect(ref rcItem, ref rcOutside, ref rcItem))