3 writes to _textureCoordinatesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
610
_textureCoordinatesCache
= geometry.TextureCoordinates;
613
_textureCoordinatesCache
= (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen();
622
_textureCoordinatesCache
= value;
4 references to _textureCoordinatesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
603
if (
_textureCoordinatesCache
== null)
611
if (
_textureCoordinatesCache
!= null)
613
_textureCoordinatesCache = (PointCollection)
_textureCoordinatesCache
.GetCurrentValueAsFrozen();
618
return
_textureCoordinatesCache
;