1 write to CenterProperty
PresentationCore (1)
System\Windows\Media\Generated\EllipseGeometry.cs (1)
371
CenterProperty
=
5 references to CenterProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
464
geometry.ApplyAnimationClock(EllipseGeometry.
CenterProperty
, centerAnimations);
System\Windows\Media\Generated\EllipseGeometry.cs (4)
75
target.PropertyChanged(
CenterProperty
);
118
return (Point) GetValue(
CenterProperty
);
122
SetValueInternal(
CenterProperty
, value);
185
DUCE.ResourceHandle hCenterAnimations = GetAnimationResourceHandle(
CenterProperty
, channel);