7 references to GetTabRect
System.Windows.Forms (5)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
513
return
GetTabRect
(0).Size;
System\Windows\Forms\Controls\TabControl\TabPage.cs (4)
182
neighbors.Add(tabControl.RectangleToScreen(tabControl.
GetTabRect
(currentIndex - 1)));
188
neighbors.Add(tabControl.RectangleToScreen(tabControl.
GetTabRect
(currentIndex + 1)));
204
if (tabControl.RectangleToScreen(tabControl.
GetTabRect
(i)).Contains(MousePosition))
529
Rectangle rect = tabControl.
GetTabRect
(tabControl.SelectedIndex);
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorUI.cs (2)
87
Rectangle rectItemSize = _tabControl.
GetTabRect
(0);
310
Rectangle rectItemSize = _tabControl.
GetTabRect
(1);