5 writes to AllowVerticalFonts
System.Windows.Forms.Design (1)
System\Drawing\Design\FontEditor.cs (1)
30AllowVerticalFonts = false
System.Windows.Forms.Tests (4)
System\Windows\Forms\FontDialogTests.cs (4)
148AllowVerticalFonts = value 154dialog.AllowVerticalFonts = value; 159dialog.AllowVerticalFonts = !value; 591AllowVerticalFonts = false,
6 references to AllowVerticalFonts
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
20Assert.True(dialog.AllowVerticalFonts); 50Assert.True(dialog.AllowVerticalFonts); 150Assert.Equal(value, dialog.AllowVerticalFonts); 155Assert.Equal(value, dialog.AllowVerticalFonts); 160Assert.Equal(!value, dialog.AllowVerticalFonts); 609Assert.True(dialog.AllowVerticalFonts);