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