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