15 instantiations of ThemingScope
System.Windows.Forms (15)
System\Windows\Forms\Application.ThreadContext.cs (1)
681
using ThemingScope scope =
new
(UseVisualStyles);
System\Windows\Forms\Control.cs (1)
4559
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
961
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
426
using (ThemingScope scope =
new
(Application.UseVisualStyles))
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
71
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2564
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1124
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
555
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
966
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
758
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1519
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
230
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\MessageBox.cs (1)
477
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
610
using ThemingScope scope =
new
(Application.UseVisualStyles);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
700
using (ThemingScope scope =
new
(Application.UseVisualStyles))
20 references to ThemingScope
System.Windows.Forms (17)
System\Windows\Forms\Application.cs (2)
930
UseVisualStyles =
ThemingScope
.CreateActivationContext(moduleHandle, nativeResourceManifestID: 2);
940
UseVisualStyles =
ThemingScope
.CreateActivationContext(stream);
System\Windows\Forms\Application.ThreadContext.cs (1)
681
using
ThemingScope
scope = new(UseVisualStyles);
System\Windows\Forms\Control.cs (1)
4559
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
961
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
426
using (
ThemingScope
scope = new(Application.UseVisualStyles))
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
71
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2564
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1124
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
555
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
966
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
758
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1519
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
230
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\MessageBox.cs (1)
477
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
610
using
ThemingScope
scope = new(Application.UseVisualStyles);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
700
using (
ThemingScope
scope = new(Application.UseVisualStyles))
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Internals\ThemingScope.cs (3)
20
/// <see cref="
ThemingScope
"/> does nothing if a theming context is already active on the current thread.
49
lock (typeof(
ThemingScope
))
77
lock (typeof(
ThemingScope
))