1 write to _childIndex
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
121
childClock.
_childIndex
= index;
2 references to _childIndex
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
1433
if (
_childIndex
== parentChildren.Count - 1)
1439
return parentChildren[
_childIndex
+ 1];