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