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)
192
public
HotkeyPrefix
HotkeyPrefix
196
HotkeyPrefix
hotkeyPrefix;
203
if (value is <
HotkeyPrefix
.None or >
HotkeyPrefix
.Hide)
205
throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(
HotkeyPrefix
));
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
53
public
HotkeyPrefix
GdiPlusHotkeyPrefix { get; set; }
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
475
HotkeyPrefix = ShowKeyboardCues ?
HotkeyPrefix
.Show :
HotkeyPrefix
.Hide
System\Windows\Forms\Rendering\ControlPaint.cs (3)
2618
stringFormat.HotkeyPrefix = Drawing.Text.
HotkeyPrefix
.None;
2622
stringFormat.HotkeyPrefix = Drawing.Text.
HotkeyPrefix
.Show;
2626
stringFormat.HotkeyPrefix = Drawing.Text.
HotkeyPrefix
.Hide;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
873
stringFormat.HotkeyPrefix = Drawing.Text.
HotkeyPrefix
.Show;