1 write to subItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
47this.subItem = subItem;
5 references to subItem
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (5)
113return subItem; 171Color backColor = (itemIndex == -1) ? item.BackColor : subItem.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;