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