6 references to Hide
System.Drawing.Common.Tests (4)
mono\System.Drawing\GraphicsTests.cs (1)
1988string_format.HotkeyPrefix = HotkeyPrefix.Hide;
System\Drawing\StringFormatTests.cs (3)
334[InlineData(HotkeyPrefix.Hide)] 345[InlineData(HotkeyPrefix.Hide + 1)] 359AssertExtensions.Throws<ArgumentException>(null, () => format.HotkeyPrefix = HotkeyPrefix.Hide);
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)
2572stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.Hide;