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