3 writes to _positionsCache
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
609_positionsCache = geometry.Positions; 612_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 621_positionsCache = value;
4 references to _positionsCache
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (4)
602if (_positionsCache == null) 610if (_positionsCache != null) 612_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 617return _positionsCache;