2 writes to _hTheme
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (2)
25
_hTheme
= new SafeThemeHandle(OpenThemeData(hwnd, sClass), false);
29
_hTheme
= new SafeThemeHandle(IntPtr.Zero, false);
3 references to _hTheme
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (3)
35
_hTheme
.Dispose();
55
if (!
_hTheme
.IsInvalid)
59
fSuccess = GetThemePartSize(
_hTheme
, IntPtr.Zero, iPartId, iStateId, IntPtr.Zero, (int)THEMESIZE.TS_TRUE, &size) == IntPtr.Zero;