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)
367
double tau2 = a[j,
_q
];
370
a[j,
_q
] = _s * tau1 + _c * tau2;
383
double tau2 = a[
_q
,j];
386
a[
_q
,j] = _s * tau1 + _c * tau2;