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