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