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(); 55if (!_hTheme.IsInvalid) 59fSuccess = GetThemePartSize(_hTheme, IntPtr.Zero, iPartId, iStateId, IntPtr.Zero, (int)THEMESIZE.TS_TRUE, &size) == IntPtr.Zero;