5 references to GetAspectRatio
PresentationCore (5)
MS\Internal\Media3D\M3DUtil.cs (1)
387camera.GetProjectionMatrix(M3DUtil.GetAspectRatio(viewport.Size)) *
System\Windows\Media3D\OrthographicCamera.cs (1)
93double aspectRatio = M3DUtil.GetAspectRatio(viewSize);
System\Windows\Media3D\PerspectiveCamera.cs (1)
124double aspectRatio = M3DUtil.GetAspectRatio(viewSize);
System\Windows\Media3D\Viewport3DVisual.cs (2)
500double aspectRatio = M3DUtil.GetAspectRatio(Viewport.Size); 569double aspectRatio = M3DUtil.GetAspectRatio(viewport.Size);