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