1 write to _q
PresentationCore (1)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
335_q = q;
4 references to _q
PresentationCore (4)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (4)
367double tau2 = a[j,_q]; 370a[j,_q] = _s * tau1 + _c * tau2; 383double tau2 = a[_q,j]; 386a[_q,j] = _s * tau1 + _c * tau2;