5 references to IsRay
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Geometry3D.cs (1)
103if (LineUtil.ComputeLineBoxIntersection(ref origin, ref direction, ref bounds, rayParams.IsRay))
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (3)
195if (rayParams.IsRay) 248if (rayParams.IsRay) 322if (rayParams.IsRay)
Core\CSharp\System\Windows\Media3D\Visual3D.cs (1)
641return LineUtil.ComputeLineBoxIntersection(ref origin, ref direction, ref bboxSubgraph, rayParams.IsRay);