3 writes to _w
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (1)
271
_w
= value;
Core\CSharp\System\Windows\Media3D\Point4D.cs (2)
50
_w
= w;
76
_w
+= deltaW;
10 references to _w
PresentationCore (10)
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (2)
266
return
_w
;
381
_w
);
Core\CSharp\System\Windows\Media3D\Point4D.cs (8)
90
point1.
_w
+ point2.
_w
);
104
point1.
_w
+ point2.
_w
);
118
point1.
_w
- point2.
_w
);
132
point1.
_w
- point2.
_w
);