1 write to StartPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LineGeometry.cs (1)
320StartPointProperty =
5 references to StartPointProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
106geometry.ApplyAnimationClock(LineGeometry.StartPointProperty, point0Animations);
System\Windows\Media\Generated\LineGeometry.cs (4)
71target.PropertyChanged(StartPointProperty); 91return (Point) GetValue(StartPointProperty); 95SetValueInternal(StartPointProperty, value); 171DUCE.ResourceHandle hStartPointAnimations = GetAnimationResourceHandle(StartPointProperty, channel);