1 write to OpacityProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
484
OpacityProperty
=
4 references to OpacityProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
114
target.PropertyChanged(
OpacityProperty
);
186
return (double) GetValue(
OpacityProperty
);
190
SetValueInternal(
OpacityProperty
, value);
274
DUCE.ResourceHandle hOpacityAnimations = GetAnimationResourceHandle(
OpacityProperty
, channel);