6 instantiations of SIZE
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
16674
NativeMethods.SIZE sWindowExt = new NativeMethods.
SIZE
();
16675
NativeMethods.SIZE sViewportExt = new NativeMethods.
SIZE
();
winforms\Managed\System\WinForms\ListView.cs (2)
1662
tileViewInfo.sizeTile = new NativeMethods.
SIZE
(tileSize.Width, tileSize.Height);
5350
tileViewInfo.sizeTile = new NativeMethods.
SIZE
(this.TileSize.Width, this.TileSize.Height);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
751
NativeMethods.SIZE size = new NativeMethods.
SIZE
();
785
NativeMethods.SIZE size = new NativeMethods.
SIZE
();
9 references to SIZE
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (2)
16674
NativeMethods.
SIZE
sWindowExt = new NativeMethods.SIZE();
16675
NativeMethods.
SIZE
sViewportExt = new NativeMethods.SIZE();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5464
public
SIZE
sizeTile;
winforms\Managed\System\WinForms\SafeNativeMethods.cs (3)
183
public static extern bool SetWindowExtEx(HandleRef hDC, int x, int y, [In, Out] NativeMethods.
SIZE
size);
463
public static extern bool SetViewportExtEx(HandleRef hDC, int x, int y, NativeMethods.
SIZE
size);
811
public 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)
993
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, [In, Out] NativeMethods.
SIZE
lParam);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
751
NativeMethods.
SIZE
size = new NativeMethods.SIZE();
785
NativeMethods.
SIZE
size = new NativeMethods.SIZE();