3 writes to _textureCoordinatesCache
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
628_textureCoordinatesCache= geometry.TextureCoordinates; 631_textureCoordinatesCache = (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen(); 640_textureCoordinatesCache = value;
4 references to _textureCoordinatesCache
PresentationCore (4)
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
621if (_textureCoordinatesCache == null) 629if (_textureCoordinatesCache != null) 631_textureCoordinatesCache = (PointCollection)_textureCoordinatesCache.GetCurrentValueAsFrozen(); 636return _textureCoordinatesCache;