This manifest defines how WPF migration references map to exact API lookup surfaces in this repository.
Use it to move from migration guidance to concrete signatures and source verification.
Practical lookup completeness is provided by combining:
00-45) in this lane,../controls/README.md,../api-index-generated.md.Use these source roots for WPF-side verification:
/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyObject.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyProperty.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Window.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/UIElement.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FrameworkElement.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Panel.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/LayoutManager.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Visual.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingVisual.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/DrawingContext.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/CompositionTarget.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Data/Binding.cs/Users/wieslawsoltes/GitHub/wpf/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.csPrimary lookup references:
../52-controls-reference-catalog.md../controls/README.md../api-index-generated.mdUseful signature queries:
rg -n "AvaloniaProperty|StyledProperty|DirectProperty|RegisterAttached" references/api-index-generated.md
rg -n "ControlTheme|DataTemplate|ControlTemplate|TemplateBinding" references/api-index-generated.md
rg -n "Dispatcher|DispatcherTimer|KeyBinding|KeyGesture" references/api-index-generated.md
rg -n "IStorageProvider|Window|ShowDialog|TopLevel" references/api-index-generated.md
rg -n "DataValidationErrors|AutomationProperties|FlowDirection|AdornerLayer" references/api-index-generated.md
Run after significant API-oriented migration updates:
python3 scripts/find_uncovered_apis.py --output plan/api-coverage-not-covered.md
python3 -m unittest scripts.test_find_uncovered_apis
00-45),11.3.12 behavior.