18 references to Classic
System.Windows.Forms (18)
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,
957
/// <see cref="VisualStylesMode.
Classic
"/> when Windows High Contrast is active (so custom non-client
985
? VisualStylesMode.
Classic
System\Windows\Forms\Controls\Buttons\Appearance.cs (1)
27
/// <see cref="VisualStylesMode.Disabled"/> or <see cref="VisualStylesMode.
Classic
"/>.
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
22
: 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)
809
/// <see cref="VisualStylesMode"/> to a value other than <see cref="VisualStylesMode.
Classic
"/> or
865
VisualStylesMode.
Classic
=> PreferredHeightClassic,
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
29
: VisualStylesMode.
Classic
;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
25
get => VisualStylesMode.
Classic
;