1 write to CenterProperty
PresentationCore (1)
System\Windows\Media\Generated\RadialGradientBrush.cs (1)
356
CenterProperty
=
4 references to CenterProperty
PresentationCore (4)
System\Windows\Media\Generated\RadialGradientBrush.cs (3)
89
target.PropertyChanged(
CenterProperty
);
123
return (Point) GetValue(
CenterProperty
);
127
SetValueInternal(
CenterProperty
, value);
System\Windows\Media\RadialGradientBrush.cs (1)
107
DUCE.ResourceHandle hCenterAnimations = GetAnimationResourceHandle(
CenterProperty
, channel);