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