1 write to ShadowDepthProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
457ShadowDepthProperty =
4 references to ShadowDepthProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
93target.PropertyChanged(ShadowDepthProperty); 141return (double) GetValue(ShadowDepthProperty); 145SetValueInternal(ShadowDepthProperty, value); 271DUCE.ResourceHandle hShadowDepthAnimations = GetAnimationResourceHandle(ShadowDepthProperty, channel);