10 writes to BeginTime
PresentationCore (6)
System\Windows\Media\Animation\Timeline.cs (3)
58
BeginTime
= beginTime;
73
BeginTime
= beginTime;
92
BeginTime
= beginTime;
System\Windows\Media\MediaTimeline.cs (3)
60
BeginTime
= beginTime;
71
BeginTime
= beginTime;
84
BeginTime
= beginTime;
PresentationFramework (2)
System\Windows\Controls\ProgressBar.cs (1)
249
animation.
BeginTime
= startTime;
System\windows\Documents\CaretElement.cs (1)
910
blinkAnimation.
BeginTime
= null;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
89
animation.
BeginTime
= TimeSpan.Zero;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
89
animation.
BeginTime
= TimeSpan.Zero;
10 references to BeginTime
PresentationCore (9)
System\Windows\Media\Animation\AnimationStorage.cs (1)
813
else if (animation.
BeginTime
.HasValue)
System\Windows\Media\Animation\Clock.cs (6)
86
_beginTime = _timeline.
BeginTime
;
602
if (CanSlip && (IsRoot || _timeline.
BeginTime
.HasValue))
1821
_beginTime = CurrentGlobalTime + _timeline.
BeginTime
;
3404
current._beginTime = current._timeline.
BeginTime
; // _beginTime could have slipped with media nodes
3646
if (_timeline.
BeginTime
!= null)
3988
Debug.Assert(syncClock.IsRoot || syncClock._timeline.
BeginTime
.HasValue); // Only roots may later validate their _beginTime
System\Windows\Media\Animation\ClockGroup.cs (2)
140
&& child._timeline.
BeginTime
.HasValue)
442
child._beginTime = child._timeline.
BeginTime
; // Realign the clock
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
1217
if (
BeginTime
== null)