1 write to BlurRadiusProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
493
BlurRadiusProperty
=
4 references to BlurRadiusProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (4)
121
target.PropertyChanged(
BlurRadiusProperty
);
201
return (double) GetValue(
BlurRadiusProperty
);
205
SetValueInternal(
BlurRadiusProperty
, value);
275
DUCE.ResourceHandle hBlurRadiusAnimations = GetAnimationResourceHandle(
BlurRadiusProperty
, channel);