1 override of ShowKeyboardCues
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1691protected internal override bool ShowKeyboardCues => false;
8 references to ShowKeyboardCues
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
129layoutOptions.GdiTextFormatFlags = Owner.ShowKeyboardCues ? layoutOptions.GdiTextFormatFlags : layoutOptions.GdiTextFormatFlags | TextFormatFlags.HidePrefix;
System\Windows\Forms\Controls\ToolStrips\ToolStripItemTextRenderEventArgs.cs (1)
59TextFormat = (item.ShowKeyboardCues) ? TextFormat : TextFormat | TextFormatFlags.HidePrefix;
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1746public new bool ShowKeyboardCues => base.ShowKeyboardCues;
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4665public new bool ShowKeyboardCues => base.ShowKeyboardCues;
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
535public new bool ShowKeyboardCues => base.ShowKeyboardCues;
System\Windows\Forms\ToolStripItemTests.cs (1)
15523public new bool ShowKeyboardCues => base.ShowKeyboardCues;
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
451public new bool ShowKeyboardCues => base.ShowKeyboardCues;
System\Windows\Forms\ToolStripSeparatorTests.cs (1)
1657public new bool ShowKeyboardCues => base.ShowKeyboardCues;