2 writes to _hasFrontFace
PresentationCore (2)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (2)
812
_hasFrontFace
= _hasBackFace = false;
886
edgeInfo.
_hasFrontFace
= true;
3 references to _hasFrontFace
PresentationCore (3)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (3)
406
if (ei.
_hasFrontFace
&& ei._numSharing == 1)
881
bool alreadyAdded = edgeInfo._hasBackFace && edgeInfo.
_hasFrontFace
;
896
if (!alreadyAdded && edgeInfo._hasBackFace && edgeInfo.
_hasFrontFace
)