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