> For the complete documentation index, see [llms.txt](https://framework.aic.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framework.aic.io/technical-guidelines-code-standards-and-tech-stack/wpf-standards.md).

# WPF Standards

## Purpose

This section defines the AIC standard for WPF applications on modern .NET.

It covers application structure, MVVM, XAML quality, testing and deployment.

## What This Section Covers

* WPF application architecture and MVVM
* XAML, binding, commands and navigation
* threading, usability and accessibility
* testing, packaging and updates

## Use This Section When

Use this section when:

* building a Windows-only desktop application
* reviewing WPF architecture
* setting UI engineering standards
