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