1 write to FarPlaneDistanceProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
329
FarPlaneDistanceProperty
=
5 references to FarPlaneDistanceProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
176
DUCE.ResourceHandle hFarPlaneDistanceAnimations = GetAnimationResourceHandle(
FarPlaneDistanceProperty
, channel);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
176
DUCE.ResourceHandle hFarPlaneDistanceAnimations = GetAnimationResourceHandle(
FarPlaneDistanceProperty
, channel);
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
98
target.PropertyChanged(
FarPlaneDistanceProperty
);
147
return (double) GetValue(
FarPlaneDistanceProperty
);
151
SetValueInternal(
FarPlaneDistanceProperty
, value);