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)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (12)
133geometry.ApplyAnimationClock(LineGeometry.StartPointProperty, point0Animations); 138geometry.ApplyAnimationClock(LineGeometry.EndPointProperty, point1Animations); 235geometry.ApplyAnimationClock(RectangleGeometry.RectProperty, rectangleAnimations); 359geometry.ApplyAnimationClock(RectangleGeometry.RectProperty, rectangleAnimations); 364geometry.ApplyAnimationClock(RectangleGeometry.RadiusXProperty, radiusXAnimations); 369geometry.ApplyAnimationClock(RectangleGeometry.RadiusYProperty, radiusYAnimations); 497geometry.ApplyAnimationClock(EllipseGeometry.CenterProperty, centerAnimations); 502geometry.ApplyAnimationClock(EllipseGeometry.RadiusXProperty, radiusXAnimations); 507geometry.ApplyAnimationClock(EllipseGeometry.RadiusYProperty, radiusYAnimations); 635imageDrawing.ApplyAnimationClock(ImageDrawing.RectProperty, rectangleAnimations); 754videoDrawing.ApplyAnimationClock(VideoDrawing.RectProperty, rectangleAnimations); 875_currentDrawingGroup.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);