2 writes to _dropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.cs (2)
19_dropDown = new FeedbackDropDown(bounds); 60_dropDown = null;
10 references to _dropDown
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.cs (10)
26if (_dropDown is not null && !_dropDown.IsDisposed) 28return _dropDown.Visible; 35if (_dropDown is not null && !_dropDown.IsDisposed) 37_dropDown.Visible = value; 44_dropDown?.Show(newLocation); 49_dropDown?.MoveTo(newLocation); 56if (_dropDown is not null) 59_dropDown.Dispose();