2 writes to _listBox
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
314
_listBox
= new(this)
966
_listBox
= null;
12 references to _listBox
System.Windows.Forms (12)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (12)
310
if (
_listBox
is null)
319
_listBox
.MouseUp += OnListMouseUp;
320
_listBox
.DrawItem += OnListDrawItem;
321
_listBox
.SelectedIndexChanged += OnListChange;
322
_listBox
.KeyDown += OnListKeyDown;
323
_listBox
.LostFocus += OnChildLostFocus;
324
_listBox
.Visible = true;
325
_listBox
.ItemHeight = RowHeight;
328
return
_listBox
;
962
_listBox
?.Dispose();
4762
_listBox
?.ReleaseUiaProvider(HWND.Null);
5128
if (
_listBox
is not null)