1 write to portraitRadioButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
288
this.
portraitRadioButton
= new System.Windows.Forms.RadioButton();
6 references to portraitRadioButton
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
133
this.
portraitRadioButton
.Checked = true;
624
this.orientationTableLayoutPanel.Controls.Add(this.
portraitRadioButton
, 1, 0);
642
resources.ApplyResources(this.
portraitRadioButton
, "portraitRadioButton");
643
this.
portraitRadioButton
.Name = "portraitRadioButton";
644
this.
portraitRadioButton
.CheckedChanged += new System.EventHandler(this.portraitRadioButton_CheckedChanged);
1042
this.
portraitRadioButton
.Checked = true;