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