2 references to Show
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2742
stringFormat.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.
Show
;
winforms\Managed\System\WinForms\GroupBox.cs (1)
568
format.HotkeyPrefix = ShowKeyboardCues ? System.Drawing.Text.HotkeyPrefix.
Show
: System.Drawing.Text.HotkeyPrefix.Hide;