I am a bit confused regarding C# WPF. How can I set a WPF window's properties from C# code? For example, trying ShowInTaskbar = false; doesn't hide the window's taskbar button, I actually have to do it in XAML for it to work. And that wouldn't be a problem, but I wonder, how do I control the GUI from C# code when using WPF.
This may sound like a retarded question, but I am trying to transition from WinForms to WPF.