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