6 references to UIA_MenuItemControlTypeId
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (2)
21
{ AccessibleRole.ButtonMenu, UIA_CONTROLTYPE_ID.
UIA_MenuItemControlTypeId
},
51
{ AccessibleRole.MenuItem, UIA_CONTROLTYPE_ID.
UIA_MenuItemControlTypeId
},
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\ToolStripMenuItem.ToolStripMenuItemAccessibleObjectTests.cs (1)
77
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_MenuItemControlTypeId
, actual);
System\Windows\Forms\AccessibleObjects\ToolStripOverflowButton.ToolStripOverflowButtonAccessibleObjectTests.cs (1)
33
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_MenuItemControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (2)
49
yield return new object[] { AccessibleRole.ButtonMenu, UIA_CONTROLTYPE_ID.
UIA_MenuItemControlTypeId
};
79
yield return new object[] { AccessibleRole.MenuItem, UIA_CONTROLTYPE_ID.
UIA_MenuItemControlTypeId
};