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