Upgrade projects to .NET 10 (System.Windows)#12808
Open
gewarren wants to merge 5 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the snippet project files for System.Windows-related APIs (WPF, WinForms, UI Automation, Ink/Annotations, etc.) to target .NET 10 for Windows, aligning snippet compilation with modern .NET and supporting the repo’s ongoing cleanup away from .NET Framework–specific content.
Changes:
- Updated many WPF snippet projects from
net6.0-windowstonet10.0-windows. - Updated WinForms snippet projects from
net6-windows/net8.0-windows(and a fewnet4.8) tonet10.0-windows. - Upgraded remaining .NET Framework–targeted snippet projects (
net4.8) tonet10.0-windows.
Reviewed changes
Copilot reviewed 181 out of 181 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| snippets/csharp/System.Windows/Window/Show/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/UIElement/StylusPlugIns/StylusPluginSamples.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/UIElement/CommandBindings/CommandHandlerProcedural.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/Setter/Overview/photostore.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/Rect/Overview/Snippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/HierarchicalDataTemplate/ItemContainerStyle/RecycleItemContainerShippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/FrameworkElement/BringIntoView/FragmentNavigationSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/FrameworkElement/AddLogicalChild/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/Application/Run/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/Application/Resources/XAML.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows/Application/MainWindow/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Navigation/NavigationService/Navigate/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Navigation/NavigationService/GetNavigationService/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Navigation/NavigatingCancelEventArgs/Overview/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Navigation/JournalEntryUnifiedViewConverter/Overview/journalentryunifiedpositionconvertersnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Navigation/JournalEntry/Overview/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Navigation/CustomContentState/Overview/CSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/VisualTreeHelper/Overview/VisualsOverview.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/VisualBrush/AutoLayoutContent/visualbrush_markup_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/Visual/AddVisualChild/AddVisualChild.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/TileBrush/Viewbox/BrushOverviewExample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/TextEffect/Overview/TextEffectSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/TextEffect/.ctor/TextOverview.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/PolyLineSegment/Overview/GeoOvwSamples.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/PolyBezierSegment/Overview/GeometriesMiscSnippets_procedural.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/PointCollection/ToString/PointCollectionSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/PixelFormat/Overview/ImagingSnippetGallery_csharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/PenLineJoin/Overview/drawingwithshapeelements.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/Matrix/Append/MatrixExamples_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/GlyphTypeface/.ctor/GlyphTypefaceSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/GeometryHitTestParameters/Overview/HitTestingOverview.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/GeometryCombineMode/Overview/myproject.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/Geometry/Transform/Transforms.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/FormattedText/Overview/FormattedTextSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/FontFamily/Overview/compositefontmarkup.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/DrawingVisual/Drawing/VisualSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/DrawingGroup/BitmapEffect/misc_snippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/DrawingContext/Overview/DrawingVisual.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/DisableDpiAwarenessAttribute/Overview/DisableDpiAwareness.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/ContainerVisual/Overview/ContainerVisualHost.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/ContainerVisual/.ctor/ContainerVisualSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/CompositionTarget/Rendering/CompositionTargetSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/Color/Overview/MiscSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/Color/FromArgb/BrushesMiscSnippets_procedural.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/BitmapScalingMode/Overview/RenderOptionsSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/BitmapCacheBrush/Overview/bitmapcachebrushdemo.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media/BitmapCache/Overview/cachedcompositiondemo.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.TextFormatting/MinMaxParagraphWidth/Overview/TextFormattingSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/Viewport2DVisual3D/Overview/viewport2dvisual3dexample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/Size3D/Empty/Mil3dSize.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/Quaternion/Parse/QuaternionView.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/Quaternion/Overview/Animation3DGallery.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/Point3D/GetHashCode/Mil4dPoints.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/Point3D/Add/Mil3dPoints.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/PerspectiveCamera/Overview/3DGallery.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/MatrixCamera/Overview/MatrixTransform3DView.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/Matrix3D/Overview/Mil3dVectorSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/ContainerUIElement3D/Overview/ContainerModelSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/AxisAngleRotation3D/Overview/create_cube.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/AxisAngleRotation3D/AngleProperty/BlankSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Media3D/AmbientLight/Overview/Show3DLights.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Imaging/WriteableBitmap/Overview/WriteableBitmapDemo.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Imaging/BitmapImage/Overview/ImageElementExample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/Timeline/BeginTime/project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/Storyboard/Begin/animation_ovws_procedural.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/SineEase/Overview/sineease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/RemoveStoryboard/Overview/storyboard.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/QuinticEase/Overview/quinticease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/QuarticEase/Overview/quarticease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/QuadraticEase/Overview/quadraticease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/PowerEase/Overview/powerease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/ExponentialEase/Overview/exponentialease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/ElasticEase/Overview/elasticease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/EasingPointKeyFrame/Overview/easingfunctionpointkeyframe.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/EasingFunctionBase/Overview/customeasingfunction.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/EasingDoubleKeyFrame/Overview/easingfunctiondoublekeyframe.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/DoubleAnimationUsingPath/PathGeometry/pathanimationgallery.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/DiscreteInt16KeyFrame/Overview/keyframes.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/CubicEase/Overview/cubicease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/ClockController/Remove/ClockController_procedural_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/CircleEase/Overview/circleease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/BounceEase/Overview/bounceease.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/BooleanAnimationBase/Overview/keyframes_markup.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Media.Animation/BackEase/Overview/backease_scale.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Markup/XamlReader/Overview/XamlReaderWriterSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Interop/D3DImage/Overview/d3dhost.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Interop/BrowserInteropHelper/IsBrowserHosted/BrowserInteropHelperSnippet.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Interop/BrowserInteropHelper/HostScript/wpfbrowserapplication1.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/TouchDevice/Overview/wpftoucheventssample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/Touch/Overview/wpftouchframesample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/StylusDeviceCollection/Overview/HwCaps_CS.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/StylusDevice/GetStylusPoints/PacketSpy.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/StylusButton/Overview/StylusSnippets_CS.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/Stylus/Overview/StylusSamples.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/RoutedCommand/CanExecute/ImplementICommandSource.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/NavigationCommands/BrowseBack/NavigationCommandsSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/Mouse/GetPosition/MouseRelatedSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/Mouse/Capture/MouseCaptureSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/Keyboard/Overview/KeyArgsSnippetSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/Keyboard/KeyDown/KeyDown.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/Keyboard/GotKeyboardFocus/KeyboardSample.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/InputBinding/Overview/inputcommandbinding.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/InputBinding/.ctor/CommandLibarySnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/ImeSentenceModeValues/Overview/inputmanager.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/FocusManager/GetFocusedElement/FocusSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/FocusManager/FocusedElement/MarkupSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/ExecutedRoutedEventHandler/Overview/Custom_RoutedCommand.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input/CanExecuteRoutedEventArgs/Parameter/InvalidateRequeryWithDispatcherTimer.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Input.Manipulations/InertiaProcessor2D/Complete/manipulationapi.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Ink/Stroke/.ctor/StrokeSnippets_CS.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Ink/GestureRecognizer/Overview/GestureControl.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Ink/DrawingAttributes/PropertyDataChanged/StrokeCollectionShadow.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/WebBrowser/CreateSink/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/WebBrowser/AllowWebBrowserDrop/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/WebBrowser/.ctor/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/ToolStripMenuItem/ShortcutKeys/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/ToolStripDropDown/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/PropertyGrid/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/NativeWindow/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/KeyPressEventArgs/Handled/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/HtmlElementEventHandler/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/HtmlElement/Overview/HtmlElementProjectCSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/HtmlDocument/Overview/HtmlDocumentProjectCSharp.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/FolderBrowserDialog/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/DataGridView/BeginEdit/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/DataGridColumnStyle/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/CommonDialog/HookProc/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/CheckedListBox+ObjectCollection/Add/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/CheckedListBox/WndProc/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/CheckBox/ProcessMnemonic/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/CheckBox/CreateParams/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/Application/SetUnhandledExceptionMode/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms/Application/AddMessageFilter/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms.Design/IWindowsFormsEditorService/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms.Design/EventsTab/Overview/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Forms.Design.Behavior/Adorner/Enabled/Project.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/Typography/Overview/TypographySnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/Run/Text/bindablerunsnippet.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/Run/.ctor/RunSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/List/Overview/ListSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/Hyperlink/Overview/HyperlinkSnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/Hyperlink/NavigateUri/HOWTONavigationMailTo.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/Glyphs/Overview/Glyphs_ovw_samp1.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Documents/DocumentPaginator/PageSize/XpsSave.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/XmlDataProvider/XmlNamespaceManager/XmlnsBind.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/XmlDataProvider/Source/XmlDataSource2.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/PriorityBinding/Bindings/PriorityBinding.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/CollectionView/MoveCurrentTo/Colors.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/BindingOperations/SetBinding/BindConversion.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/BindingExpressionBase/ValidateWithoutUpdate/bindingexpressionbasevalidatewithoutupdating.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/BindingExpression/DataItem/DirectionalBinding.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/Binding/ValidatesOnDataErrors/bindingvalidationattributessnippets.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Data/Binding/Source/SimpleBinding.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/WindowPattern+WindowPatternInformation/CanMaximize/UIAWindowPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/ValuePattern+ValuePatternInformation/IsReadOnly/UIAValuePattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/TransformPattern+TransformPatternInformation/CanMove/UIATransformPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/TogglePattern+TogglePatternInformation/ToggleState/UIATogglePattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/TextPattern/DocumentRange/TextProvider.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/TablePattern+TablePatternInformation/ColumnCount/UIATablePattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/TableItemPattern+TableItemPatternInformation/Column/UIATableItemPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/StructureChangedEventArgs/.ctor/ElementProvider.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/SelectionPattern+SelectionPatternInformation/CanSelectMultiple/UIASelectionPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/SelectionItemPattern+SelectionItemPatternInformation/IsSelected/UIASelectionItemPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/ScrollPattern+ScrollPatternInformation/HorizontallyScrollable/UIAScrollPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/ScrollItemPattern/Pattern/UIAScrollItemPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/RangeValuePattern+RangeValuePatternInformation/IsReadOnly/UIARangeValuePattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/MultipleViewPattern+MultipleViewPatternInformation/CurrentView/UIAMultipleViewPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/GridPattern+GridPatternInformation/ColumnCount/UIAGridPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/GridItemPattern+GridItemPatternInformation/Column/UIAGridItemPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/ExpandCollapsePattern+ExpandCollapsePatternInformation/ExpandCollapseState/UIAExpandCollapsePattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation/DockPattern+DockPatternInformation/DockPosition/UIADockPattern_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation.Provider/IValueProvider/IsReadOnly/UIAIValueProvider_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation.Provider/ITransformProvider/CanMove/UIAITransformProvider_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation.Provider/IToggleProvider/Toggle/UIAIToggleProvider_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation.Provider/ISelectionItemProvider/AddToSelection/ElementProvider.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation.Provider/IRangeValueProvider/IsReadOnly/UIAIRangeValueProvider_snip.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Automation.Peers/IViewAutomationPeer/Overview/ListViewCustomView.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Annotations/AnnotationService/Overview/DocViewerAnnotationsXml.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Annotations/AnnotationHelper/GetAnchorInfo/FlowDocumentAnnotatedViewer.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Annotations/AnnotationDocumentPaginator/Overview/DocViewerAnnotationsXps.csproj | TargetFramework -> net10.0-windows |
| snippets/csharp/System.Windows.Annotations.Storage/AnnotationStore/DeleteAnnotation/DocumentSerialize.csproj | TargetFramework -> net10.0-windows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #12513.