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