3 writes to _positionsCache
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
609
_positionsCache
= geometry.Positions;
612
_positionsCache
= (Point3DCollection)_positionsCache.GetCurrentValueAsFrozen();
621
_positionsCache
= value;
4 references to _positionsCache
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (4)
602
if (
_positionsCache
== null)
610
if (
_positionsCache
!= null)
612
_positionsCache = (Point3DCollection)
_positionsCache
.GetCurrentValueAsFrozen();
617
return
_positionsCache
;