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