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);
426
resources.ApplyResources(
_autoSizedRadioButton
, "autoSizedRadioButton");
427
_autoSizedRadioButton
.Margin = new Padding(0, 3, 3, 0);
428
_autoSizedRadioButton
.Name = "autoSizedRadioButton";
730
_autoSizedRadioButton
.Checked = false;
790
_autoSizedRadioButton
.Checked = true;
1041
else if (
_autoSizedRadioButton
.Checked)