2 writes to _depth
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3626
current.
_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)
1231
return
_depth
;
3626
current._depth = current._parent.
_depth
+ 1;