13 references to HotkeyPrefix
System.Drawing (1)
System.Drawing.cs (1)
161[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.HotkeyPrefix))]
System.Drawing.Common (5)
System\Drawing\StringFormat.cs (5)
192public HotkeyPrefix HotkeyPrefix 196HotkeyPrefix hotkeyPrefix; 203if (value is < HotkeyPrefix.None or > HotkeyPrefix.Hide) 205throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(HotkeyPrefix));
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
53public HotkeyPrefix GdiPlusHotkeyPrefix { get; set; }
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
475HotkeyPrefix = ShowKeyboardCues ? HotkeyPrefix.Show : HotkeyPrefix.Hide
System\Windows\Forms\Rendering\ControlPaint.cs (3)
2618stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.None; 2622stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.Show; 2626stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.Hide;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
873stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.Show;