1 write to itemIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
48this.itemIndex = itemIndex;
5 references to itemIndex
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (5)
125return itemIndex; 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;