public property resolvedStyleCache as Object = null
Internal resolved KSS style cache used by ThemeManager.
Application code should not read or write this property directly. It is public only because the theme manager lives in a sub-package while the cache must stay attached to each widget to avoid global identity maps in the hot paint path.