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