2 writes to _listBox
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
337
_listBox
= new(this)
989
_listBox
= null;
12 references to _listBox
System.Windows.Forms (12)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (12)
333
if (
_listBox
is null)
342
_listBox
.MouseUp += OnListMouseUp;
343
_listBox
.DrawItem += OnListDrawItem;
344
_listBox
.SelectedIndexChanged += OnListChange;
345
_listBox
.KeyDown += OnListKeyDown;
346
_listBox
.LostFocus += OnChildLostFocus;
347
_listBox
.Visible = true;
348
_listBox
.ItemHeight = RowHeight;
351
return
_listBox
;
985
_listBox
?.Dispose();
4794
_listBox
?.ReleaseUiaProvider(HWND.Null);
5160
if (
_listBox
is not null)