6 writes to HotkeyPrefix
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
78HotkeyPrefix = GdiPlusHotkeyPrefix,
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
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;
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)
94GdiPlusHotkeyPrefix = value.HotkeyPrefix;