An additional tip for future surfers: you will need this line in the constructor of your window if you want to see it show up in the taskbar:
RadWindowInteropHelper.SetShowInTaskbar(this, true);
An additional tip for future surfers: you will need this line in the constructor of your window if you want to see it show up in the taskbar:
RadWindowInteropHelper.SetShowInTaskbar(this, true);