3 writes to _triangleIndicesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
656_triangleIndicesCache = geometry.TriangleIndices; 659_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 668_triangleIndicesCache = value;
4 references to _triangleIndicesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
649if (_triangleIndicesCache== null) 657if (_triangleIndicesCache != null) 659_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 664return _triangleIndicesCache;