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