8 instantiations of CPRect
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\ClickablePoint.cs (7)
159CPRect rcp = new CPRect(ref rc, false); 286CPRect rcp = new CPRect(ref rc, false); 322alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 329alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered & fRiAsInsideRect)); 336alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 397alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 411alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect));
MS\Internal\AutomationProxies\ProxySimple.cs (1)
604alOut.Add(new ClickablePoint.CPRect(ref rcItem, true));
13 references to CPRect
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\ClickablePoint.cs (13)
159CPRect rcp = new CPRect(ref rc, false); 216internal bool Intersect(ref CPRect ri) 222internal bool Overlap(ref CPRect ri) 286CPRect rcp = new CPRect(ref rc, false); 309static private void SplitVertical(ref CPRect ro, ref CPRect ri, int left, int right, ArrayList alRect, bool fRiAsInsideRect) 363static private void SplitRect(ref CPRect ro, CPRect ri, ArrayList alRect, bool fRiAsInsideRect) 426static private void SplitRect(ArrayList alIn, ref CPRect ri, ArrayList alOut, bool fRiAsInsideRect) 431CPRect ro = (CPRect)alIn[i]; 450CPRect r = (CPRect)al[i];