1 write to _styleCache
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
167StyleHelper.UpdateStyleCache(fe, null, (Style) e.OldValue, (Style) e.NewValue, ref fe._styleCache);
1 reference to _styleCache
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
147get { return _styleCache; }