2 writes to _textureCoords
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\GeneralTransform2DTo3D.cs (2)
50
_textureCoords
= containingVisual3D.InternalTextureCoordinatesCache;
185
_textureCoords
= transform._textureCoords;
2 references to _textureCoords
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\GeneralTransform2DTo3D.cs (2)
82
_textureCoords
,
185
_textureCoords = transform.
_textureCoords
;