implementing-wpf-automation
Installation
SKILL.md
WPF UI Automation Patterns
Implementing accessibility features using UI Automation framework.
Prerequisites
When implementing AutomationPeer for a CustomControl, ensure the control project is properly set up:
- ThemeInfo attribute in AssemblyInfo.cs → See
/configuring-wpf-themeinfo - CustomControl project structure → See
/authoring-wpf-controls - DefaultStyleKeyProperty in static constructor