2 writes to VisualCacheMode
PresentationCore (2)
System\Windows\Media\ContainerVisual.cs (1)
84set { base.VisualCacheMode = value; }
System\Windows\UIElement.cs (1)
2893base.VisualCacheMode = CacheMode;
2 references to VisualCacheMode
PresentationCore (2)
System\Windows\Media\ContainerVisual.cs (1)
83get { return base.VisualCacheMode; }
System\Windows\Media\VisualTreeHelper.cs (1)
414return reference.VisualCacheMode;