3 writes to _positionsCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
582_positionsCache = geometry.Positions; 585_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 594_positionsCache = value;
4 references to _positionsCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
575if (_positionsCache == null) 583if (_positionsCache != null) 585_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 590return _positionsCache;