2 writes to _depth
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (1)
3618
current.
_depth
= current._parent._depth + 1;
System\Windows\Media\Animation\ClockGroup.cs (1)
421
_depth
= 0;
2 references to _depth
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1228
return
_depth
;
3618
current._depth = current._parent.
_depth
+ 1;