3 references to Hide
System.Drawing (1)
commonui\System\Drawing\Advanced\StringFormat.cs (1)
344
if (!ClientUtils.IsEnumValid(value, unchecked((int)value), (int)HotkeyPrefix.None, (int)HotkeyPrefix.
Hide
))
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2745
stringFormat.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.
Hide
;
winforms\Managed\System\WinForms\GroupBox.cs (1)
568
format.HotkeyPrefix = ShowKeyboardCues ? System.Drawing.Text.HotkeyPrefix.Show : System.Drawing.Text.HotkeyPrefix.
Hide
;