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