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)
630if (_textureCoordinatesCache == null) 638if (_textureCoordinatesCache != null) 640_textureCoordinatesCache = (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen(); 645return _textureCoordinatesCache;