5 references to GetAspectRatio
PresentationCore (5)
MS\Internal\Media3D\M3DUtil.cs (1)
391
camera.GetProjectionMatrix(M3DUtil.
GetAspectRatio
(viewport.Size)) *
System\Windows\Media3D\OrthographicCamera.cs (1)
100
double aspectRatio = M3DUtil.
GetAspectRatio
(viewSize);
System\Windows\Media3D\PerspectiveCamera.cs (1)
131
double aspectRatio = M3DUtil.
GetAspectRatio
(viewSize);
System\Windows\Media3D\Viewport3DVisual.cs (2)
518
double aspectRatio = M3DUtil.
GetAspectRatio
(Viewport.Size);
587
double aspectRatio = M3DUtil.
GetAspectRatio
(viewport.Size);