26 references to IndentCount
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4127iIndent = li.IndentCount, 6784dispInfo->item.iIndent = lvItem.IndentCount;
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
553throw new ArgumentOutOfRangeException(nameof(IndentCount), SR.ListViewIndentCountCantBeNegative);
System.Windows.Forms.Tests (23)
SerializableTypesTests.cs (1)
198Assert.Equal(0, result.IndentCount);
System\Windows\Forms\ListViewItemTests.cs (22)
26Assert.Equal(0, item.IndentCount); 65Assert.Equal(0, item.IndentCount); 103Assert.Equal(0, item.IndentCount); 141Assert.Equal(0, item.IndentCount); 179Assert.Equal(0, item.IndentCount); 216Assert.Equal(0, item.IndentCount); 253Assert.Equal(0, item.IndentCount); 291Assert.Equal(0, item.IndentCount); 329Assert.Equal(0, item.IndentCount); 366Assert.Equal(0, item.IndentCount); 404Assert.Equal(0, item.IndentCount); 442Assert.Equal(0, item.IndentCount); 479Assert.Equal(0, item.IndentCount); 517Assert.Equal(0, item.IndentCount); 555Assert.Equal(0, item.IndentCount); 593Assert.Equal(0, item.IndentCount); 630Assert.Equal(0, item.IndentCount); 668Assert.Equal(0, item.IndentCount); 706Assert.Equal(0, item.IndentCount); 743Assert.Equal(0, item.IndentCount); 782Assert.Equal(0, item.IndentCount); 812Assert.Equal(0, item.IndentCount);