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)
604if (_textureCoordinatesCache == null) 612if (_textureCoordinatesCache != null) 614_textureCoordinatesCache = (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen(); 619return _textureCoordinatesCache;