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