2 writes to _caretHidden
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
926_caretHidden = false; 1173_caretHidden = true;
2 references to _caretHidden
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
925if (_caretHidden) { 1172if (!_caretHidden && toolStrip.IsDropDown && InMenuMode) {