1 write to NearPlaneDistanceProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (1)
320NearPlaneDistanceProperty =
5 references to NearPlaneDistanceProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
175DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(NearPlaneDistanceProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
175DUCE.ResourceHandle hNearPlaneDistanceAnimations = GetAnimationResourceHandle(NearPlaneDistanceProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (3)
91target.PropertyChanged(NearPlaneDistanceProperty); 132return (double) GetValue(NearPlaneDistanceProperty); 136SetValueInternal(NearPlaneDistanceProperty, value);