1 write to _autoSizedRadioButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
181_autoSizedRadioButton = new RadioButton();
8 references to _autoSizedRadioButton
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\StyleEditorForm.cs (8)
135_autoSizedRadioButton.Enter += OnAutoSizeEnter; 390_sizeTypeTableLayoutPanel.Controls.Add(_autoSizedRadioButton, 0, 2); 426resources.ApplyResources(_autoSizedRadioButton, "autoSizedRadioButton"); 427_autoSizedRadioButton.Margin = new Padding(0, 3, 3, 0); 428_autoSizedRadioButton.Name = "autoSizedRadioButton"; 730_autoSizedRadioButton.Checked = false; 790_autoSizedRadioButton.Checked = true; 1041else if (_autoSizedRadioButton.Checked)