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