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