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