2 writes to _hTheme
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (2)
24
_hTheme
= new SafeThemeHandle(OpenThemeData(hwnd, sClass), false);
28
_hTheme
= new SafeThemeHandle(IntPtr.Zero, false);
3 references to _hTheme
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (3)
34
_hTheme
.Dispose();
54
if (!
_hTheme
.IsInvalid)
58
fSuccess = GetThemePartSize(
_hTheme
, IntPtr.Zero, iPartId, iStateId, IntPtr.Zero, (int)THEMESIZE.TS_TRUE, &size) == IntPtr.Zero;