2 writes to _worldTransformation
PresentationCore (2)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
131_worldTransformation = M3DUtil.GetWorldTransformationMatrix(visual3D); 1306_worldTransformation = transform._worldTransformation;
3 references to _worldTransformation
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
177rayHitTestParameters.PushVisualTransform(new MatrixTransform3D(_worldTransformation)); 272Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix(); 1306_worldTransformation = transform._worldTransformation;