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)
658
if (
_triangleIndicesCache
== null)
666
if (
_triangleIndicesCache
!= null)
668
_triangleIndicesCache = (Int32Collection)
_triangleIndicesCache
.GetCurrentValueAsFrozen();
673
return
_triangleIndicesCache
;