41 references to MenuAccessKeysUnderlined
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
3269if (SystemInformation.MenuAccessKeysUnderlined) 3315if (SystemInformation.MenuAccessKeysUnderlined)
System\Windows\Forms\Rendering\DisplayInformation.cs (1)
106s_menuAccessKeysUnderlined = SystemInformation.MenuAccessKeysUnderlined;
System.Windows.Forms.Tests (38)
System\Windows\Forms\ControlTests.Properties.cs (20)
10500Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowFocusCues); 10507{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10508{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10511{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10512{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10515{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10516{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10517{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10518{ (int)PInvoke.UIS_INITIALIZE | ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), SystemInformation.MenuAccessKeysUnderlined } 10551Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowFocusCues); 10559Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowKeyboardCues); 10566{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10568{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10570{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10572{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10574{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10575{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10576{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10577{ (int)PInvoke.UIS_INITIALIZE | ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), SystemInformation.MenuAccessKeysUnderlined } 10610Assert.Equal(designMode | SystemInformation.MenuAccessKeysUnderlined, control.ShowKeyboardCues);
System\Windows\Forms\SystemInformationTests.cs (2)
412Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, SystemInformation.MenuAccessKeysUnderlined);
System\Windows\Forms\ToolStripButtonTests.cs (6)
81Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 162Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 249Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 339Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 427Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 525Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
110Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
81Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 170Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 269Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 377Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripItemTests.cs (3)
80Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 165Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 260Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
88Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
78Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);