1 write to ShadowDepthProperty
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
421
ShadowDepthProperty
=
4 references to ShadowDepthProperty
PresentationCore (4)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
64
target.PropertyChanged(
ShadowDepthProperty
);
112
return (double) GetValue(
ShadowDepthProperty
);
116
SetValueInternal(
ShadowDepthProperty
, value);
236
DUCE.ResourceHandle hShadowDepthAnimations = GetAnimationResourceHandle(
ShadowDepthProperty
, channel);