1 write to NearPlaneDistanceProperty
PresentationCore (1)
System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
288
NearPlaneDistanceProperty
=
5 references to NearPlaneDistanceProperty
PresentationCore (5)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
139
DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(
NearPlaneDistanceProperty
, channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
139
DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(
NearPlaneDistanceProperty
, channel);
System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
59
target.PropertyChanged(
NearPlaneDistanceProperty
);
100
return (double) GetValue(
NearPlaneDistanceProperty
);
104
SetValueInternal(
NearPlaneDistanceProperty
, value);