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)
333if (_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; 351return _listBox; 985_listBox?.Dispose(); 4794_listBox?.ReleaseUiaProvider(HWND.Null); 5160if (_listBox is not null)