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