3 references to RECT
UIAutomationClient (3)
MS\Internal\Automation\BoundingRectTracker.cs (2)
96
NativeMethods.RECT rc32 = new NativeMethods.
RECT
(0,0,0,0);
157
private static NativeMethods.RECT _emptyRect = new NativeMethods.
RECT
(0,0,0,0);
MS\Internal\Automation\ClickablePoint.cs (1)
44
NativeMethods.RECT winRect = new NativeMethods.
RECT
((int)rect.Left, (int)rect.Top, (int)rect.Height, (int)rect.Bottom);