1 instantiation of ThemeHandle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
1166
return new
ThemeHandle
(hTheme);
16 references to ThemeHandle
System.Windows.Forms (16)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (16)
135
using (
ThemeHandle
tHandle =
ThemeHandle
.Create(className, false)) {
290
using (
ThemeHandle
hTheme =
ThemeHandle
.Create(_class, true, new HandleRef(null, hWnd))) {
324
using (
ThemeHandle
hTheme =
ThemeHandle
.Create(_class, true, new HandleRef(null, hWnd))) {
756
using (
ThemeHandle
hTheme =
ThemeHandle
.Create(_class, true, new HandleRef(null, hWnd))) {
1052
ThemeHandle
tHandle = null;
1059
tHandle = (
ThemeHandle
) themeHandles[className];
1067
tHandle =
ThemeHandle
.Create(className, false);
1088
ThemeHandle
tHandle;
1101
tHandle =
ThemeHandle
.Create(className, throwExceptionOnFail);
1108
tHandle = (
ThemeHandle
) themeHandles[className];
1128
public static
ThemeHandle
Create(string className, bool throwExceptionOnFail) {
1132
internal static
ThemeHandle
Create(string className, bool throwExceptionOnFail, HandleRef hWndRef) {