1 override of HasDropDownItems
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
66
public override bool
HasDropDownItems
{
25 references to HasDropDownItems
System.Windows.Forms (25)
winforms\Managed\System\WinForms\MDIControlStrip.cs (3)
174
if (system.
HasDropDownItems
) {
184
if (!system.
HasDropDownItems
&& (target != null)) {
245
if (
HasDropDownItems
&& DropDown.Visible) {
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2002
if (dropDownItem != null && dropDownItem.
HasDropDownItems
) {
2671
if (item != null && !item.
HasDropDownItems
)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1369
|| !(dismissingItem.
HasDropDownItems
)) { // clicking on a item w/dropdown does not dismiss window
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
201
if (
HasDropDownItems
) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (9)
164
if (
HasDropDownItems
&& DropDown.Visible) {
194
if (ParentInternal == null || !
HasDropDownItems
) {
447
if (
HasDropDownItems
) {
536
if (
HasDropDownItems
) {
548
if (
HasDropDownItems
) {
798
if (item != null && item.
HasDropDownItems
) {
821
if (patternId == NativeMethods.UIA_ExpandCollapsePatternId && owner.
HasDropDownItems
) {
854
if ((owner == null) || !owner.
HasDropDownItems
) {
861
if ((owner == null) || !owner.
HasDropDownItems
) {
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
316
if (item.
HasDropDownItems
)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (6)
854
if (Enabled && ParentInternal != null && ParentInternal.MenuAutoExpand &&
HasDropDownItems
) {
1103
showShortCut = showShortCut && !
HasDropDownItems
;
1111
if (
HasDropDownItems
) {
1151
if (Enabled && ShortcutKeys == keyData && !
HasDropDownItems
) {
1166
if (
HasDropDownItems
) {
1390
if (rollup && lastSelected != null && lastSelected.
HasDropDownItems
) {
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
215
if (item != null && item.Pressed && item.
HasDropDownItems
) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
831
if (patternId == NativeMethods.UIA_ExpandCollapsePatternId && ownerItem.
HasDropDownItems
) {