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