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