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)
925
if (
_caretHidden
) {
1172
if (!
_caretHidden
&& toolStrip.IsDropDown && InMenuMode) {