3 writes to _textureCoordinatesCache
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
637
_textureCoordinatesCache
= geometry.TextureCoordinates;
640
_textureCoordinatesCache
= (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen();
649
_textureCoordinatesCache
= value;
4 references to _textureCoordinatesCache
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (4)
630
if (
_textureCoordinatesCache
== null)
638
if (
_textureCoordinatesCache
!= null)
640
_textureCoordinatesCache = (PointCollection)
_textureCoordinatesCache
.GetCurrentValueAsFrozen();
645
return
_textureCoordinatesCache
;