Working with WPF, C# and a tabbed page window. I'm trying to cycle through all controls on the form, but its failing to do so with the VisualTreeHelper.
If I have a window with a TabControl on it, and three TabItems on that tab control, visually, it all works fine...
HOWEVER, if I try to use the visual tree helper, it only exposes content based on whichever SINGLE page is active, not all possible pages.
Any ideas on how to confirm whats on ALL pages, even though only one can be "visible" at a time?
I hope its something very simple I'm missing...