1 write to EndPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LineGeometry.cs (1)
315EndPointProperty =
5 references to EndPointProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
111geometry.ApplyAnimationClock(LineGeometry.EndPointProperty, point1Animations);
System\Windows\Media\Generated\LineGeometry.cs (4)
68target.PropertyChanged(EndPointProperty); 96return (Point) GetValue(EndPointProperty); 100SetValueInternal(EndPointProperty, value); 162DUCE.ResourceHandle hEndPointAnimations = GetAnimationResourceHandle(EndPointProperty, channel);