1 write to _themeStyleCache
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
283
StyleHelper.UpdateThemeStyleCache(fe, null, (Style) oldValue, (Style) newValue, ref fe.
_themeStyleCache
);
1 reference to _themeStyleCache
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
269
get { return
_themeStyleCache
; }