1 write to _autoSizedRadioButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
181
_autoSizedRadioButton
= new RadioButton();
5 references to _autoSizedRadioButton
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\StyleEditorForm.cs (5)
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";