1 write to HTheme
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.OpenThemeDataScope.cs (1)
30
HTheme
= OpenThemeData(hwnd, pszClassList);
4 references to HTheme
System.Windows.Forms.Primitives (4)
Windows\Win32\PInvoke.OpenThemeDataScope.cs (4)
33
public static implicit operator HTHEME(in OpenThemeDataScope scope) => scope.
HTheme
;
35
public bool IsNull =>
HTheme
.IsNull;
39
if (!
HTheme
.IsNull)
41
CloseThemeData(
HTheme
);