1 write to ShadowDepthProperty
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
410
ShadowDepthProperty
=
4 references to ShadowDepthProperty
PresentationCore (4)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
61
target.PropertyChanged(
ShadowDepthProperty
);
109
return (double) GetValue(
ShadowDepthProperty
);
113
SetValueInternal(
ShadowDepthProperty
, value);
233
DUCE.ResourceHandle hShadowDepthAnimations = GetAnimationResourceHandle(
ShadowDepthProperty
, channel);