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