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