3 writes to _w
PresentationCore (3)
System\Windows\Media3D\Generated\Point4D.cs (1)
263
_w
= value;
System\Windows\Media3D\Point4D.cs (2)
47
_w
= w;
73
_w
+= deltaW;
10 references to _w
PresentationCore (10)
System\Windows\Media3D\Generated\Point4D.cs (2)
258
return
_w
;
369
_w
);
System\Windows\Media3D\Point4D.cs (8)
87
point1.
_w
+ point2.
_w
);
101
point1.
_w
+ point2.
_w
);
115
point1.
_w
- point2.
_w
);
129
point1.
_w
- point2.
_w
);