3 writes to _positionsCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
600_positionsCache = geometry.Positions; 603_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 612_positionsCache = value;
4 references to _positionsCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
593if (_positionsCache == null) 601if (_positionsCache != null) 603_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 608return _positionsCache;