3 references to IndentCount
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4134
iIndent = li.
IndentCount
,
6845
dispInfo->item.iIndent = lvItem.
IndentCount
;
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
553
throw new ArgumentOutOfRangeException(nameof(
IndentCount
), SR.ListViewIndentCountCantBeNegative);