7 references to EnableVisualStyles
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
821
Application.
EnableVisualStyles
()
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
67
System.Windows.Forms.Application.
EnableVisualStyles
();
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (3)
719
/// <see cref="
EnableVisualStyles
"/>, the effective mode remains <see cref="VisualStylesMode.Disabled"/>.
721
/// <see cref="
EnableVisualStyles
"/>.
835
/// The visual styles can be enabled by calling <see cref="
EnableVisualStyles
"/>.
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
805
/// opt into modern styling by calling <see cref="Application.
EnableVisualStyles
"/> and set
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
24
/// Note: In order to use the dialog, you need ensure <see cref="Application.
EnableVisualStyles
"/>