3 writes to _positionsCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
583
_positionsCache
= geometry.Positions;
586
_positionsCache
= (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen();
595
_positionsCache
= value;
4 references to _positionsCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
576
if (
_positionsCache
== null)
584
if (
_positionsCache
!= null)
586
_positionsCache = (Point3DCollection)
_positionsCache
.GetCurrentValueAsFrozen();
591
return
_positionsCache
;