WPF Modernization vs Migration: Which One Are You Actually Doing?
The single most expensive WPF scoping mistake in 2026 is treating modernization and migration as the same project
WPF Modernization in 2026: A Source-Backed Decision Guide
A source-backed decision tree for WPF teams choosing between modernization-in-place and cross-platform migration in 2026
Migrating WPF-UI (Lepoco) Controls to Uno Platform
Map each lepoco/wpfui control to its Uno Platform equivalent, enable Fluent styles, and rebuild the three controls that do not port directly
WPF Triggers to VisualStateManager: A Migration Guide
How to replace WPF property triggers, DataTriggers, MultiTriggers, and EventTriggers with VisualStateManager, StateTrigger, and XAML Behaviors
Replace WPF Settings.Default with IWritableOptions in Uno Platform
Replace Properties.Settings.Default with appsettings.json, typed records, and IWritableOptions across iOS, Android, WebAssembly, and desktop
Migrating WPF ResourceDictionary and MergedDictionaries to Uno Platform
Four concrete shifts in URI syntax, lookup order, theme extensions, and ThemeDictionaries when porting a WPF resource graph to Uno Platform
From WPF Multi-Window Apps to a NavigationView Shell: A Migration Guide
The decision tree and region-navigation wiring for collapsing WPF multi-window apps into a single NavigationView shell on Uno Platform
How to Scope a WPF to Uno Platform Migration
Six measurable axes, a 30-minute worksheet, and a phased plan you can translate into a budget
Testing a WPF App After Migrating to Uno Platform
How to restructure your FlaUI/WinAppDriver test suite into three tiers after migrating from WPF to Uno Platform
