1 write to EndPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LineGeometry.cs (1)
329EndPointProperty =
5 references to EndPointProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
111geometry.ApplyAnimationClock(LineGeometry.EndPointProperty, point1Animations);
System\Windows\Media\Generated\LineGeometry.cs (4)
78target.PropertyChanged(EndPointProperty); 106return (Point) GetValue(EndPointProperty); 110SetValueInternal(EndPointProperty, value); 172DUCE.ResourceHandle hEndPointAnimations = GetAnimationResourceHandle(EndPointProperty, channel);