8 references to Bounds
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListViewInsertionMarkTests.cs (8)
187Assert.Equal(Rectangle.Empty, insertionMark.Bounds); 188Assert.Equal(insertionMark.Bounds, insertionMark.Bounds); 205Assert.Equal(Rectangle.Empty, insertionMark.Bounds); 206Assert.Equal(insertionMark.Bounds, insertionMark.Bounds); 229Assert.Equal(expected, insertionMark.Bounds); 258Assert.Equal(new Rectangle(1, 2, 2, 2), insertionMark.Bounds);