Tag
This blog post discusses a technical pitfall in XAML where binding to value types leads to navigation failures with assistive tools due to copy-by-value semantics, and suggests using runtime classes with helper libraries like wil to avoid the issue.