3 writes to _camera
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
110_camera = viewport3D.Camera; 113_camera = (Camera)viewport3D.Camera.GetCurrentValueAsFrozen(); 1295_camera = transform._camera;
5 references to _camera
PresentationCore (5)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (5)
111if (_camera != null) 164if (_camera != null) 166RayHitTestParameters rayHitTestParameters = _camera.RayFromViewportPoint(inPoint, 265Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix(); 1295_camera = transform._camera;