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