1 write to _q
PresentationCore (1)
MS\Internal\Media3D\LineUtil.cs (1)
329_q = q;
4 references to _q
PresentationCore (4)
MS\Internal\Media3D\LineUtil.cs (4)
361double tau2 = a[j,_q]; 364a[j,_q] = _s * tau1 + _c * tau2; 377double tau2 = a[_q,j]; 380a[_q,j] = _s * tau1 + _c * tau2;