1 write to LookDirectionProperty
PresentationCore (1)
System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
315LookDirectionProperty =
5 references to LookDirectionProperty
PresentationCore (5)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
142DUCE.ResourceHandle hLookDirectionAnimations = GetAnimationResourceHandle(LookDirectionProperty, channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
142DUCE.ResourceHandle hLookDirectionAnimations = GetAnimationResourceHandle(LookDirectionProperty, channel);
System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
80target.PropertyChanged(LookDirectionProperty); 145return (Vector3D) GetValue(LookDirectionProperty); 149SetValueInternal(LookDirectionProperty, value);