41 references to MenuAccessKeysUnderlined
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
3357if (SystemInformation.MenuAccessKeysUnderlined) 3403if (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)
10504Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowFocusCues); 10511{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10512{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10515{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10516{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10519{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10520{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10521{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10522{ (int)PInvoke.UIS_INITIALIZE | ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), SystemInformation.MenuAccessKeysUnderlined } 10555Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowFocusCues); 10563Assert.Equal(SystemInformation.MenuAccessKeysUnderlined, control.ShowKeyboardCues); 10570{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10572{ (int)PInvoke.UIS_CLEAR | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10574{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10576{ (int)PInvoke.UIS_SET | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10578{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined }, 10579{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined }, 10580{ (int)PInvoke.UIS_INITIALIZE | ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined }, 10581{ (int)PInvoke.UIS_INITIALIZE | ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), SystemInformation.MenuAccessKeysUnderlined } 10614Assert.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);