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