5 references to GetOption
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColorDialog.cs (5)
76return !GetOption(NativeMethods.CC_PREVENTFULLOPEN); 98return GetOption(NativeMethods.CC_ANYCOLOR); 165return GetOption(NativeMethods.CC_FULLOPEN); 216return GetOption(NativeMethods.CC_SHOWHELP); 239return GetOption(NativeMethods.CC_SOLIDCOLOR);