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)
57
AllowOrientation
= value
62
dialog.
AllowOrientation
= value;
66
dialog.
AllowOrientation
= !value;
410
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)
16
Assert.True(dialog.
AllowOrientation
);
59
Assert.Equal(value, dialog.
AllowOrientation
);
63
Assert.Equal(value, dialog.
AllowOrientation
);
67
Assert.Equal(!value, dialog.
AllowOrientation
);
387
Assert.True(dialog.
AllowOrientation
);
423
Assert.True(dialog.
AllowOrientation
);