2 writes to allowOrientation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
85set { allowOrientation = value;} 287allowOrientation = true;
2 references to allowOrientation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
84get { return allowOrientation;} 266if (!allowOrientation) flags |= NativeMethods.PSD_DISABLEORIENTATION;