1 write to Item
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItemEventArgs.cs (1)
10
Item
= item;
10 references to Item
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (7)
1964
LayoutTransaction.DoLayout(this, e.
Item
, PropertyNames.Items);
1978
LayoutTransaction.DoLayout(OverflowButton.DropDown, e.
Item
, PropertyNames.Items);
3199
if (!HasVisibleItems && e.
Item
is not null && ((IArrangedElement)e.
Item
).ParticipatesInLayout)
3229
if (e.
Item
== _lastMouseActiveItem)
3234
if (e.
Item
== LastMouseDownedItem)
3239
if (e.
Item
== _currentlyActiveTooltipItem)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1956
if (_editorNode is not null && (e.
Item
!= _editorNode))
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
2031
if (_typeHereNode is not null && (e.
Item
!= _typeHereNode))
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripItemEventArgsTests.cs (1)
19
Assert.Equal(item, e.
Item
);