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