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)
106
geometry.
ApplyAnimationClock
(LineGeometry.StartPointProperty, point0Animations);
111
geometry.
ApplyAnimationClock
(LineGeometry.EndPointProperty, point1Animations);
207
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
330
geometry.
ApplyAnimationClock
(RectangleGeometry.RectProperty, rectangleAnimations);
335
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusXProperty, radiusXAnimations);
340
geometry.
ApplyAnimationClock
(RectangleGeometry.RadiusYProperty, radiusYAnimations);
467
geometry.
ApplyAnimationClock
(EllipseGeometry.CenterProperty, centerAnimations);
472
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusXProperty, radiusXAnimations);
477
geometry.
ApplyAnimationClock
(EllipseGeometry.RadiusYProperty, radiusYAnimations);
603
imageDrawing.
ApplyAnimationClock
(ImageDrawing.RectProperty, rectangleAnimations);
720
videoDrawing.
ApplyAnimationClock
(VideoDrawing.RectProperty, rectangleAnimations);
837
_currentDrawingGroup.
ApplyAnimationClock
(DrawingGroup.OpacityProperty, opacityAnimations);