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)
200Assert.Equal(0, result.IndentCount);
System\Windows\Forms\ListViewItemTests.cs (22)
28Assert.Equal(0, item.IndentCount); 67Assert.Equal(0, item.IndentCount); 105Assert.Equal(0, item.IndentCount); 143Assert.Equal(0, item.IndentCount); 181Assert.Equal(0, item.IndentCount); 218Assert.Equal(0, item.IndentCount); 255Assert.Equal(0, item.IndentCount); 293Assert.Equal(0, item.IndentCount); 331Assert.Equal(0, item.IndentCount); 368Assert.Equal(0, item.IndentCount); 406Assert.Equal(0, item.IndentCount); 444Assert.Equal(0, item.IndentCount); 481Assert.Equal(0, item.IndentCount); 519Assert.Equal(0, item.IndentCount); 557Assert.Equal(0, item.IndentCount); 595Assert.Equal(0, item.IndentCount); 632Assert.Equal(0, item.IndentCount); 670Assert.Equal(0, item.IndentCount); 708Assert.Equal(0, item.IndentCount); 745Assert.Equal(0, item.IndentCount); 784Assert.Equal(0, item.IndentCount); 814Assert.Equal(0, item.IndentCount);