1 write to UpDirectionProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
356UpDirectionProperty =
5 references to UpDirectionProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
179DUCE.ResourceHandle hUpDirectionAnimations = GetAnimationResourceHandle(UpDirectionProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
179DUCE.ResourceHandle hUpDirectionAnimations = GetAnimationResourceHandle(UpDirectionProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
119target.PropertyChanged(UpDirectionProperty); 192return (Vector3D) GetValue(UpDirectionProperty); 196SetValueInternal(UpDirectionProperty, value);