2 writes to _depth
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3626current._depth = current._parent._depth + 1;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
423_depth = 0;
2 references to _depth
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
1231return _depth; 3626current._depth = current._parent._depth + 1;