1 write to adjustToRadioButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
279this.adjustToRadioButton = new System.Windows.Forms.RadioButton();
6 references to adjustToRadioButton
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
125this.adjustToRadioButton.Checked = true; 517this.scalingTableLayoutPanel.Controls.Add(this.adjustToRadioButton, 0, 0); 541resources.ApplyResources(this.adjustToRadioButton, "adjustToRadioButton"); 542this.adjustToRadioButton.Name = "adjustToRadioButton"; 964this.printDocument.PageSetupData.AdjustToScaleFactor = this.adjustToRadioButton.Checked; 1132this.adjustToRadioButton.Checked = true;