31 references to IsDropDown
System.Windows.Forms (31)
winforms\Managed\System\WinForms\ToolStrip.cs (17)
1473
if (!
IsDropDown
&& !ToolStripManager.ModalMenuFilter.InMenuMode) {
1585
if (!
IsDropDown
&& !IsDisposed) {
1676
if (
IsDropDown
) {
1947
if (tsNextItem != null && !
IsDropDown
) {
2660
if (!
IsDropDown
&& dismissingItem.IsOnOverflow) {
2864
if (!
IsDropDown
&& ToolStripManager.ModalMenuFilter.InMenuMode) {
2892
if (!
IsDropDown
) {
3192
if (
IsDropDown
|| Orientation != Orientation.Horizontal) {
3464
if (!
IsDropDown
) {
3490
if (!
IsDropDown
&& (!(item is ToolStripDropDownItem))){
3688
if (!
IsDropDown
&& item.Owner == this) {
4081
if (!
IsDropDown
) {
4443
bool boundsCheck = !
IsDropDown
;
4511
if (!TabStop && !
IsDropDown
) {
4727
if (!
IsDropDown
&& !IsInDesignMode) {
4749
if (!
IsDropDown
&& !TabStop) {
5149
if (ownerToolStrip.Disposing || ownerToolStrip.IsDisposed || ownerToolStrip.
IsDropDown
) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1489
if (!OwnerToolStrip.
IsDropDown
) {
2277
if ((start == null) || (!start.
IsDropDown
)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
1466
return ParentInternal.
IsDropDown
;
1468
else if (Owner != null && Owner.
IsDropDown
) {
3435
if (ParentInternal != null && !ParentInternal.
IsDropDown
&& !(AccessibilityImprovements.Level2 && !Enabled)) {
winforms\Managed\System\WinForms\ToolStripManager.cs (7)
205
!toolStrip.
IsDropDown
&&
985
if (toolStrip != null && !toolStrip.
IsDropDown
) {
1118
if (toolStrip.
IsDropDown
) {
1145
if (!currentActiveToolStrip.
IsDropDown
) {
1148
else if ((toolStrip.
IsDropDown
)
1172
if (!_caretHidden && toolStrip.
IsDropDown
&& InMenuMode) {
1607
if (toolStrip.
IsDropDown
) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1411
if (toolStrip.
IsDropDown
&& toolStrip.ActiveDropDowns.Count > 0) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
192
else if (toolStrip.
IsDropDown
) {