1 write to CenterProperty
PresentationCore (1)
System\Windows\Media\Generated\RadialGradientBrush.cs (1)
328
CenterProperty
=
4 references to CenterProperty
PresentationCore (4)
System\Windows\Media\Generated\RadialGradientBrush.cs (3)
61
target.PropertyChanged(
CenterProperty
);
95
return (Point) GetValue(
CenterProperty
);
99
SetValueInternal(
CenterProperty
, value);
System\Windows\Media\RadialGradientBrush.cs (1)
94
DUCE.ResourceHandle hCenterAnimations = GetAnimationResourceHandle(
CenterProperty
, channel);