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