3 instantiations of SIZE
System.Windows.Forms (3)
misc\GDI\DeviceContext2.cs (2)
444
IntNativeMethods.SIZE size = new IntNativeMethods.
SIZE
();
460
IntNativeMethods.SIZE oldExtent = new IntNativeMethods.
SIZE
();
misc\GDI\WindowsGraphics2.cs (1)
383
IntNativeMethods.SIZE size = new IntNativeMethods.
SIZE
();
10 references to SIZE
System.Windows.Forms (10)
misc\GDI\DeviceContext2.cs (2)
444
IntNativeMethods.
SIZE
size = new IntNativeMethods.SIZE();
460
IntNativeMethods.
SIZE
oldExtent = new IntNativeMethods.SIZE();
misc\GDI\UnsafeNativeMethods.cs (7)
446
public static extern int GetTextExtentPoint32W(HandleRef hDC, string text, int len, [In, Out] IntNativeMethods.
SIZE
size);
451
public static extern int GetTextExtentPoint32A(HandleRef hDC, byte[] lpszString, int byteCount, [In, Out] IntNativeMethods.
SIZE
size);
453
public static int GetTextExtentPoint32(HandleRef hDC, string text, [In, Out] IntNativeMethods.
SIZE
size)
548
public static extern bool IntGetViewportExtEx(HandleRef hdc, [In, Out] IntNativeMethods.
SIZE
lpSize);
549
public static bool GetViewportExtEx( HandleRef hdc, [In, Out] IntNativeMethods.
SIZE
lpSize )
568
public static extern bool IntSetViewportExtEx(HandleRef hDC, int x, int y, [In, Out] IntNativeMethods.
SIZE
size);
569
public static bool SetViewportExtEx(HandleRef hDC, int x, int y, [In, Out] IntNativeMethods.
SIZE
size)
misc\GDI\WindowsGraphics2.cs (1)
383
IntNativeMethods.
SIZE
size = new IntNativeMethods.SIZE();