15 references to new
System.Windows.Forms (15)
System\Windows\Forms\Application.ThreadContext.cs (1)
681using ThemingScope scope = new(UseVisualStyles);
System\Windows\Forms\Control.cs (1)
4554using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
961using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
426using (ThemingScope scope = new(Application.UseVisualStyles))
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
71using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2564using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1124using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
555using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
966using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
758using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1519using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
230using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\MessageBox.cs (1)
477using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
610using ThemingScope scope = new(Application.UseVisualStyles);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
700using (ThemingScope scope = new(Application.UseVisualStyles))