2 references to CacheModeProperty
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (2)
754get { return (CacheMode)GetValue(CacheModeProperty); } 755set { SetValue(CacheModeProperty, value); }