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