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