1 write to _animationClock
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationClockResource.cs (1)
44_animationClock = animationClock;
19 references to _animationClock
PresentationCore (19)
Core\CSharp\System\Windows\Media\Animation\AnimationClockResource.cs (7)
46if (_animationClock != null) 48_animationClock.CurrentTimeInvalidated += new EventHandler(OnChanged); 61return _animationClock; 77Debug.Assert(_animationClock != null); 106if (_animationClock != null) 110_animationClock.CurrentTimeInvalidated += handler; 114_animationClock.CurrentTimeInvalidated -= handler;
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (3)
74if (_animationClock != null) 80return ((DoubleAnimationBase)(_animationClock.Timeline)).GetCurrentValue( 83_animationClock); // clock
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationClockResource.cs (3)
74if (_animationClock != null) 80return ((PointAnimationBase)(_animationClock.Timeline)).GetCurrentValue( 83_animationClock); // clock
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationClockResource.cs (3)
74if (_animationClock != null) 80return ((RectAnimationBase)(_animationClock.Timeline)).GetCurrentValue( 83_animationClock); // clock
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationClockResource.cs (3)
74if (_animationClock != null) 80return ((SizeAnimationBase)(_animationClock.Timeline)).GetCurrentValue( 83_animationClock); // clock