5 references to GetAspectRatio
PresentationCore (5)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
392camera.GetProjectionMatrix(M3DUtil.GetAspectRatio(viewport.Size)) *
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
101double aspectRatio = M3DUtil.GetAspectRatio(viewSize);
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
132double aspectRatio = M3DUtil.GetAspectRatio(viewSize);
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
522double aspectRatio = M3DUtil.GetAspectRatio(Viewport.Size); 591double aspectRatio = M3DUtil.GetAspectRatio(viewport.Size);