2 writes to LookDirection
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
37LookDirection = lookDirection;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
39LookDirection = lookDirection;
5 references to LookDirection
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
206data.lookDirection = CompositionResourceManager.Vector3DToMilPoint3F(LookDirection);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
206data.lookDirection = CompositionResourceManager.Vector3DToMilPoint3F(LookDirection);
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
87Vector3D lookDirection = LookDirection;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
109Vector3D lookDirection = LookDirection;
Core\CSharp\System\Windows\Media3D\ProjectionCamera.cs (1)
62Vector3D lookDirection = LookDirection;