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