9 writes to BeginTime
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (3)
70
BeginTime
= beginTime;
85
BeginTime
= beginTime;
104
BeginTime
= beginTime;
Core\CSharp\System\Windows\Media\MediaTimeline.cs (3)
76
BeginTime
= beginTime;
87
BeginTime
= beginTime;
100
BeginTime
= beginTime;
PresentationFramework (2)
src\Framework\System\Windows\Controls\ProgressBar.cs (1)
256
animation.
BeginTime
= startTime;
src\Framework\System\windows\Documents\CaretElement.cs (1)
917
blinkAnimation.
BeginTime
= null;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
96
animation.
BeginTime
= TimeSpan.Zero;
10 references to BeginTime
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
817
else if (animation.
BeginTime
.HasValue)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
101
_beginTime = _timeline.
BeginTime
;
617
if (CanSlip && (IsRoot || _timeline.
BeginTime
.HasValue))
1837
_beginTime = CurrentGlobalTime + _timeline.
BeginTime
;
3425
current._beginTime = current._timeline.
BeginTime
; // _beginTime could have slipped with media nodes
3667
if (_timeline.
BeginTime
!= null)
4008
Debug.Assert(syncClock.IsRoot || syncClock._timeline.
BeginTime
.HasValue); // Only roots may later validate their _beginTime
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
147
&& child._timeline.
BeginTime
.HasValue)
449
child._beginTime = child._timeline.
BeginTime
; // Realign the clock
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
1223
if (
BeginTime
== null)