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