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)
1963
LayoutTransaction.DoLayout(this, e.
Item
, PropertyNames.Items);
1977
LayoutTransaction.DoLayout(OverflowButton.DropDown, e.
Item
, PropertyNames.Items);
3198
if (!HasVisibleItems && e.
Item
is not null && ((IArrangedElement)e.
Item
).ParticipatesInLayout)
3228
if (e.
Item
== _lastMouseActiveItem)
3233
if (e.
Item
== LastMouseDownedItem)
3238
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
);