2 references to ProjectBounds
PresentationCore (2)
System\Windows\Media3D\GeneralTransform3DTo2D.cs (1)
88return _transformBetween2D.TransformBounds(MILUtilities.ProjectBounds(ref _projectionTransform, ref rect3D));
System\Windows\Media3D\Viewport3DVisual.cs (1)
591Rect projectedBounds2D = MILUtilities.ProjectBounds(ref viewProjMatrix, ref _bboxChildrenSubgraph3D);