6 writes to HotkeyPrefix
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
78
HotkeyPrefix
= GdiPlusHotkeyPrefix,
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
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;
2 references to HotkeyPrefix
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
190
/// Gets or sets the <see cref='
HotkeyPrefix
'/> for this <see cref='StringFormat'/> .
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
94
GdiPlusHotkeyPrefix = value.
HotkeyPrefix
;