41 references to MenuAccessKeysUnderlined
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
3268if (SystemInformation.MenuAccessKeysUnderlined) 3314if (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)
10502Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowFocusCues); 10509{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10510{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10513{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10514{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10517{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10518{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10519{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10520{ (int)PInvoke.UIS_INITIALIZE | ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), SystemInformation.MenuAccessKeysUnderlined } 10553Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowFocusCues); 10561Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowKeyboardCues); 10568{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10570{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10572{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10574{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10576{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10577{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10578{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10579{ (int)PInvoke.UIS_INITIALIZE | ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), SystemInformation.MenuAccessKeysUnderlined } 10612Assert.Equal(designMode | SystemInformation.MenuAccessKeysUnderlined, control.ShowKeyboardCues);
System\Windows\Forms\SystemInformationTests.cs (2)
414Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, SystemInformation.MenuAccessKeysUnderlined);
System\Windows\Forms\ToolStripButtonTests.cs (6)
83Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 164Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 251Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 341Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 429Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 527Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
112Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
83Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 172Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 271Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 379Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripItemTests.cs (3)
82Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 167Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues); 262Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
86Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
80Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, item.ShowKeyboardCues);