1 instantiation of CHOOSECOLOR
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
281NativeMethods.CHOOSECOLOR cc = new NativeMethods.CHOOSECOLOR();
3 references to CHOOSECOLOR
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
281NativeMethods.CHOOSECOLOR cc = new NativeMethods.CHOOSECOLOR();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3614public int lStructSize = Marshal.SizeOf(typeof(CHOOSECOLOR)); //ndirect.DllLib.sizeOf(this);
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
154public static extern bool ChooseColor([In, Out] NativeMethods.CHOOSECOLOR cc);