3 writes to _w
PresentationCore (3)
System\Windows\Media3D\Generated\Point4D.cs (1)
251
_w
= value;
System\Windows\Media3D\Point4D.cs (2)
41
_w
= w;
67
_w
+= deltaW;
10 references to _w
PresentationCore (10)
System\Windows\Media3D\Generated\Point4D.cs (2)
246
return
_w
;
361
_w
);
System\Windows\Media3D\Point4D.cs (8)
81
point1.
_w
+ point2.
_w
);
95
point1.
_w
+ point2.
_w
);
109
point1.
_w
- point2.
_w
);
123
point1.
_w
- point2.
_w
);