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)
46
if (
_animationClock
!= null)
48
_animationClock
.CurrentTimeInvalidated += new EventHandler(OnChanged);
61
return
_animationClock
;
77
Debug.Assert(
_animationClock
!= null);
106
if (
_animationClock
!= null)
110
_animationClock
.CurrentTimeInvalidated += handler;
114
_animationClock
.CurrentTimeInvalidated -= handler;
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (3)
74
if (
_animationClock
!= null)
80
return ((DoubleAnimationBase)(
_animationClock
.Timeline)).GetCurrentValue(
83
_animationClock
); // clock
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationClockResource.cs (3)
74
if (
_animationClock
!= null)
80
return ((PointAnimationBase)(
_animationClock
.Timeline)).GetCurrentValue(
83
_animationClock
); // clock
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationClockResource.cs (3)
74
if (
_animationClock
!= null)
80
return ((RectAnimationBase)(
_animationClock
.Timeline)).GetCurrentValue(
83
_animationClock
); // clock
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationClockResource.cs (3)
74
if (
_animationClock
!= null)
80
return ((SizeAnimationBase)(
_animationClock
.Timeline)).GetCurrentValue(
83
_animationClock
); // clock