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