3 references to CF_EFFECTS
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (3)
267get => GetOption(CHOOSEFONT_FLAGS.CF_EFFECTS); 268set => SetOption(CHOOSEFONT_FLAGS.CF_EFFECTS, value); 368_options = CHOOSEFONT_FLAGS.CF_SCREENFONTS | CHOOSEFONT_FLAGS.CF_EFFECTS;