1 write to fitToRadioButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
283this.fitToRadioButton = new System.Windows.Forms.RadioButton();
5 references to fitToRadioButton
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (5)
127this.fitToRadioButton.Checked = true; 521this.scalingTableLayoutPanel.Controls.Add(this.fitToRadioButton, 0, 1); 609resources.ApplyResources(this.fitToRadioButton, "fitToRadioButton"); 610this.fitToRadioButton.Name = "fitToRadioButton"; 1136this.fitToRadioButton.Checked = true;