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