3 writes to _camera
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
129_camera = viewport3D.Camera; 132_camera = (Camera)viewport3D.Camera.GetCurrentValueAsFrozen(); 1318_camera = transform._camera;
5 references to _camera
PresentationCore (5)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (5)
130if (_camera != null) 186if (_camera != null) 188RayHitTestParameters rayHitTestParameters = _camera.RayFromViewportPoint(inPoint, 287Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix(); 1318_camera = transform._camera;