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)
205
private static unsafe extern IntPtr GetThemePartSize(
SafeThemeHandle
hTheme, IntPtr hdc, int iPartId, int iStateId, IntPtr prc, int eSize, NativeMethods.SIZE* psz);
221
private
SafeThemeHandle
_hTheme;