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)
System\Windows\Media\DrawingDrawingContext.cs (12)
124
geometry.
ApplyAnimationClock
(LineGeometry.StartPointProperty, point0Animations);
129
geometry.
ApplyAnimationClock
(LineGeometry.EndPointProperty, point1Animations);
224
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
346
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
351
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusXProperty, radiusXAnimations);
356
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusYProperty, radiusYAnimations);
482
geometry.
ApplyAnimationClock
(EllipseGeometry.CenterProperty, centerAnimations);
487
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusXProperty, radiusXAnimations);
492
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusYProperty, radiusYAnimations);
617
imageDrawing.
ApplyAnimationClock
(ImageDrawing.RectProperty, rectangleAnimations);
733
videoDrawing.
ApplyAnimationClock
(VideoDrawing.RectProperty, rectangleAnimations);
850
_currentDrawingGroup.
ApplyAnimationClock
(DrawingGroup.OpacityProperty, opacityAnimations);