1 write to NearPlaneDistanceProperty
PresentationCore (1)
System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
314
NearPlaneDistanceProperty
=
5 references to NearPlaneDistanceProperty
PresentationCore (5)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
163
DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(
NearPlaneDistanceProperty
, channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
163
DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(
NearPlaneDistanceProperty
, channel);
System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
85
target.PropertyChanged(
NearPlaneDistanceProperty
);
126
return (double) GetValue(
NearPlaneDistanceProperty
);
130
SetValueInternal(
NearPlaneDistanceProperty
, value);