3 references to Hide
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
203
if (value is < HotkeyPrefix.None or > HotkeyPrefix.
Hide
)
System.Windows.Forms (2)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
475
HotkeyPrefix = ShowKeyboardCues ? HotkeyPrefix.Show : HotkeyPrefix.
Hide
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2626
stringFormat.HotkeyPrefix = Drawing.Text.HotkeyPrefix.
Hide
;