5 writes to HotkeyPrefix
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
917
format.
HotkeyPrefix
= this.gdipHotkeyPrefix;
winforms\Managed\System\WinForms\ControlPaint.cs (3)
2739
stringFormat.
HotkeyPrefix
= System.Drawing.Text.HotkeyPrefix.None;
2742
stringFormat.
HotkeyPrefix
= System.Drawing.Text.HotkeyPrefix.Show;
2745
stringFormat.
HotkeyPrefix
= System.Drawing.Text.HotkeyPrefix.Hide;
winforms\Managed\System\WinForms\GroupBox.cs (1)
568
format.
HotkeyPrefix
= ShowKeyboardCues ? System.Drawing.Text.HotkeyPrefix.Show : System.Drawing.Text.HotkeyPrefix.Hide;
2 references to HotkeyPrefix
System.Drawing (1)
commonui\System\Drawing\Advanced\StringFormat.cs (1)
328
/// Gets or sets the <see cref='System.Drawing.StringFormat.
HotkeyPrefix
'/> for this <see cref='System.Drawing.StringFormat'/> .
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
930
this.gdipHotkeyPrefix = value.
HotkeyPrefix
;