6 references to Normal
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TabControl.cs (4)
57
private TabAppearance appearance = TabAppearance.
Normal
;
170
DefaultValue(TabAppearance.
Normal
),
186
if (!ClientUtils.IsEnumValid(value, (int)value, (int)TabAppearance.
Normal
, (int)TabAppearance.FlatButtons)){
366
if (appearance == TabAppearance.
Normal
)
winforms\Managed\System\WinForms\TabPage.cs (2)
126
if (Application.RenderWithVisualStyles && UseVisualStyleBackColor && (parent != null && parent.Appearance == TabAppearance.
Normal
)) {
701
if (Application.RenderWithVisualStyles && UseVisualStyleBackColor && (parent != null && parent.Appearance == TabAppearance.
Normal
)) {