6 instantiations of SIZE
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
16674NativeMethods.SIZE sWindowExt = new NativeMethods.SIZE(); 16675NativeMethods.SIZE sViewportExt = new NativeMethods.SIZE();
winforms\Managed\System\WinForms\ListView.cs (2)
1662tileViewInfo.sizeTile = new NativeMethods.SIZE(tileSize.Width, tileSize.Height); 5350tileViewInfo.sizeTile = new NativeMethods.SIZE(this.TileSize.Width, this.TileSize.Height);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
751NativeMethods.SIZE size = new NativeMethods.SIZE(); 785NativeMethods.SIZE size = new NativeMethods.SIZE();
9 references to SIZE
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (2)
16674NativeMethods.SIZE sWindowExt = new NativeMethods.SIZE(); 16675NativeMethods.SIZE sViewportExt = new NativeMethods.SIZE();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5464public SIZE sizeTile;
winforms\Managed\System\WinForms\SafeNativeMethods.cs (3)
183public static extern bool SetWindowExtEx(HandleRef hDC, int x, int y, [In, Out] NativeMethods.SIZE size); 463public static extern bool SetViewportExtEx(HandleRef hDC, int x, int y, NativeMethods.SIZE size); 811public static extern int GetThemePartSize(HandleRef hTheme, HandleRef hdc, int iPartId, int iStateId, [In] NativeMethods.COMRECT prc, System.Windows.Forms.VisualStyles.ThemeSizeType eSize, [Out] NativeMethods.SIZE psz);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
993public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, [In, Out] NativeMethods.SIZE lParam);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
751NativeMethods.SIZE size = new NativeMethods.SIZE(); 785NativeMethods.SIZE size = new NativeMethods.SIZE();