1 write to _percentRadioButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
180_percentRadioButton = new RadioButton();
9 references to _percentRadioButton
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\StyleEditorForm.cs (9)
132_percentRadioButton.Enter += OnPercentEnter; 389_sizeTypeTableLayoutPanel.Controls.Add(_percentRadioButton, 0, 1); 421resources.ApplyResources(_percentRadioButton, "percentRadioButton"); 422_percentRadioButton.Margin = new Padding(0, 3, 3, 0); 423_percentRadioButton.Name = "percentRadioButton"; 727_percentRadioButton.Checked = false; 775_percentRadioButton.Checked = true; 954else if (_percentNumericUpDown == sender && _percentRadioButton.Checked) 1037else if (_percentRadioButton.Checked)