20 references to TabItemState
System.Windows.Forms (8)
System\Windows\Forms\Controls\TabControl\TabRenderer.cs (8)
27
public static void DrawTabItem(Graphics g, Rectangle bounds,
TabItemState
state)
37
public static void DrawTabItem(Graphics g, Rectangle bounds, bool focused,
TabItemState
state)
54
public static void DrawTabItem(Graphics g, Rectangle bounds, string? tabItemText, Font? font,
TabItemState
state)
62
public static void DrawTabItem(Graphics g, Rectangle bounds, string? tabItemText, Font? font, bool focused,
TabItemState
state)
72
public static void DrawTabItem(Graphics g, Rectangle bounds, string? tabItemText, Font? font, TextFormatFlags flags, bool focused,
TabItemState
state)
91
public static void DrawTabItem(Graphics g, Rectangle bounds, Image image, Rectangle imageRectangle, bool focused,
TabItemState
state)
111
public static void DrawTabItem(Graphics g, Rectangle bounds, string? tabItemText, Font? font, Image image, Rectangle imageRectangle, bool focused,
TabItemState
state)
121
public static void DrawTabItem(Graphics g, Rectangle bounds, string? tabItemText, Font? font, TextFormatFlags flags, Image image, Rectangle imageRectangle, bool focused,
TabItemState
state)
System.Windows.Forms.Tests (12)
System\Windows\Forms\TabRendererTests.cs (12)
37
foreach (
TabItemState
state in Enum.GetValues<
TabItemState
>())
53
foreach (
TabItemState
state in Enum.GetValues<
TabItemState
>())
68
foreach (
TabItemState
state in Enum.GetValues<
TabItemState
>())
83
foreach (
TabItemState
state in Enum.GetValues<
TabItemState
>())
99
foreach (
TabItemState
state in Enum.GetValues<
TabItemState
>())
117
foreach (
TabItemState
state in Enum.GetValues<
TabItemState
>())