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