1 write to ShadowDepthProperty
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
436
ShadowDepthProperty
=
4 references to ShadowDepthProperty
PresentationCore (4)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
87
target.PropertyChanged(
ShadowDepthProperty
);
135
return (double) GetValue(
ShadowDepthProperty
);
139
SetValueInternal(
ShadowDepthProperty
, value);
259
DUCE.ResourceHandle hShadowDepthAnimations = GetAnimationResourceHandle(
ShadowDepthProperty
, channel);