1 write to CenterProperty
PresentationCore (1)
System\Windows\Media\Generated\EllipseGeometry.cs (1)
386
CenterProperty
=
5 references to CenterProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
467
geometry.ApplyAnimationClock(EllipseGeometry.
CenterProperty
, centerAnimations);
System\Windows\Media\Generated\EllipseGeometry.cs (4)
85
target.PropertyChanged(
CenterProperty
);
128
return (Point) GetValue(
CenterProperty
);
132
SetValueInternal(
CenterProperty
, value);
195
DUCE.ResourceHandle hCenterAnimations = GetAnimationResourceHandle(
CenterProperty
, channel);