1 write to FarPlaneDistanceProperty
PresentationCore (1)
System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
323
FarPlaneDistanceProperty
=
5 references to FarPlaneDistanceProperty
PresentationCore (5)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
164
DUCE.ResourceHandle hFarPlaneDistanceAnimations = GetAnimationResourceHandle(
FarPlaneDistanceProperty
, channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
164
DUCE.ResourceHandle hFarPlaneDistanceAnimations = GetAnimationResourceHandle(
FarPlaneDistanceProperty
, channel);
System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
92
target.PropertyChanged(
FarPlaneDistanceProperty
);
141
return (double) GetValue(
FarPlaneDistanceProperty
);
145
SetValueInternal(
FarPlaneDistanceProperty
, value);