1 write to _percentRadioButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
180
_percentRadioButton
= new RadioButton();
5 references to _percentRadioButton
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\StyleEditorForm.cs (5)
132
_percentRadioButton
.Enter += OnPercentEnter;
389
_sizeTypeTableLayoutPanel.Controls.Add(
_percentRadioButton
, 0, 1);
421
resources.ApplyResources(
_percentRadioButton
, "percentRadioButton");
422
_percentRadioButton
.Margin = new Padding(0, 3, 3, 0);
423
_percentRadioButton
.Name = "percentRadioButton";