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