1 instantiation of RECT
System.Web.Mobile (1)
UI\MobileControls\Design\NativeMethods.cs (1)
122return new RECT(x,
2 references to RECT
System.Web.Mobile (2)
UI\MobileControls\Design\NativeMethods.cs (2)
51internal static extern bool GetClientRect(IntPtr hWnd, [In, Out] ref RECT rect); 120internal static RECT FromXYWH(int x, int y, int width, int height)