1 write to ColorProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
466
ColorProperty
=
4 references to ColorProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
100
target.PropertyChanged(
ColorProperty
);
156
return (Color) GetValue(
ColorProperty
);
160
SetValueInternal(
ColorProperty
, value);
272
DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(
ColorProperty
, channel);