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