6 references to ThemeName
PresentationFramework (6)
MS\Win32\UxThemeWrapper.cs (6)
183if (isActive && (needName || themeState.ThemeName != null)) 200if (themeState.IsActive && themeState.ThemeName == null) 225newState.ThemeName == null || 226currentState.ThemeName != null) 376return themeState.ThemeName; 417return $"themes/{themeState.ThemeName.ToLowerInvariant()}.{themeState.ThemeColor.ToLowerInvariant()}";