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