4 references to UIA_MenuControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
52
{ AccessibleRole.MenuPopup, UIA_CONTROLTYPE_ID.
UIA_MenuControlTypeId
},
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\ToolStripDropDown.ToolStripDropDownAccessibleObjectTests.cs (1)
32
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_MenuControlTypeId
, actual);
System\Windows\Forms\AccessibleObjects\ToolStripOverflow.ToolStripOverflowAccessibleObjectTests.cs (1)
34
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_MenuControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
80
yield return new object[] { AccessibleRole.MenuPopup, UIA_CONTROLTYPE_ID.
UIA_MenuControlTypeId
};