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