2 writes to _hasFrontFace
PresentationCore (2)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
813
_hasFrontFace
= _hasBackFace = false;
887
edgeInfo.
_hasFrontFace
= true;
3 references to _hasFrontFace
PresentationCore (3)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (3)
407
if (ei.
_hasFrontFace
&& ei._numSharing == 1)
882
bool alreadyAdded = edgeInfo._hasBackFace && edgeInfo.
_hasFrontFace
;
897
if (!alreadyAdded && edgeInfo._hasBackFace && edgeInfo.
_hasFrontFace
)