1 write to ColorProperty
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
419
ColorProperty
=
4 references to ColorProperty
PresentationCore (4)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
68
target.PropertyChanged(
ColorProperty
);
124
return (Color) GetValue(
ColorProperty
);
128
SetValueInternal(
ColorProperty
, value);
234
DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(
ColorProperty
, channel);