5 references to GetAspectRatio
PresentationCore (5)
MS\Internal\Media3D\M3DUtil.cs (1)
388camera.GetProjectionMatrix(M3DUtil.GetAspectRatio(viewport.Size)) *
System\Windows\Media3D\OrthographicCamera.cs (1)
94double aspectRatio = M3DUtil.GetAspectRatio(viewSize);
System\Windows\Media3D\PerspectiveCamera.cs (1)
125double aspectRatio = M3DUtil.GetAspectRatio(viewSize);
System\Windows\Media3D\Viewport3DVisual.cs (2)
507double aspectRatio = M3DUtil.GetAspectRatio(Viewport.Size); 576double aspectRatio = M3DUtil.GetAspectRatio(viewport.Size);