1 write to LookDirectionProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
347LookDirectionProperty =
5 references to LookDirectionProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
178DUCE.ResourceHandle hLookDirectionAnimations = GetAnimationResourceHandle(LookDirectionProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
178DUCE.ResourceHandle hLookDirectionAnimations = GetAnimationResourceHandle(LookDirectionProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
112target.PropertyChanged(LookDirectionProperty); 177return (Vector3D) GetValue(LookDirectionProperty); 181SetValueInternal(LookDirectionProperty, value);