3 references to IndexOf
System.Windows.Forms.Tests (3)
System\Windows\Forms\TableLayoutRowStyleCollectionTests.cs (3)
104Assert.Equal(0, collection.IndexOf(style)); 105Assert.Equal(-1, collection.IndexOf(new RowStyle())); 106Assert.Equal(-1, collection.IndexOf(null));