Skip to content

Migrate ms.service from docfx to winforms/wpf files #2066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions dotnet-desktop-guide/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,6 @@
"xaml-services/**/*.md": "wpf"
},
"ms.service": {
"framework/winforms/**/**.md": "dotnet-framework",
"framework/winforms/**/**.yml": "dotnet-framework",
"framework/wpf/**/**.md": "dotnet-framework",
"framework/wpf/**/**.yml": "dotnet-framework",
"net/winforms/**/**.md": "dotnet-desktop",
"net/winforms/**/**.yml": "dotnet-desktop",
"net/wpf/**/**.md": "dotnet-desktop",
"net/wpf/**/**.yml": "dotnet-desktop",
"xaml-services/**/*.md": "dotnet-desktop",
"xaml-services/**/*.yml": "dotnet-desktop"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Additional Security Considerations"
description: Learn about the additional security measures that the .NET Framework offers in Windows Forms to restrict access to critical local resources.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "Windows Forms, secure calls to Windows API"
- "security [Windows Forms]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Adjust the size and scale"
description: Learn how to adjust the size and scale of Windows Forms by reading the links provided in this topic.
ms.date: "04/07/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "Windows Forms, changing size"
- "Windows Forms, adjusting size"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "About GDI+ Managed Code"
description: Learn about GDI+ managed code, which provides two-dimensional vector graphics, imaging, and typography.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "GDI+, about GDI+"
- "GDI+"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Alpha Blending Lines and Fills"
description: Learn about how to use alpha blending to blend source and background color data associated with lines and fills in GDI+.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "lines [Windows Forms], adding transparency"
- "examples [Windows Forms], alpha blending"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Antialiasing with Lines and Curves"
description: Learn how to apply antialiasing to a line and curve in GDI+ for Windows Forms.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Application Settings Architecture"
description: Learn about the Application Settings architecture and the architecture's advanced features, such as grouped settings and settings keys.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Application Settings Attributes"
description: Learn how the Application Settings architecture provides many attributes that can be applied to the applications settings wrapper class or its properties.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "application settings [Windows Forms], attributes"
- "attributes [Windows Forms], application settings"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Application Settings for Custom Controls"
description: Learn how to use the Application Settings feature to make custom controls' settings persist properly.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "custom controls [Windows Forms], application settings"
- "application settings [Windows Forms], custom controls"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Application Settings"
description: Learn about the Applications Settings feature of Windows Forms, which makes it easy to create, store, and maintain custom application and user preferences.
ms.date: "04/07/2017"
ms.service: dotnet-framework
f1_keywords:
- "ClientApplicationSettings"
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Application Settings Overview"
description: Learn about the Application Settings feature of Windows Forms, for example how to create and store settings data on behalf of your application and your users.
ms.date: "03/30/2017"
ms.service: dotnet-framework
ms.topic: overview
f1_keywords:
- "ApplicationsSettingsOverview"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Bézier Splines in GDI+"
description: Learn about Bézier splines, which are curves specified by two end points and two control points, in GDI+.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Bi-Directional Support
description: Learn how to use Visual Studio to create Windows Forms-based applications that support bi-directional languages.
ms.date: "09/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "globalization [Windows Forms], bi-directional support in Windows"
- "Windows Forms, international"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Brushes and Filled Shapes in GDI+"
description: Learn how GDI+ provides several brush classes for filling in the interiors of closed shapes, such as a rectangle or an ellipse.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Cardinal Splines in GDI+"
description: Learn about cardinal splines, which are sequences of individual curves joined to form a larger curve, in GDI+.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "How to: Support COM Interop by Displaying a Windows Form with the ShowDialog Method"
description: Learn how to support Common Object Model (COM) interoperability by displaying a Windows Form on a .NET Framework message loop with the ShowDialog method.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "COM [Windows Forms]"
- "Windows Forms, unmanaged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Constructing and Drawing Curves"
description: Learn how GDI+ supports constructing and drawing ellipses, arcs, cardinal splines, and Bézier splines.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "drawing [Windows Forms], curves"
- "examples [Windows Forms], drawing curves"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Constructing and Drawing Paths"
description: Learn how to construct and draw paths, which are sequences of graphics primitives that can be manipulated and drawn as a single unit.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "paths [Windows Forms], drawing"
- "drawing paths [Windows Forms]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Control Help Using ToolTips"
description: Learn how to use the ToolTip component to display a brief, specialized Help message for individual controls on Windows Forms.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "Help [Windows Forms], tooltips for controls"
- "controls [Windows Forms], tooltips"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Coordinate Systems and Transformations"
description: Learn how GDI+ provides world transformation and page transformation to transform the items that are drawn.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "transformations"
- "graphics [Windows Forms], transformations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Cropping and Scaling Images in GDI+"
description: Learn how to use the DrawImage method of the System.Drawing.Graphics class to draw and position vector images and raster images.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Display of Asian Characters with the ImeMode Property"
description: Learn how the Control's ImeMode property is used by forms and controls to force a mode for an IME used for writing Asian language scripts.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "Asian languages [Windows Forms], displaying with ImeMode"
- "Chinese characters [Windows Forms], displaying with ImeMode"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Double Buffered Graphics"
description: Learn how to use double buffered graphics in Windows Forms to reduce flickering in programming graphics.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "double buffering"
- "graphics [Windows Forms], double-buffered"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Drag-and-Drop Operations and Clipboard Support"
description: Learn how to enable user-drag-and-drop operations within Windows-based applications by handling a series of events.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "drag and drop [Windows Forms]"
- "drag and drop [Windows Forms], Windows Forms"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Draw, position, and clone Images in GDI+"
description: Learn how to draw, position, and clone images in GDI+ using classes to load and display raster and vector images.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Effects of Modifying a Base Form's Appearance"
description: Learn how modifying a base form's appearance in a project can effect other forms within the project that inherit from the base form.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "parent forms [Windows Forms]"
- "inherited forms [Windows Forms], modifications to base form"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Ellipses and Arcs in GDI+"
description: Learn how to draw ellipses and arcs using the DrawEllipse and DrawArc methods in GDI+ with Windows Forms.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Getting Started with Graphics Programming"
description: Get started using GDI+ in a Windows Forms application. Learn how to complete several GDI+ tasks, such as drawing and filling shapes and text.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "graphics [Windows Forms], getting started"
- "getting started [Windows Forms], graphics programming"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Global and Local Transformations"
description: Learn how global transformations apply to every item drawn by a Graphics object and local transformations apply to a specific item.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Globalize apps
description: This topic presents a list of topics related to globalizing Windows Forms applications.
ms.date: "06/08/2018"
ms.service: dotnet-framework
helpviewer_keywords:
- "Windows Forms, globalization"
- "localization [Windows Forms]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Graphics and Drawing"
description: Learn about the Graphics, Pen, Brush, and Color objects, and how to perform such tasks as drawing shapes, drawing text, or displaying images in Windows Forms.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "graphics [Windows Forms]"
- "graphics [Windows Forms], using in Windows Forms"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Graphics Overview"
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "Windows Forms, graphics"
- "Windows Forms, GDI+"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Graphics Paths in GDI+"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Help Systems
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "Help [Windows Forms], adding to Windows applications"
- "Windows applications [Windows Forms], providing Help systems"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Add Data to the Clipboard"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "How To: Add Multiple Sets of Settings To Your Application in C#"
description: Learn how to add multiple sets of Windows Forms settings to your application in C# by using Visual Studio.
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "application settings [Windows Forms], multiple sets"
- "application settings [Windows Forms], C#"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Align Drawn Text"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Apply Gamma Correction to a Gradient"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Arrange MDI Child Forms"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Capture User Input from a PrintDialog at Run Time"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How To: Change the Value of a Setting Between Application Sessions"
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "application settings [Windows Forms], changing"
- "application settings [Windows Forms], between application sessions"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How To: Change the Value of an Existing Setting at Design Time"
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "application settings [Windows Forms], design time"
- "application settings [Windows Forms], changing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Choose the Printers Attached to a User's Computer"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Complete Print Jobs
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Construct Font Families and Fonts"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Convert a BMP image to a PNG image"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Copy and Paste an ElementHost Control at Design Time"
ms.date: "03/30/2017"
ms.service: dotnet-framework
helpviewer_keywords:
- "Windows Forms, content copying and pasting"
- "interoperability [WPF]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to: Copy Pixels for Reducing Flicker"
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "How to: Create a Bitmap at Run Time"
description: Learn how to create a bitmap object and display it in an existing Windows Forms PictureBox control.
ms.date: "03/30/2017"
ms.service: dotnet-framework
dev_langs:
- "csharp"
- "vb"
Expand Down
Loading