6 references to ThemeName
PresentationFramework (6)
MS\Win32\UxThemeWrapper.cs (6)
191if (isActive && (needName || themeState.ThemeName != null)) 208if (themeState.IsActive && themeState.ThemeName == null) 233newState.ThemeName == null || 234currentState.ThemeName != null) 384return themeState.ThemeName; 425return $"themes/{themeState.ThemeName.ToLowerInvariant()}.{themeState.ThemeColor.ToLowerInvariant()}";