1 write to LookDirectionProperty
PresentationCore (1)
System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
341LookDirectionProperty =
5 references to LookDirectionProperty
PresentationCore (5)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
166DUCE.ResourceHandle hLookDirectionAnimations = GetAnimationResourceHandle(LookDirectionProperty, channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
166DUCE.ResourceHandle hLookDirectionAnimations = GetAnimationResourceHandle(LookDirectionProperty, channel);
System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
106target.PropertyChanged(LookDirectionProperty); 171return (Vector3D) GetValue(LookDirectionProperty); 175SetValueInternal(LookDirectionProperty, value);