2 references to CF_NOSIMULATIONS
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
46
get => !GetOption(CHOOSEFONT_FLAGS.
CF_NOSIMULATIONS
);
47
set => SetOption(CHOOSEFONT_FLAGS.
CF_NOSIMULATIONS
, !value);