2 writes to _worldTransformation
PresentationCore (2)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
124_worldTransformation = M3DUtil.GetWorldTransformationMatrix(visual3D); 1299_worldTransformation = transform._worldTransformation;
3 references to _worldTransformation
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
170rayHitTestParameters.PushVisualTransform(new MatrixTransform3D(_worldTransformation)); 265Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix(); 1299_worldTransformation = transform._worldTransformation;