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)
310if (_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; 328return _listBox; 962_listBox?.Dispose(); 4762_listBox?.ReleaseUiaProvider(HWND.Null); 5128if (_listBox is not null)