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