17 references to Classic
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
74
Private _visualStylesMode As VisualStylesMode = VisualStylesMode.
Classic
System.Windows.Forms (16)
System\Windows\Forms\Application.cs (4)
675
/// controls. This is <see cref="VisualStylesMode.
Classic
"/> when visual styles are enabled and
681
/// The default value is <see cref="VisualStylesMode.
Classic
"/> so that applications that simply
697
? VisualStylesMode.
Classic
731
VisualStylesMode.
Classic
=> styleSetting,
System\Windows\Forms\Control.cs (3)
893
VisualStylesMode.
Classic
=> value,
948
/// <see cref="VisualStylesMode.
Classic
"/> when Windows High Contrast is active (so custom non-client
976
? VisualStylesMode.
Classic
System\Windows\Forms\Controls\Buttons\Appearance.cs (1)
27
/// <see cref="VisualStylesMode.Disabled"/> or <see cref="VisualStylesMode.
Classic
"/>.
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
830
/// Always <see cref="VisualStylesMode.
Classic
"/>. Assigning a different value is remembered but does
836
/// <see cref="VisualStylesMode.
Classic
"/>. The editing controls hosted inside the grid (the value
839
/// own fixed layout. Because this override always returns <see cref="VisualStylesMode.
Classic
"/> and
846
/// effect; the getter continues to report <see cref="VisualStylesMode.
Classic
"/>. This keeps the
855
get => VisualStylesMode.
Classic
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
806
/// <see cref="VisualStylesMode"/> to a value other than <see cref="VisualStylesMode.
Classic
"/> or
862
VisualStylesMode.
Classic
=> PreferredHeightClassic,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
25
get => VisualStylesMode.
Classic
;