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