1 write to _lbCommon
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
192
_lbCommon
= new ColorEditorListBox
12 references to _lbCommon
System.Windows.Forms.Design (12)
System\Drawing\Design\ColorEditor.ColorUI.cs (12)
96
_lbCommon
.ItemHeight = Font.Height + 2;
159
nameof(
_lbCommon
))]
200
_lbCommon
.Click += OnListClick;
201
_lbCommon
.DrawItem += OnListDrawItem;
202
_lbCommon
.KeyDown += OnListKeyDown;
203
_lbCommon
.Dock = DockStyle.Fill;
208
_lbCommon
.Items.Clear();
211
_lbCommon
.Items.Add(color);
225
_commonTabPage.Controls.Add(
_lbCommon
);
261
if (lb ==
_lbCommon
&& !_commonHeightSet)
317
_lbCommon
.Bounds = _lbSystem.Bounds;
372
_lbCommon
.SelectedItem = value;