4 writes to AllowVectorFonts
System.Windows.Forms.Tests (4)
System\Windows\Forms\FontDialogTests.cs (4)
123AllowVectorFonts = value 129dialog.AllowVectorFonts = value; 134dialog.AllowVectorFonts = !value; 588AllowVectorFonts = false,
6 references to AllowVectorFonts
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
17Assert.True(dialog.AllowVectorFonts); 46Assert.True(dialog.AllowVectorFonts); 125Assert.Equal(value, dialog.AllowVectorFonts); 130Assert.Equal(value, dialog.AllowVectorFonts); 135Assert.Equal(!value, dialog.AllowVectorFonts); 606Assert.True(dialog.AllowVectorFonts);