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