4 references to LastMouseDownedItem
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3409if (e.Item == LastMouseDownedItem) {
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
2151ParentInternal.LastMouseDownedItem == this)); 2853if (ParentInternal.LastMouseDownedItem == this) { 2939bool fireMouseUp = (ParentInternal.LastMouseDownedItem == this);