Implemented interface member:
method
ApplyAnimationClock
System.Windows.Media.Animation.IAnimatable.ApplyAnimationClock(System.Windows.DependencyProperty, System.Windows.Media.Animation.AnimationClock)
12 references to ApplyAnimationClock
PresentationCore (12)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (12)
133
geometry.
ApplyAnimationClock
(LineGeometry.StartPointProperty, point0Animations);
138
geometry.
ApplyAnimationClock
(LineGeometry.EndPointProperty, point1Animations);
235
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
359
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
364
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusXProperty, radiusXAnimations);
369
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusYProperty, radiusYAnimations);
497
geometry.
ApplyAnimationClock
(EllipseGeometry.CenterProperty, centerAnimations);
502
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusXProperty, radiusXAnimations);
507
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusYProperty, radiusYAnimations);
635
imageDrawing.
ApplyAnimationClock
(ImageDrawing.RectProperty, rectangleAnimations);
754
videoDrawing.
ApplyAnimationClock
(VideoDrawing.RectProperty, rectangleAnimations);
875
_currentDrawingGroup.
ApplyAnimationClock
(DrawingGroup.OpacityProperty, opacityAnimations);