3 writes to _positionsCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
583_positionsCache = geometry.Positions; 586_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 595_positionsCache = value;
4 references to _positionsCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
576if (_positionsCache == null) 584if (_positionsCache != null) 586_positionsCache = (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen(); 591return _positionsCache;