1 write to _rootClock
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (1)
182
_rootClock
= root;
4 references to _rootClock
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (4)
203
_currentClock =
_rootClock
;
206
else if (_currentClock ==
_rootClock
)
221
if ((_currentClock !=
_rootClock
) && (nextClock = _currentClock.NextSibling) == null)
241
if ((_currentClock ==
_rootClock
) && ((_flags & SubtreeFlag.ProcessRoot) == 0))