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