3 writes to _positionsCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
600
_positionsCache
= geometry.Positions;
603
_positionsCache
= (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen();
612
_positionsCache
= value;
4 references to _positionsCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
593
if (
_positionsCache
== null)
601
if (
_positionsCache
!= null)
603
_positionsCache = (Point3DCollection)
_positionsCache
.GetCurrentValueAsFrozen();
608
return
_positionsCache
;