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)
146AllowVerticalFonts = value 152dialog.AllowVerticalFonts = value; 157dialog.AllowVerticalFonts = !value; 589AllowVerticalFonts = false,
6 references to AllowVerticalFonts
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
18Assert.True(dialog.AllowVerticalFonts); 48Assert.True(dialog.AllowVerticalFonts); 148Assert.Equal(value, dialog.AllowVerticalFonts); 153Assert.Equal(value, dialog.AllowVerticalFonts); 158Assert.Equal(!value, dialog.AllowVerticalFonts); 607Assert.True(dialog.AllowVerticalFonts);