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)
649
if (
_triangleIndicesCache
== null)
657
if (
_triangleIndicesCache
!= null)
659
_triangleIndicesCache = (Int32Collection)
_triangleIndicesCache
.GetCurrentValueAsFrozen();
664
return
_triangleIndicesCache
;