2 writes to dropDown
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
775dropDown = new FeedbackDropDown(bounds); 804dropDown = null;
10 references to dropDown
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStripPanel.cs (10)
780if (dropDown != null && !dropDown.IsDisposed) { 781return dropDown.Visible; 786if (dropDown != null && !dropDown.IsDisposed) { 787dropDown.Visible = value; 793dropDown.Show(newLocation); 796dropDown.MoveTo(newLocation); 801if (dropDown != null) { 803dropDown.Dispose();