2 instantiations of SafeThemeHandle
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (2)
25_hTheme = new SafeThemeHandle(OpenThemeData(hwnd, sClass), false); 29_hTheme = new SafeThemeHandle(IntPtr.Zero, false);
2 references to SafeThemeHandle
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (2)
202private static unsafe extern IntPtr GetThemePartSize(SafeThemeHandle hTheme, IntPtr hdc, int iPartId, int iStateId, IntPtr prc, int eSize, NativeMethods.SIZE* psz); 218private SafeThemeHandle _hTheme;