This manifest defines how WinForms migration references map to full API lookup surfaces in this repository.
Use it when you need to move from pattern guidance to exact API signatures.
For this repository, practical completeness is provided by combining:
00-38),../controls/README.md,../api-index-generated.md.Use these source roots for WinForms-side verification:
/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Control.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Form.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/ControlStyles.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Layout/LayoutEngine.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Layout/DefaultLayout.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Layout/LayoutTransaction.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Layout/Containers/SplitContainer.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/Splitter/Splitter.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Scrolling/ScrollableControl.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Rendering/PaintEventArgs.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Rendering/ControlPaint.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/DataGridView//Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/ListView/ListView.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/TreeView/TreeView.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/RichTextBox/RichTextBox.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/Labels/LinkLabel.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/ToolStrips/ToolStripDropDownButton.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/Controls/ToolStrips/ToolStripSplitButton.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/DataBinding/BindingSource.cs/Users/wieslawsoltes/GitHub/winforms/src/System.Windows.Forms/System/Windows/Forms/ErrorProvider/ErrorProvider.csPrimary lookup references:
../52-controls-reference-catalog.md../controls/README.md../api-index-generated.mdUseful signature queries:
rg -n "TopLevel|IClassicDesktopStyleApplicationLifetime|Window" references/api-index-generated.md
rg -n "Grid|GridSplitter|DockPanel|WrapPanel|RelativePanel" references/api-index-generated.md
rg -n "Dispatcher|DispatcherTimer|KeyBinding|KeyGesture" references/api-index-generated.md
rg -n "IStorageProvider|OpenFilePickerAsync|SaveFilePickerAsync|OpenFolderPickerAsync" references/api-index-generated.md
rg -n "DataValidationErrors|AutomationProperties|FlowDirection" references/api-index-generated.md
Run after significant migration-reference updates:
python3 scripts/find_uncovered_apis.py --output plan/api-coverage-not-covered.md
python3 -m unittest scripts.test_find_uncovered_apis
00-38),11.3.12 behavior before adopting patterns.