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)
456
if (closeMouseId !=
_openMouseId
)