6 references to ThemeName
PresentationFramework (6)
src\Framework\MS\Win32\UxThemeWrapper.cs (6)
187if (isActive && (needName || themeState.ThemeName != null)) 204if (themeState.IsActive && themeState.ThemeName == null) 229newState.ThemeName == null || 230currentState.ThemeName != null) 387return themeState.ThemeName; 428return "themes/" + themeState.ThemeName.ToLowerInvariant() + "." + themeState.ThemeColor.ToLowerInvariant();