1 write to _themeName
PresentationFramework (1)
MS\Win32\UxThemeWrapper.cs (1)
449
_themeName
= null;
3 references to _themeName
PresentationFramework (3)
MS\Win32\UxThemeWrapper.cs (3)
366
get { return (
_themeName
== null); }
393
return
_themeName
;
436
return $"themes/{
_themeName
.ToLowerInvariant()}.{_themeColor.ToLowerInvariant()}";