4 references to LastMouseDownedItem
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3234if (e.Item == LastMouseDownedItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
1767ParentInternal.LastMouseDownedItem == this)); 2464if (ParentInternal.LastMouseDownedItem == this) 2557bool fireMouseUp = (ParentInternal?.LastMouseDownedItem == this);