4 writes to AllowVectorFonts
System.Windows.Forms.Tests (4)
System\Windows\Forms\FontDialogTests.cs (4)
125AllowVectorFonts = value 131dialog.AllowVectorFonts = value; 136dialog.AllowVectorFonts = !value; 590AllowVectorFonts = false,
6 references to AllowVectorFonts
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
19Assert.True(dialog.AllowVectorFonts); 48Assert.True(dialog.AllowVectorFonts); 127Assert.Equal(value, dialog.AllowVectorFonts); 132Assert.Equal(value, dialog.AllowVectorFonts); 137Assert.Equal(!value, dialog.AllowVectorFonts); 608Assert.True(dialog.AllowVectorFonts);