Is xaml in WPF equivalent of .Designer.cs in Windows Forms apps?
Does it just provide compile-time state for the UI?
I am not sure but it looks like you can do things programmatically with xaml at run-time.
If I have a basic UI state where everything is added at run-time, then should I be looking outside the xaml stuff?