5 writes to HotkeyPrefix
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
917format.HotkeyPrefix = this.gdipHotkeyPrefix;
winforms\Managed\System\WinForms\ControlPaint.cs (3)
2739stringFormat.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.None; 2742stringFormat.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.Show; 2745stringFormat.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.Hide;
winforms\Managed\System\WinForms\GroupBox.cs (1)
568format.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)
930this.gdipHotkeyPrefix = value.HotkeyPrefix;