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)
631
if (
_triangleIndicesCache
== null)
639
if (
_triangleIndicesCache
!= null)
641
_triangleIndicesCache = (Int32Collection)
_triangleIndicesCache
.GetCurrentValueAsFrozen();
646
return
_triangleIndicesCache
;