3 writes to openMouseId
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (3)
134
openMouseId
= (ParentInternal == null) ? (byte)0: ParentInternal.GetMouseId();
147
openMouseId
= 0; // reset the mouse id, we should never get this value from toolstrip.
156
openMouseId
= 0; // reset the mouse id, we should never get this value from toolstrip.
1 reference to openMouseId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
146
if (closeMouseId !=
openMouseId
) {