8 references to Bounds
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListViewInsertionMarkTests.cs (8)
189Assert.Equal(Rectangle.Empty, insertionMark.Bounds); 190Assert.Equal(insertionMark.Bounds, insertionMark.Bounds); 207Assert.Equal(Rectangle.Empty, insertionMark.Bounds); 208Assert.Equal(insertionMark.Bounds, insertionMark.Bounds); 231Assert.Equal(expected, insertionMark.Bounds); 260Assert.Equal(new Rectangle(1, 2, 2, 2), insertionMark.Bounds);