4 references to None
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Geometry3D.cs (1)
83Debug.Assert(facesToHit != FaceType.None,
Core\CSharp\System\Windows\Media3D\GeometryModel3D.cs (2)
93FaceType facesToHit = FaceType.None; 105if (facesToHit != FaceType.None)
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (1)
175Debug.Assert(hitTestableFaces != FaceType.None,