1 write to _q
PresentationCore (1)
MS\Internal\Media3D\LineUtil.cs (1)
334_q = q;
4 references to _q
PresentationCore (4)
MS\Internal\Media3D\LineUtil.cs (4)
366double tau2 = a[j,_q]; 369a[j,_q] = _s * tau1 + _c * tau2; 382double tau2 = a[_q,j]; 385a[_q,j] = _s * tau1 + _c * tau2;