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