3 writes to _triangleIndicesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
639
_triangleIndicesCache
= geometry.TriangleIndices;
642
_triangleIndicesCache
= (Int32Collection)_triangleIndicesCache.GetCurrentValueAsFrozen();
651
_triangleIndicesCache
= value;
4 references to _triangleIndicesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
632
if (
_triangleIndicesCache
== null)
640
if (
_triangleIndicesCache
!= null)
642
_triangleIndicesCache = (Int32Collection)
_triangleIndicesCache
.GetCurrentValueAsFrozen();
647
return
_triangleIndicesCache
;