2 references to UpdateStyleCache
PresentationFramework (2)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
162
StyleHelper.
UpdateStyleCache
(null, fce, (Style) e.OldValue, (Style) e.NewValue, ref fce._styleCache);
src\Framework\System\Windows\FrameworkElement.cs (1)
183
StyleHelper.
UpdateStyleCache
(fe, null, (Style) e.OldValue, (Style) e.NewValue, ref fe._styleCache);