3 references to CC_FULLOPEN
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ColorDialog.cs (3)
165
return GetOption(NativeMethods.
CC_FULLOPEN
);
169
SetOption(NativeMethods.
CC_FULLOPEN
, value);
293
flags &= ~NativeMethods.
CC_FULLOPEN
;