2 writes to _s
PresentationCore (2)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
344_s = t * _c; 349_s = 0;
4 references to _s
PresentationCore (4)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (4)
369a[j,_p] = _c * tau1 - _s * tau2; 370a[j,_q] = _s * tau1 + _c * tau2; 385a[_p,j] = _c * tau1 - _s * tau2; 386a[_q,j] = _s * tau1 + _c * tau2;