1 write to StartPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LineGeometry.cs (1)
334StartPointProperty =
5 references to StartPointProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
124geometry.ApplyAnimationClock(LineGeometry.StartPointProperty, point0Animations);
System\Windows\Media\Generated\LineGeometry.cs (4)
89target.PropertyChanged(StartPointProperty); 109return (Point) GetValue(StartPointProperty); 113SetValueInternal(StartPointProperty, value); 189DUCE.ResourceHandle hStartPointAnimations = GetAnimationResourceHandle(StartPointProperty, channel);