Skip to content
Nuvyntra Labs

Documentation

Platforms

WPF on Windows, TFMs, one navigator per window, and how multi-window differs from the MAUI host.

Target frameworks

PackageTFM
Core, Validation, Pagination, Testingnet10.0
Host, Navigation, Dialogsnet10.0-windows10.0.17763.0 + UseWPF

Supported host is WPF on Windows. There is no WinUI, Avalonia, or MAUI TFM in this family. MAUI apps use Plugin.Maui.MVVMExpress.

One navigator per window

IWindowContext / WindowNavigatorRegistry key navigation, dialogs, and scopes by window. WpfWindowContext.For(Window) and WpfWindowContext.Current are the host adapters. Playground’s SecondaryWindow shows a second window without sharing MainWindow’s Frame. Do not treat Application.Current.MainWindow as the app.

Discussion

Comment on Plugin.Wpf.MVVMExpress. The thread lives on this component's GitHub repository (nuvyntralabs/Plugin.Wpf.MVVMExpress). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.