1 write to EndPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LineGeometry.cs (1)
343EndPointProperty =
5 references to EndPointProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
129geometry.ApplyAnimationClock(LineGeometry.EndPointProperty, point1Animations);
System\Windows\Media\Generated\LineGeometry.cs (4)
96target.PropertyChanged(EndPointProperty); 124return (Point) GetValue(EndPointProperty); 128SetValueInternal(EndPointProperty, value); 190DUCE.ResourceHandle hEndPointAnimations = GetAnimationResourceHandle(EndPointProperty, channel);