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