2 writes to UpDirection
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
38UpDirection = upDirection;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
40UpDirection = upDirection;
5 references to UpDirection
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
211data.upDirection = CompositionResourceManager.Vector3DToMilPoint3F(UpDirection);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
211data.upDirection = CompositionResourceManager.Vector3DToMilPoint3F(UpDirection);
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
88Vector3D upDirection = UpDirection;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
110Vector3D upDirection = UpDirection;
Core\CSharp\System\Windows\Media3D\ProjectionCamera.cs (1)
63Vector3D upDirection = UpDirection;