public void UpdatePeakValueBackground() { if (ChildApps != null) { foreach (var child in ChildApps.ToArray()) { child.UpdatePeakValueBackground(); } } _session.UpdatePeakValueBackground(); }