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