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