3 writes to _camera
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
114_camera = viewport3D.Camera; 117_camera = (Camera)viewport3D.Camera.GetCurrentValueAsFrozen(); 1302_camera = transform._camera;
5 references to _camera
PresentationCore (5)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (5)
115if (_camera != null) 171if (_camera != null) 173RayHitTestParameters rayHitTestParameters = _camera.RayFromViewportPoint(inPoint, 272Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix(); 1302_camera = transform._camera;