4 references to LastMouseDownedItem
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3236if (e.Item == LastMouseDownedItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
1775ParentInternal.LastMouseDownedItem == this)); 2472if (ParentInternal.LastMouseDownedItem == this) 2565bool fireMouseUp = (ParentInternal?.LastMouseDownedItem == this);