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)
26
if (
_dropDown
is not null && !
_dropDown
.IsDisposed)
28
return
_dropDown
.Visible;
35
if (
_dropDown
is not null && !
_dropDown
.IsDisposed)
37
_dropDown
.Visible = value;
44
_dropDown
?.Show(newLocation);
49
_dropDown
?.MoveTo(newLocation);
56
if (
_dropDown
is not null)
59
_dropDown
.Dispose();