6 references to ThemeName
PresentationFramework (6)
MS\Win32\UxThemeWrapper.cs (6)
184if (isActive && (needName || themeState.ThemeName != null)) 201if (themeState.IsActive && themeState.ThemeName == null) 226newState.ThemeName == null || 227currentState.ThemeName != null) 377return themeState.ThemeName; 418return $"themes/{themeState.ThemeName.ToLowerInvariant()}.{themeState.ThemeColor.ToLowerInvariant()}";