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