3 references to UIA_MenuBarControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
50
{ AccessibleRole.MenuBar, UIA_CONTROLTYPE_ID.
UIA_MenuBarControlTypeId
},
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\MenuStrip.MenuStripAccessibleObjectTests.cs (1)
96
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_MenuBarControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
78
yield return new object[] { AccessibleRole.MenuBar, UIA_CONTROLTYPE_ID.
UIA_MenuBarControlTypeId
};