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