4 references to GetTabRect
System.Windows.Forms.Tests (4)
System\Windows\Forms\TabPageTests.cs (4)
4974
Assert.True(neighborsRectangles.Contains(
GetTabRect
(index - 1))); // check the left neighbor
4978
Assert.False(neighborsRectangles.Contains(
GetTabRect
(i))); // check the rest lefts
4984
Assert.True(neighborsRectangles.Contains(
GetTabRect
(index + 1))); // check the right neighbor
4988
Assert.False(neighborsRectangles.Contains(
GetTabRect
(i))); // check the rest rights