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