1 write to _themeName
PresentationFramework (1)
src\Framework\MS\Win32\UxThemeWrapper.cs (1)
452
_themeName
= null;
3 references to _themeName
PresentationFramework (3)
src\Framework\MS\Win32\UxThemeWrapper.cs (3)
369
get { return (
_themeName
== null); }
396
return
_themeName
;
439
return "themes/" +
_themeName
.ToLowerInvariant() + "." + _themeColor.ToLowerInvariant();