4 references to LastMouseDownedItem
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3233if (e.Item == LastMouseDownedItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
1772ParentInternal.LastMouseDownedItem == this)); 2471if (ParentInternal.LastMouseDownedItem == this) 2564bool fireMouseUp = ParentInternal?.LastMouseDownedItem == this;