3 writes to _openMouseId
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (3)
428_openMouseId = (ParentInternal is null) ? (byte)0 : ParentInternal.GetMouseId(); 458_openMouseId = 0; // reset the mouse id, we should never get this value from toolstrip. 500_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\ToolStripSplitButton.cs (1)
456if (closeMouseId != _openMouseId)