1 write to NearPlaneDistanceProperty
PresentationCore (1)
System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
297NearPlaneDistanceProperty =
5 references to NearPlaneDistanceProperty
PresentationCore (5)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
147DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(NearPlaneDistanceProperty, channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
147DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(NearPlaneDistanceProperty, channel);
System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
69target.PropertyChanged(NearPlaneDistanceProperty); 110return (double) GetValue(NearPlaneDistanceProperty); 114SetValueInternal(NearPlaneDistanceProperty, value);