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