▍WPF 3D Tab Carousel
1) tabToIndex = tabs.Count - 1; } // Unhook from visual tree if required because // a Visual cannot have to parents foreach (Tab owner in (from tab in tabs where tab.Element == elements[instruction.To] || tab.Element == elements[instruction.From] select tab))...