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