14 references to TabAppearance
System.Windows.Forms (14)
winforms\Managed\System\WinForms\TabControl.cs (12)
57
private
TabAppearance
appearance =
TabAppearance
.Normal;
170
DefaultValue(
TabAppearance
.Normal),
173
public
TabAppearance
Appearance {
175
if (appearance ==
TabAppearance
.FlatButtons && alignment != TabAlignment.Top) {
176
return
TabAppearance
.Buttons;
186
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
TabAppearance
.Normal, (int)
TabAppearance
.FlatButtons)){
187
throw new InvalidEnumArgumentException("value", (int)value, typeof(
TabAppearance
));
366
if (appearance ==
TabAppearance
.Normal)
370
if (appearance ==
TabAppearance
.FlatButtons && alignment == TabAlignment.Top)
1288
if (Appearance ==
TabAppearance
.FlatButtons) {
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)) {