1 write to appearance
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
190this.appearance = value;
5 references to appearance
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TabControl.cs (5)
175if (appearance == TabAppearance.FlatButtons && alignment != TabAlignment.Top) { 179return appearance; 184if (this.appearance != value) { 366if (appearance == TabAppearance.Normal) 370if (appearance == TabAppearance.FlatButtons && alignment == TabAlignment.Top)