10 references to GetOption
System.Windows.Forms (10)
winforms\Managed\System\WinForms\FontDialog.cs (10)
83return !GetOption(NativeMethods.CF_NOSIMULATIONS); 104return !GetOption(NativeMethods.CF_NOVECTORFONTS); 127return !GetOption(NativeMethods.CF_NOVERTFONTS); 151return !GetOption(NativeMethods.CF_SELECTSCRIPT); 205return GetOption(NativeMethods.CF_FIXEDPITCHONLY); 258return GetOption(NativeMethods.CF_FORCEFONTEXIST); 349return GetOption(NativeMethods.CF_SCRIPTSONLY); 369return GetOption(NativeMethods.CF_APPLY); 410return GetOption(NativeMethods.CF_EFFECTS); 430return GetOption(NativeMethods.CF_SHOWHELP);