5 references to IsRay
PresentationCore (5)
System\Windows\Media3D\Geometry3D.cs (1)
98if (LineUtil.ComputeLineBoxIntersection(ref origin, ref direction, ref bounds, rayParams.IsRay))
System\Windows\Media3D\MeshGeometry3D.cs (3)
185if (rayParams.IsRay) 237if (rayParams.IsRay) 310if (rayParams.IsRay)
System\Windows\Media3D\Visual3D.cs (1)
623return LineUtil.ComputeLineBoxIntersection(ref origin, ref direction, ref bboxSubgraph, rayParams.IsRay);