8 instantiations of CPRect
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\ClickablePoint.cs (7)
156CPRect rcp = new CPRect(ref rc, false); 283CPRect rcp = new CPRect(ref rc, false); 319alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 326alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered & fRiAsInsideRect)); 333alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 394alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 408alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect));
MS\Internal\AutomationProxies\ProxySimple.cs (1)
611alOut.Add(new ClickablePoint.CPRect(ref rcItem, true));
13 references to CPRect
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\ClickablePoint.cs (13)
156CPRect rcp = new CPRect(ref rc, false); 213internal bool Intersect(ref CPRect ri) 219internal bool Overlap(ref CPRect ri) 283CPRect rcp = new CPRect(ref rc, false); 306static private void SplitVertical(ref CPRect ro, ref CPRect ri, int left, int right, ArrayList alRect, bool fRiAsInsideRect) 360static private void SplitRect(ref CPRect ro, CPRect ri, ArrayList alRect, bool fRiAsInsideRect) 423static private void SplitRect(ArrayList alIn, ref CPRect ri, ArrayList alOut, bool fRiAsInsideRect) 428CPRect ro = (CPRect)alIn[i]; 447CPRect r = (CPRect)al[i];