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