2 writes to Position
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
36
Position
= position;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
38
Position
= position;
5 references to Position
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
201
data.position = CompositionResourceManager.Point3DToMilPoint3F(
Position
);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
201
data.position = CompositionResourceManager.Point3DToMilPoint3F(
Position
);
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
86
Point3D position =
Position
;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
108
Point3D position =
Position
;
Core\CSharp\System\Windows\Media3D\ProjectionCamera.cs (1)
61
Point3D position =
Position
;