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