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