5 references to Back
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (1)
433
else if (a < 0 && (type & FaceType.
Back
) != 0)
System\Windows\Media3D\GeometryModel3D.cs (1)
99
facesToHit |= FaceType.
Back
;
System\Windows\Media3D\MeshGeometry3D.cs (3)
198
facesToHit = FaceType.Front | FaceType.
Back
;
516
if (((facesToHit & FaceType.Front) == FaceType.Front && frontFace) || ((facesToHit & FaceType.
Back
) == FaceType.
Back
&& !frontFace))