1 write to EndPointProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\LineGeometry.cs (1)
360EndPointProperty =
5 references to EndPointProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
138geometry.ApplyAnimationClock(LineGeometry.EndPointProperty, point1Animations);
Core\CSharp\System\Windows\Media\Generated\LineGeometry.cs (4)
102target.PropertyChanged(EndPointProperty); 130return (Point) GetValue(EndPointProperty); 134SetValueInternal(EndPointProperty, value); 202DUCE.ResourceHandle hEndPointAnimations = GetAnimationResourceHandle(EndPointProperty, channel);