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)
603if (_textureCoordinatesCache == null) 611if (_textureCoordinatesCache != null) 613_textureCoordinatesCache = (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen(); 618return _textureCoordinatesCache;