1 write to _absoluteRadioButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
177
_absoluteRadioButton
= new RadioButton();
5 references to _absoluteRadioButton
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\StyleEditorForm.cs (5)
129
_absoluteRadioButton
.Enter += OnAbsoluteEnter;
386
_sizeTypeTableLayoutPanel.Controls.Add(
_absoluteRadioButton
, 0, 0);
406
resources.ApplyResources(
_absoluteRadioButton
, "absoluteRadioButton");
407
_absoluteRadioButton
.Margin = new Padding(0, 3, 3, 0);
408
_absoluteRadioButton
.Name = "absoluteRadioButton";