3 writes to _textureCoordinatesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
611
_textureCoordinatesCache
= geometry.TextureCoordinates;
614
_textureCoordinatesCache
= (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen();
623
_textureCoordinatesCache
= value;
4 references to _textureCoordinatesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
604
if (
_textureCoordinatesCache
== null)
612
if (
_textureCoordinatesCache
!= null)
614
_textureCoordinatesCache = (PointCollection)
_textureCoordinatesCache
.GetCurrentValueAsFrozen();
619
return
_textureCoordinatesCache
;