3 writes to _triangleIndicesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
639_triangleIndicesCache = geometry.TriangleIndices; 642_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 651_triangleIndicesCache = value;
4 references to _triangleIndicesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
632if (_triangleIndicesCache== null) 640if (_triangleIndicesCache != null) 642_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 647return _triangleIndicesCache;