1 write to item
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
46
this.
item
= item;
7 references to item
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (7)
101
return
item
;
171
Color backColor = (itemIndex == -1) ?
item
.BackColor : subItem.BackColor;
185
ControlPaint.DrawFocusRectangle(graphics, Rectangle.Inflate(bounds, -1, -1),
item
.ForeColor,
item
.BackColor);
215
string text = (itemIndex == -1) ?
item
.Text : subItem.Text;
216
Font font = (itemIndex == -1) ?
item
.Font : subItem.Font;
217
Color color = (itemIndex == -1) ?
item
.ForeColor : subItem.ForeColor;