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)
107
geometry.
ApplyAnimationClock
(LineGeometry.StartPointProperty, point0Animations);
112
geometry.
ApplyAnimationClock
(LineGeometry.EndPointProperty, point1Animations);
208
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
331
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
336
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusXProperty, radiusXAnimations);
341
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusYProperty, radiusYAnimations);
468
geometry.
ApplyAnimationClock
(EllipseGeometry.CenterProperty, centerAnimations);
473
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusXProperty, radiusXAnimations);
478
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusYProperty, radiusYAnimations);
604
imageDrawing.
ApplyAnimationClock
(ImageDrawing.RectProperty, rectangleAnimations);
721
videoDrawing.
ApplyAnimationClock
(VideoDrawing.RectProperty, rectangleAnimations);
838
_currentDrawingGroup.
ApplyAnimationClock
(DrawingGroup.OpacityProperty, opacityAnimations);