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