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