1 write to landscapeRadioButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
286
this.
landscapeRadioButton
= new System.Windows.Forms.RadioButton();
8 references to landscapeRadioButton
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
131
this.
landscapeRadioButton
.Checked = true;
622
this.orientationTableLayoutPanel.Controls.Add(this.
landscapeRadioButton
, 3, 0);
630
resources.ApplyResources(this.
landscapeRadioButton
, "landscapeRadioButton");
631
this.
landscapeRadioButton
.Name = "landscapeRadioButton";
632
this.
landscapeRadioButton
.CheckedChanged += new System.EventHandler(this.landscapeRadioButton_CheckedChanged);
971
this.printDocument.PageSetupData.Landscape = this.
landscapeRadioButton
.Checked;
1040
this.
landscapeRadioButton
.Checked = true;
1120
this.footerMarginInput.Maximum = this.headerMarginInput.Maximum = PrinterUnitToUIUnit(this.
landscapeRadioButton
.Checked ? paperSize.Width : paperSize.Height);