5 writes to AllowOrientation
System.Windows.Forms (1)
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
212
AllowOrientation
= true;
System.Windows.Forms.Tests (4)
System\Windows\Forms\PageSetupDialogTests.cs (4)
59
AllowOrientation
= value
64
dialog.
AllowOrientation
= value;
68
dialog.
AllowOrientation
= !value;
412
AllowOrientation
= false,
7 references to AllowOrientation
System.Windows.Forms (1)
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
168
if (!
AllowOrientation
)
System.Windows.Forms.Tests (6)
System\Windows\Forms\PageSetupDialogTests.cs (6)
18
Assert.True(dialog.
AllowOrientation
);
61
Assert.Equal(value, dialog.
AllowOrientation
);
65
Assert.Equal(value, dialog.
AllowOrientation
);
69
Assert.Equal(!value, dialog.
AllowOrientation
);
389
Assert.True(dialog.
AllowOrientation
);
425
Assert.True(dialog.
AllowOrientation
);