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