1 write to ColorProperty
PresentationCore (1)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
430
ColorProperty
=
4 references to ColorProperty
PresentationCore (4)
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
71
target.PropertyChanged(
ColorProperty
);
127
return (Color) GetValue(
ColorProperty
);
131
SetValueInternal(
ColorProperty
, value);
237
DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(
ColorProperty
, channel);