1 write to CenterProperty
PresentationCore (1)
System\Windows\Media\Generated\EllipseGeometry.cs (1)
389
CenterProperty
=
5 references to CenterProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
468
geometry.ApplyAnimationClock(EllipseGeometry.
CenterProperty
, centerAnimations);
System\Windows\Media\Generated\EllipseGeometry.cs (4)
88
target.PropertyChanged(
CenterProperty
);
131
return (Point) GetValue(
CenterProperty
);
135
SetValueInternal(
CenterProperty
, value);
198
DUCE.ResourceHandle hCenterAnimations = GetAnimationResourceHandle(
CenterProperty
, channel);