10 writes to BeginTime
PresentationCore (6)
System\Windows\Media\Animation\Timeline.cs (3)
57BeginTime = beginTime; 72BeginTime = beginTime; 91BeginTime = beginTime;
System\Windows\Media\MediaTimeline.cs (3)
59BeginTime = beginTime; 70BeginTime = beginTime; 83BeginTime = beginTime;
PresentationFramework (2)
System\Windows\Controls\ProgressBar.cs (1)
248BeginTime = startTime,
System\windows\Documents\CaretElement.cs (1)
905BeginTime = null,
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
89BeginTime = TimeSpan.Zero,
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
89BeginTime = TimeSpan.Zero,
10 references to BeginTime
PresentationCore (9)
System\Windows\Media\Animation\AnimationStorage.cs (1)
808else if (animation.BeginTime.HasValue)
System\Windows\Media\Animation\Clock.cs (6)
85_beginTime = _timeline.BeginTime; 601if (CanSlip && (IsRoot || _timeline.BeginTime.HasValue)) 1817_beginTime = CurrentGlobalTime + _timeline.BeginTime; 3396current._beginTime = current._timeline.BeginTime; // _beginTime could have slipped with media nodes 3638if (_timeline.BeginTime != null) 3972Debug.Assert(syncClock.IsRoot || syncClock._timeline.BeginTime.HasValue); // Only roots may later validate their _beginTime
System\Windows\Media\Animation\ClockGroup.cs (2)
139&& child._timeline.BeginTime.HasValue) 441child._beginTime = child._timeline.BeginTime; // Realign the clock
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
1218if (BeginTime == null)