3 writes to _camera
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
111_camera = viewport3D.Camera; 114_camera = (Camera)viewport3D.Camera.GetCurrentValueAsFrozen(); 1296_camera = transform._camera;
5 references to _camera
PresentationCore (5)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (5)
112if (_camera != null) 165if (_camera != null) 167RayHitTestParameters rayHitTestParameters = _camera.RayFromViewportPoint(inPoint, 266Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix(); 1296_camera = transform._camera;