3 writes to _w
PresentationCore (3)
System\Windows\Media3D\Generated\Point4D.cs (1)
242
_w
= value;
System\Windows\Media3D\Point4D.cs (2)
42
_w
= w;
68
_w
+= deltaW;
10 references to _w
PresentationCore (10)
System\Windows\Media3D\Generated\Point4D.cs (2)
237
return
_w
;
348
_w
);
System\Windows\Media3D\Point4D.cs (8)
82
point1.
_w
+ point2.
_w
);
96
point1.
_w
+ point2.
_w
);
110
point1.
_w
- point2.
_w
);
124
point1.
_w
- point2.
_w
);