1 write to rbHorizontal
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
35this.rbHorizontal = new System.Windows.Forms.RadioButton();
12 references to rbHorizontal
WinFormsControlsTest (12)
TrackBars.Designer.cs (12)
70this.rbHorizontal.AutoSize = true; 71this.rbHorizontal.Checked = true; 72this.rbHorizontal.Location = new System.Drawing.Point(18, 26); 73this.rbHorizontal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 74this.rbHorizontal.Name = "rbHorizontal"; 75this.rbHorizontal.Size = new System.Drawing.Size(80, 19); 76this.rbHorizontal.TabIndex = 1; 77this.rbHorizontal.TabStop = true; 78this.rbHorizontal.Text = "Horizontal"; 79this.rbHorizontal.UseVisualStyleBackColor = true; 80this.rbHorizontal.CheckedChanged += this.rbHorizontal_CheckedChanged; 96this.gbOrientation.Controls.Add(this.rbHorizontal);