1 write to StartPointProperty
PresentationCore (1)
System\Windows\Media\Generated\LineGeometry.cs (1)
306StartPointProperty =
5 references to StartPointProperty
PresentationCore (5)
System\Windows\Media\DrawingDrawingContext.cs (1)
106geometry.ApplyAnimationClock(LineGeometry.StartPointProperty, point0Animations);
System\Windows\Media\Generated\LineGeometry.cs (4)
61target.PropertyChanged(StartPointProperty); 81return (Point) GetValue(StartPointProperty); 85SetValueInternal(StartPointProperty, value); 161DUCE.ResourceHandle hStartPointAnimations = GetAnimationResourceHandle(StartPointProperty, channel);