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