1 write to Item
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemGlyph.cs (1)
16
Item
= item;
14 references to Item
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (9)
199
if (_selectedGlyph is not null && _selectedGlyph.
Item
is ToolStripMenuItem)
221
ToolStripItem glyphItem = glyph.
Item
;
280
ToolStripItem glyphItem = glyph.
Item
;
477
ToolStripItem glyphItem = glyph.
Item
;
503
ToolStripItem glyphItem = glyph.
Item
;
531
ToolStripItem glyphItem = glyph.
Item
;
845
ToolStripItem glyphItem = glyph.
Item
;
872
ClearInsertionMark(glyph.
Item
);
882
ToolStripItem glyphItem = glyph.
Item
;
System\Windows\Forms\Design\ToolStripItemGlyph.cs (5)
31
if (
Item
.Visible && Bounds.Contains(p))
44
if (
Item
is ToolStripControlHost &&
Item
.IsOnDropDown)
46
if (
Item
is ToolStripComboBox && VisualStyles.VisualStyleRenderer.IsSupported)
55
Item
.Invalidate();