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