2 writes to VisualCacheMode
PresentationCore (2)
System\Windows\Media\ContainerVisual.cs (1)
94set { base.VisualCacheMode = value; }
System\Windows\UIElement.cs (1)
2910base.VisualCacheMode = CacheMode;
2 references to VisualCacheMode
PresentationCore (2)
System\Windows\Media\ContainerVisual.cs (1)
93get { return base.VisualCacheMode; }
System\Windows\Media\VisualTreeHelper.cs (1)
427return reference.VisualCacheMode;