3 writes to _openMouseId
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.cs (3)
142
_openMouseId
= (ParentInternal is null) ? (byte)0 : ParentInternal.GetMouseId();
159
_openMouseId
= 0; // reset the mouse id, we should never get this value from toolstrip.
170
_openMouseId
= 0; // reset the mouse id, we should never get this value from toolstrip.
1 reference to _openMouseId
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.cs (1)
157
if (closeMouseId !=
_openMouseId
)