6 references to Hide
System.Drawing.Common.Tests (4)
mono\System.Drawing\GraphicsTests.cs (1)
1988
string_format.HotkeyPrefix = HotkeyPrefix.
Hide
;
System\Drawing\StringFormatTests.cs (3)
334
[InlineData(HotkeyPrefix.
Hide
)]
345
[InlineData(HotkeyPrefix.
Hide
+ 1)]
359
AssertExtensions.Throws<ArgumentException>(null, () => format.HotkeyPrefix = HotkeyPrefix.
Hide
);
System.Windows.Forms (2)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
476
HotkeyPrefix = ShowKeyboardCues ? HotkeyPrefix.Show : HotkeyPrefix.
Hide
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2572
stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.
Hide
;