4 references to Show
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (1)
1978string_format.HotkeyPrefix = HotkeyPrefix.Show;
System\Drawing\StringFormatTests.cs (1)
336[InlineData(HotkeyPrefix.Show)]
System.Windows.Forms (2)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
476HotkeyPrefix = ShowKeyboardCues ? HotkeyPrefix.Show : HotkeyPrefix.Hide
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2568stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.Show;