8 instantiations of CPRect
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\ClickablePoint.cs (7)
155CPRect rcp = new CPRect(ref rc, false); 282CPRect rcp = new CPRect(ref rc, false); 318alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 325alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered & fRiAsInsideRect)); 332alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 393alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 407alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect));
MS\Internal\AutomationProxies\ProxySimple.cs (1)
600alOut.Add(new ClickablePoint.CPRect(ref rcItem, true));
13 references to CPRect
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\ClickablePoint.cs (13)
155CPRect rcp = new CPRect(ref rc, false); 212internal bool Intersect(ref CPRect ri) 218internal bool Overlap(ref CPRect ri) 282CPRect rcp = new CPRect(ref rc, false); 305static private void SplitVertical(ref CPRect ro, ref CPRect ri, int left, int right, ArrayList alRect, bool fRiAsInsideRect) 359static private void SplitRect(ref CPRect ro, CPRect ri, ArrayList alRect, bool fRiAsInsideRect) 422static private void SplitRect(ArrayList alIn, ref CPRect ri, ArrayList alOut, bool fRiAsInsideRect) 427CPRect ro = (CPRect)alIn[i]; 446CPRect r = (CPRect)al[i];