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