3 writes to _camera
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
128_camera = viewport3D.Camera; 131_camera = (Camera)viewport3D.Camera.GetCurrentValueAsFrozen(); 1316_camera = transform._camera;
5 references to _camera
PresentationCore (5)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (5)
129if (_camera != null) 185if (_camera != null) 187RayHitTestParameters rayHitTestParameters = _camera.RayFromViewportPoint(inPoint, 286Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix(); 1316_camera = transform._camera;