3 writes to _triangleIndicesCache
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
665_triangleIndicesCache = geometry.TriangleIndices; 668_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 677_triangleIndicesCache = value;
4 references to _triangleIndicesCache
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (4)
658if (_triangleIndicesCache== null) 666if (_triangleIndicesCache != null) 668_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 673return _triangleIndicesCache;