3 writes to _triangleIndicesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
638_triangleIndicesCache = geometry.TriangleIndices; 641_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 650_triangleIndicesCache = value;
4 references to _triangleIndicesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
631if (_triangleIndicesCache== null) 639if (_triangleIndicesCache != null) 641_triangleIndicesCache = (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen(); 646return _triangleIndicesCache;