3 writes to _textureCoordinatesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
628
_textureCoordinatesCache
= geometry.TextureCoordinates;
631
_textureCoordinatesCache
= (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen();
640
_textureCoordinatesCache
= value;
4 references to _textureCoordinatesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
621
if (
_textureCoordinatesCache
== null)
629
if (
_textureCoordinatesCache
!= null)
631
_textureCoordinatesCache = (PointCollection)
_textureCoordinatesCache
.GetCurrentValueAsFrozen();
636
return
_textureCoordinatesCache
;