diff --git a/dotnet-desktop-guide/docfx.json b/dotnet-desktop-guide/docfx.json index 5135e80e8f..c1a54a41b7 100644 --- a/dotnet-desktop-guide/docfx.json +++ b/dotnet-desktop-guide/docfx.json @@ -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" }, diff --git a/dotnet-desktop-guide/framework/winforms/additional-security-considerations-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/additional-security-considerations-in-windows-forms.md index c1c5110635..07019ec9e4 100644 --- a/dotnet-desktop-guide/framework/winforms/additional-security-considerations-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/additional-security-considerations-in-windows-forms.md @@ -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]" diff --git a/dotnet-desktop-guide/framework/winforms/adjusting-the-size-and-scale-of-windows-forms.md b/dotnet-desktop-guide/framework/winforms/adjusting-the-size-and-scale-of-windows-forms.md index 0c62a0fc58..8d14e86d7d 100644 --- a/dotnet-desktop-guide/framework/winforms/adjusting-the-size-and-scale-of-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/adjusting-the-size-and-scale-of-windows-forms.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/about-gdi-managed-code.md b/dotnet-desktop-guide/framework/winforms/advanced/about-gdi-managed-code.md index 2309e9402c..66f1703c0e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/about-gdi-managed-code.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/about-gdi-managed-code.md @@ -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+" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/alpha-blending-lines-and-fills.md b/dotnet-desktop-guide/framework/winforms/advanced/alpha-blending-lines-and-fills.md index 915c7bf3f6..695a971c1f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/alpha-blending-lines-and-fills.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/alpha-blending-lines-and-fills.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/antialiasing-with-lines-and-curves.md b/dotnet-desktop-guide/framework/winforms/advanced/antialiasing-with-lines-and-curves.md index 7b870c1a60..7df8ee4513 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/antialiasing-with-lines-and-curves.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/antialiasing-with-lines-and-curves.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-architecture.md b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-architecture.md index b7b8a041ba..c227f32494 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-architecture.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-architecture.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-attributes.md b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-attributes.md index 150d316dab..38711bd360 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-attributes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-attributes.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-custom-controls.md b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-custom-controls.md index 1e5a5c8122..0059e274c6 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-custom-controls.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-custom-controls.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-windows-forms.md index 3bdd53c185..20c2f1b143 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-for-windows-forms.md @@ -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: diff --git a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-overview.md b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-overview.md index 8cda09c1cc..66a5d59c9f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/application-settings-overview.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/application-settings-overview.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/bezier-splines-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/bezier-splines-in-gdi.md index d347b1b3ab..deb5e26c05 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/bezier-splines-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/bezier-splines-in-gdi.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/bi-directional-support-for-windows-forms-applications.md b/dotnet-desktop-guide/framework/winforms/advanced/bi-directional-support-for-windows-forms-applications.md index ad4a8f262d..bacb468b8f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/bi-directional-support-for-windows-forms-applications.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/bi-directional-support-for-windows-forms-applications.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/brushes-and-filled-shapes-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/brushes-and-filled-shapes-in-gdi.md index cc524a39bc..54fb45f866 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/brushes-and-filled-shapes-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/brushes-and-filled-shapes-in-gdi.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/cardinal-splines-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/cardinal-splines-in-gdi.md index c537985bd2..33d04fcc17 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/cardinal-splines-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/cardinal-splines-in-gdi.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/com-interop-by-displaying-a-windows-form-shadow.md b/dotnet-desktop-guide/framework/winforms/advanced/com-interop-by-displaying-a-windows-form-shadow.md index 0491da8258..62d98223f8 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/com-interop-by-displaying-a-windows-form-shadow.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/com-interop-by-displaying-a-windows-form-shadow.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-curves.md b/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-curves.md index 2766fe93ed..f40deff36c 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-curves.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-curves.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-paths.md b/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-paths.md index 05d8d22433..c79283a798 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-paths.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/constructing-and-drawing-paths.md @@ -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]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/control-help-using-tooltips.md b/dotnet-desktop-guide/framework/winforms/advanced/control-help-using-tooltips.md index 2bf579ac24..04ecbf7083 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/control-help-using-tooltips.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/control-help-using-tooltips.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/coordinate-systems-and-transformations.md b/dotnet-desktop-guide/framework/winforms/advanced/coordinate-systems-and-transformations.md index 3c72b86b42..bda21031db 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/coordinate-systems-and-transformations.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/coordinate-systems-and-transformations.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/cropping-and-scaling-images-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/cropping-and-scaling-images-in-gdi.md index da9102a38b..f2c22df38c 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/cropping-and-scaling-images-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/cropping-and-scaling-images-in-gdi.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/display-of-asian-characters-with-the-imemode-property.md b/dotnet-desktop-guide/framework/winforms/advanced/display-of-asian-characters-with-the-imemode-property.md index 55f42ed5d4..ccaa821cbd 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/display-of-asian-characters-with-the-imemode-property.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/display-of-asian-characters-with-the-imemode-property.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/double-buffered-graphics.md b/dotnet-desktop-guide/framework/winforms/advanced/double-buffered-graphics.md index d44b2804d6..83cb2dce7f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/double-buffered-graphics.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/double-buffered-graphics.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/drag-and-drop-operations-and-clipboard-support.md b/dotnet-desktop-guide/framework/winforms/advanced/drag-and-drop-operations-and-clipboard-support.md index 8ea25cbcde..71a616f076 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/drag-and-drop-operations-and-clipboard-support.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/drag-and-drop-operations-and-clipboard-support.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/drawing-positioning-and-cloning-images-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/drawing-positioning-and-cloning-images-in-gdi.md index ce48190fc7..fc7a3a61bc 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/drawing-positioning-and-cloning-images-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/drawing-positioning-and-cloning-images-in-gdi.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/effects-of-modifying-base-form-appearance.md b/dotnet-desktop-guide/framework/winforms/advanced/effects-of-modifying-base-form-appearance.md index a1077b9b5c..2121230d5f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/effects-of-modifying-base-form-appearance.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/effects-of-modifying-base-form-appearance.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/ellipses-and-arcs-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/ellipses-and-arcs-in-gdi.md index 3d1288d87e..503e63bbbd 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/ellipses-and-arcs-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/ellipses-and-arcs-in-gdi.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/getting-started-with-graphics-programming.md b/dotnet-desktop-guide/framework/winforms/advanced/getting-started-with-graphics-programming.md index 5def67c70a..0653e5eeb2 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/getting-started-with-graphics-programming.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/getting-started-with-graphics-programming.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/global-and-local-transformations.md b/dotnet-desktop-guide/framework/winforms/advanced/global-and-local-transformations.md index 821cfe0bfe..118c9b439f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/global-and-local-transformations.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/global-and-local-transformations.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/globalizing-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/globalizing-windows-forms.md index 5c005eb940..e4f4cb630e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/globalizing-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/globalizing-windows-forms.md @@ -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]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/graphics-and-drawing-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/graphics-and-drawing-in-windows-forms.md index 481e13f53b..03a3cd6f8e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/graphics-and-drawing-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/graphics-and-drawing-in-windows-forms.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/graphics-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/graphics-overview-windows-forms.md index a8c4f8a832..0492b2fde3 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/graphics-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/graphics-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "Graphics Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, graphics" - "Windows Forms, GDI+" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/graphics-paths-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/graphics-paths-in-gdi.md index f7bc32cc00..abd744c06a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/graphics-paths-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/graphics-paths-in-gdi.md @@ -1,6 +1,7 @@ --- title: "Graphics Paths in GDI+" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/help-systems-in-windows-forms-applications.md b/dotnet-desktop-guide/framework/winforms/advanced/help-systems-in-windows-forms-applications.md index 15f3ed12b2..80cd1bc90e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/help-systems-in-windows-forms-applications.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/help-systems-in-windows-forms-applications.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-data-to-the-clipboard.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-data-to-the-clipboard.md index d05e426bd5..65cb5c2468 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-data-to-the-clipboard.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-data-to-the-clipboard.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-multiple-sets-of-settings-to-your-application-in-csharp.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-multiple-sets-of-settings-to-your-application-in-csharp.md index 8ebc9ccec4..93a856adcc 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-multiple-sets-of-settings-to-your-application-in-csharp.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-add-multiple-sets-of-settings-to-your-application-in-csharp.md @@ -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#" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-align-drawn-text.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-align-drawn-text.md index dfafe1a082..a220c50ac9 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-align-drawn-text.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-align-drawn-text.md @@ -1,6 +1,7 @@ --- title: "How to: Align Drawn Text" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-apply-gamma-correction-to-a-gradient.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-apply-gamma-correction-to-a-gradient.md index 0aae1200f8..62ade8f086 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-apply-gamma-correction-to-a-gradient.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-apply-gamma-correction-to-a-gradient.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-arrange-mdi-child-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-arrange-mdi-child-forms.md index 127022cf5b..db8f81132e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-arrange-mdi-child-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-arrange-mdi-child-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Arrange MDI Child Forms" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-capture-user-input-from-a-printdialog-at-run-time.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-capture-user-input-from-a-printdialog-at-run-time.md index 2ff4942d28..7214f8a035 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-capture-user-input-from-a-printdialog-at-run-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-capture-user-input-from-a-printdialog-at-run-time.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-a-setting-between-application-sessions.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-a-setting-between-application-sessions.md index d2af7774ea..b8014cfb7a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-a-setting-between-application-sessions.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-a-setting-between-application-sessions.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-an-existing-setting-at-design-time.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-an-existing-setting-at-design-time.md index a723050b10..81963a2d7e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-an-existing-setting-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-an-existing-setting-at-design-time.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-choose-the-printers-attached-to-user-computer-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-choose-the-printers-attached-to-user-computer-in-windows-forms.md index d1849636c6..4b63daab9a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-choose-the-printers-attached-to-user-computer-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-choose-the-printers-attached-to-user-computer-in-windows-forms.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-complete-windows-forms-print-jobs.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-complete-windows-forms-print-jobs.md index 4fb4d0a960..321436e10e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-complete-windows-forms-print-jobs.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-complete-windows-forms-print-jobs.md @@ -1,6 +1,7 @@ --- title: Complete Print Jobs ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-construct-font-families-and-fonts.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-construct-font-families-and-fonts.md index be0cfe3a95..d1fe1b928e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-construct-font-families-and-fonts.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-construct-font-families-and-fonts.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-convert-a-bmp-image-to-a-png-image.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-convert-a-bmp-image-to-a-png-image.md index b81d43d93a..65aee1a55b 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-convert-a-bmp-image-to-a-png-image.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-convert-a-bmp-image-to-a-png-image.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-and-paste-an-elementhost-control-at-design-time.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-and-paste-an-elementhost-control-at-design-time.md index a21f035919..63d8257e25 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-and-paste-an-elementhost-control-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-and-paste-an-elementhost-control-at-design-time.md @@ -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]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-pixels-for-reducing-flicker-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-pixels-for-reducing-flicker-in-windows-forms.md index 4134dc1686..a2c990f5e6 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-pixels-for-reducing-flicker-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-copy-pixels-for-reducing-flicker-in-windows-forms.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-bitmap-at-run-time.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-bitmap-at-run-time.md index bc87757ff7..dcdaf3eff2 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-bitmap-at-run-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-bitmap-at-run-time.md @@ -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" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-linear-gradient.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-linear-gradient.md index 9afeaca23e..2724889834 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-linear-gradient.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-linear-gradient.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Linear Gradient" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-new-setting-at-design-time.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-new-setting-at-design-time.md index 81f0d568bd..00bcd77eaa 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-new-setting-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-new-setting-at-design-time.md @@ -2,6 +2,7 @@ title: "How To: Create a New Setting at Design Time" description: Learn how to create a new Windows Forms setting at design time by using the Settings designer in Visual Studio. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application settings [Windows Forms], design time" - "application settings [Windows Forms], creating" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-path-gradient.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-path-gradient.md index 6ccfb6099f..6a8cc034a4 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-path-gradient.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-path-gradient.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Path Gradient" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-pen.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-pen.md index 87ccc4550f..40c8430b05 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-pen.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-pen.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Pen" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-private-font-collection.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-private-font-collection.md index 6bf06319da..1933d0117a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-private-font-collection.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-private-font-collection.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Private Font Collection" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-shaped-windows-form.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-shaped-windows-form.md index 57d2ccf4fa..8982bccc94 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-shaped-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-shaped-windows-form.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Shaped Windows Form" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-solid-brush.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-solid-brush.md index 0d47e78f9e..ea7c1e8ada 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-solid-brush.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-a-solid-brush.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Solid Brush" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-application-settings.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-application-settings.md index 542b6350dd..21cff6186a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-application-settings.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-application-settings.md @@ -1,6 +1,7 @@ --- title: "How to: Create Application Settings" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-figures-from-lines-curves-and-shapes.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-figures-from-lines-curves-and-shapes.md index 08db3aca03..9d1abb8061 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-figures-from-lines-curves-and-shapes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-figures-from-lines-curves-and-shapes.md @@ -1,6 +1,7 @@ --- title: "How to: Create Figures from Lines, Curves, and Shapes" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-graphics-objects-for-drawing.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-graphics-objects-for-drawing.md index 678c74300d..19ea52cf97 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-graphics-objects-for-drawing.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-graphics-objects-for-drawing.md @@ -2,6 +2,7 @@ title: "How to: Create Graphics Objects for Drawing" description: Learn now to create a Graphic object that you need to draw lines and shapes, render text, or display and manipulate images with GDI+. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-child-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-child-forms.md index 959174dd07..1980b5307d 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-child-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-child-forms.md @@ -2,6 +2,7 @@ title: "How to: Create MDI Child Forms" description: Learn how to use Visual Studio to create a Multiple-Document Interface (MDI) child form that displays a RichTextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-parent-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-parent-forms.md index c8f85c6a6b..d110451b12 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-parent-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-mdi-parent-forms.md @@ -2,6 +2,7 @@ title: "How to: Create MDI Parent Forms" description: Learn how to create an MDI parent form programmatically and by using the Windows Forms Designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parent forms" - "MDI [Windows Forms], creating forms" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-standard-windows-forms-print-jobs.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-standard-windows-forms-print-jobs.md index 3e4942d1e6..85d81e1315 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-standard-windows-forms-print-jobs.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-standard-windows-forms-print-jobs.md @@ -1,6 +1,7 @@ --- title: Create Standard Print Jobs ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-thumbnail-images.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-thumbnail-images.md index 33ddec6b3a..21f246d57a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-thumbnail-images.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-thumbnail-images.md @@ -1,6 +1,7 @@ --- title: "How to: Create Thumbnail Images" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-vertical-text.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-vertical-text.md index 97d1f2213d..59f7979234 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-vertical-text.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-create-vertical-text.md @@ -1,6 +1,7 @@ --- title: "How to: Create Vertical Text" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-crop-and-scale-images.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-crop-and-scale-images.md index 5f49cc139d..372c5f6748 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-crop-and-scale-images.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-crop-and-scale-images.md @@ -1,6 +1,7 @@ --- title: "How to: Crop and Scale Images" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-active-mdi-child.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-active-mdi-child.md index f53db25060..b59c557c94 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-active-mdi-child.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-active-mdi-child.md @@ -1,6 +1,7 @@ --- title: "How to: Determine the Active MDI Child" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-parameters-supported-by-an-encoder.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-parameters-supported-by-an-encoder.md index e512bbc65e..9e9d4d5e1f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-parameters-supported-by-an-encoder.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-determine-the-parameters-supported-by-an-encoder.md @@ -1,6 +1,7 @@ --- title: "How to: Determine the Parameters Supported by an Encoder" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-display-pop-up-help.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-display-pop-up-help.md index 35443f9e84..6ad3627eac 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-display-pop-up-help.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-display-pop-up-help.md @@ -1,6 +1,7 @@ --- title: "How to: Display Pop-up Help" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "pop-up Help" - "Help [Windows Forms], pop-up Help" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-custom-dashed-line.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-custom-dashed-line.md index 9e0fc4f3f3..389f6021ee 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-custom-dashed-line.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-custom-dashed-line.md @@ -1,6 +1,7 @@ --- title: "How to: Draw a Custom Dashed Line" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-ellipse-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-ellipse-on-a-windows-form.md index 3065c287bb..155abe32fc 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-ellipse-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-ellipse-on-a-windows-form.md @@ -1,6 +1,7 @@ --- title: "How to: Draw a Filled Ellipse on a Windows Form" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-rectangle-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-rectangle-on-a-windows-form.md index 4bc8eb33b8..175fce41f4 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-rectangle-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-filled-rectangle-on-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Draw a Filled Rectangle on a Windows Form" description: Learn how to programmatically draw a filled rectangle on a Windows Form. Also learn about compiling your code. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-filled-with-a-texture.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-filled-with-a-texture.md index 3a72a740c3..7db4884ab2 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-filled-with-a-texture.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-filled-with-a-texture.md @@ -1,6 +1,7 @@ --- title: "How to: Draw a Line Filled with a Texture" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-on-a-windows-form.md index 6ad1855090..b6cb03b244 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-on-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Draw a Line on a Windows Form" description: Learn how to draws a line on a form by handling the Paint event, and then perform the drawing using the Graphics property of the PaintEventArgs. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-with-line-caps.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-with-line-caps.md index 9a561bca0d..0a704a652a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-with-line-caps.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-line-with-line-caps.md @@ -1,6 +1,7 @@ --- title: "How to: Draw a Line with Line Caps" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-sequence-of-bezier-splines.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-sequence-of-bezier-splines.md index f5537be88a..04cb0c3e6d 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-sequence-of-bezier-splines.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-sequence-of-bezier-splines.md @@ -1,6 +1,7 @@ --- title: "How to: Draw a Sequence of Bézier Splines" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-single-bezier-spline.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-single-bezier-spline.md index 5c29ee4cf5..37fb9b5ebf 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-single-bezier-spline.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-a-single-bezier-spline.md @@ -1,6 +1,7 @@ --- title: "How to: Draw a Single Bézier Spline" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-existing-bitmap-to-the-screen.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-existing-bitmap-to-the-screen.md index 5d45736678..18af0202d0 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-existing-bitmap-to-the-screen.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-existing-bitmap-to-the-screen.md @@ -1,6 +1,7 @@ --- title: "How to: Draw an Existing Bitmap to the Screen" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-outlined-shape.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-outlined-shape.md index 6176fd1c26..19a09ca040 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-outlined-shape.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-an-outlined-shape.md @@ -1,6 +1,7 @@ --- title: "How to: Draw an Outlined Shape" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-cardinal-splines.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-cardinal-splines.md index d362321bae..114e969517 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-cardinal-splines.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-cardinal-splines.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Cardinal Splines" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-opaque-and-semitransparent-lines.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-opaque-and-semitransparent-lines.md index 1f18842470..960927e46e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-opaque-and-semitransparent-lines.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-opaque-and-semitransparent-lines.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Opaque and Semitransparent Lines" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-at-a-specified-location.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-at-a-specified-location.md index 159f898f9c..ecaec72977 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-at-a-specified-location.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-at-a-specified-location.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Text at a Specified Location" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-on-a-windows-form.md index 39bb0e44af..df4d401fbb 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-on-a-windows-form.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Text on a Windows Form" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-with-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-with-gdi.md index 6c27223166..3f618fa321 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-with-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-text-with-gdi.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Text with GDI" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-vertical-text-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-vertical-text-on-a-windows-form.md index 56b7555c42..67a3a4241e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-vertical-text-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-vertical-text-on-a-windows-form.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Vertical Text on a Windows Form" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-with-opaque-and-semitransparent-brushes.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-with-opaque-and-semitransparent-brushes.md index 1cefb314bb..bc15298cb2 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-with-opaque-and-semitransparent-brushes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-with-opaque-and-semitransparent-brushes.md @@ -1,6 +1,7 @@ --- title: "How to: Draw with Opaque and Semitransparent Brushes" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-wrapped-text-in-a-rectangle.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-wrapped-text-in-a-rectangle.md index 8370f2276d..5ebc7a0f4f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-wrapped-text-in-a-rectangle.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-draw-wrapped-text-in-a-rectangle.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Wrapped Text in a Rectangle" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-enumerate-installed-fonts.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-enumerate-installed-fonts.md index c79b2cf3f6..f31cd99a94 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-enumerate-installed-fonts.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-enumerate-installed-fonts.md @@ -1,6 +1,7 @@ --- title: "How to: Enumerate Installed Fonts" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-extract-the-icon-associated-with-a-file-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-extract-the-icon-associated-with-a-file-in-windows-forms.md index 350157dc25..433abd16ce 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-extract-the-icon-associated-with-a-file-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-extract-the-icon-associated-with-a-file-in-windows-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Extract the Icon Associated with a File" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-hatch-pattern.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-hatch-pattern.md index ad8d3eadc3..0b85259fb6 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-hatch-pattern.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-hatch-pattern.md @@ -1,6 +1,7 @@ --- title: "How to: Fill a Shape with a Hatch Pattern" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-solid-color.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-solid-color.md index b81be4de97..f3de418f1a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-solid-color.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-a-solid-color.md @@ -1,6 +1,7 @@ --- title: "How to: Fill a Shape with a Solid Color" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-an-image-texture.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-an-image-texture.md index accf3b8722..2e97f3957d 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-an-image-texture.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-a-shape-with-an-image-texture.md @@ -1,6 +1,7 @@ --- title: "How to: Fill a Shape with an Image Texture" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-open-figures.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-open-figures.md index a73ffa45af..c5e430e480 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-open-figures.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-fill-open-figures.md @@ -1,6 +1,7 @@ --- title: "How to: Fill Open Figures" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-flatten-a-curved-path-into-a-line.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-flatten-a-curved-path-into-a-line.md index fa5e96d993..1b003e576a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-flatten-a-curved-path-into-a-line.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-flatten-a-curved-path-into-a-line.md @@ -1,6 +1,7 @@ --- title: "How to: Flatten a Curved Path into a Line" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [Windows Forms], flattening curves into lines" - "curves [Windows Forms], flattening" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-improve-performance-by-avoiding-automatic-scaling.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-improve-performance-by-avoiding-automatic-scaling.md index 5caa0592af..71dc08b3d5 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-improve-performance-by-avoiding-automatic-scaling.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-improve-performance-by-avoiding-automatic-scaling.md @@ -1,6 +1,7 @@ --- title: "How to: Improve Performance by Avoiding Automatic Scaling" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md index b0a517ead6..698de2eb96 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-forms-using-the-inheritance-picker-dialog-box.md @@ -1,6 +1,7 @@ --- title: "How to: Inherit Forms Using the Inheritance Picker Dialog Box" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "inheritance [Windows Forms], forms" - "Inheritance Picker dialog box" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-windows-forms.md index d46a81531f..3a6c56fba4 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-inherit-windows-forms.md @@ -1,6 +1,7 @@ --- title: Form inheritance ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-join-lines.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-join-lines.md index 74b3d662b8..d3994a55e7 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-join-lines.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-join-lines.md @@ -1,6 +1,7 @@ --- title: "How to: Join Lines" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-decoders.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-decoders.md index d2c6dc8494..3ebbcb20d6 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-decoders.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-decoders.md @@ -1,6 +1,7 @@ --- title: "How to: List Installed Decoders" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-encoders.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-encoders.md index ebdd62814a..5e7d220c3d 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-encoders.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-list-installed-encoders.md @@ -1,6 +1,7 @@ --- title: "How to: List Installed Encoders" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-load-and-display-metafiles.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-load-and-display-metafiles.md index d1a023d023..c411f3b4df 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-load-and-display-metafiles.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-load-and-display-metafiles.md @@ -2,6 +2,7 @@ title: "How to: Load and Display Metafiles" description: Learn how to load and display metafiles using the System.Drawing.Imaging.Metafile class's methods for recording, displaying, and examining vector images. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-manage-buffered-graphics.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-manage-buffered-graphics.md index 1a0ef20664..7deb19574a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-manage-buffered-graphics.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-manage-buffered-graphics.md @@ -2,6 +2,7 @@ title: "How to: Manually Manage Buffered Graphics" description: Learn how to use the .NET Framework classes, such as System.Drawing.BufferedGraphicsContext, to manually manage double-buffering logic for advanced scenarios. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-render-buffered-graphics.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-render-buffered-graphics.md index 9945840130..a95545e4e2 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-render-buffered-graphics.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-manually-render-buffered-graphics.md @@ -2,6 +2,7 @@ title: "How to: Manually Render Buffered Graphics" description: Learn how to manually render buffered graphics using instances of the System.Drawing.BufferedGraphics class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-obtain-font-metrics.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-obtain-font-metrics.md index 8c5dfa8008..2e22e80829 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-obtain-font-metrics.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-obtain-font-metrics.md @@ -2,6 +2,7 @@ title: "How to: Obtain Font Metrics" description: Learn how the System.Drawing.FontFamily class provides methods that retrieve various metrics for a particular font family/style combination. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-perform-drag-and-drop-operations-between-applications.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-perform-drag-and-drop-operations-between-applications.md index cd88d0ec05..1ed3f72610 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-perform-drag-and-drop-operations-between-applications.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-perform-drag-and-drop-operations-between-applications.md @@ -2,6 +2,7 @@ title: "How to: Perform Drag-and-Drop Operations Between Applications" description: Learn how to perform drag-and-drop operations between applications by using an established "contract" between two properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drag and drop [Windows Forms], between applications" ms.assetid: fa347436-2b12-4dd6-8507-59d7241f6a06 diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-multi-page-text-file-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-multi-page-text-file-in-windows-forms.md index 175f941cb2..c1e1db2fce 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-multi-page-text-file-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-multi-page-text-file-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Print a Multi-Page Text File" description: Learn how to print a multi-page text file in Windows Forms using the methods in the System.Drawing.Graphics class to draw objects to a device. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-windows-form.md index dfde8a6480..fd7665bba5 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Print a Windows Form" description: Learn how to programmatically print a copy of the current Windows Form by using the CopyFromScreen method. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-graphics-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-graphics-in-windows-forms.md index b5043d2cd9..5d9b9fff4d 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-graphics-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-graphics-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Print Graphics" description: Learn how to print graphics in Windows Forms using the methods in the System.Drawing.Graphics class to draw objects to a device. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-in-windows-forms-using-print-preview.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-in-windows-forms-using-print-preview.md index c6d9111cde..2505e8dcb0 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-in-windows-forms-using-print-preview.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-print-in-windows-forms-using-print-preview.md @@ -2,6 +2,7 @@ title: Print Using Print Preview description: Learn how to add print preview services to your application by using the Windows Forms PrintPreviewDialog control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-provide-help-in-a-windows-application.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-provide-help-in-a-windows-application.md index 35137592db..ece0f27e68 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-provide-help-in-a-windows-application.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-provide-help-in-a-windows-application.md @@ -2,6 +2,7 @@ title: "How to: Provide Help in a Windows Application" description: Learn how to use the System.Windows.Forms.HelpProvider component to attach Help topics within a Help file to specific controls on Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Help [Windows Forms], Windows applications" - "HTML Help [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-image-metadata.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-image-metadata.md index 8f1c977ed3..4cc040288d 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-image-metadata.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-image-metadata.md @@ -2,6 +2,7 @@ title: "How to: Read Image Metadata" desription: Learn how to read the Windows Forms PropertyItems property of an Image object to retrieve all the metadata from a file. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-settings-at-run-time-with-csharp.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-settings-at-run-time-with-csharp.md index 3ac7360827..ada7642ce2 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-settings-at-run-time-with-csharp.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-read-settings-at-run-time-with-csharp.md @@ -2,6 +2,7 @@ title: "How To: Read Settings at Run Time With C#" description: Learn how to read both Application-scoped and User-scoped settings at run time with C# via the Properties object. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application settings [Windows Forms], reading" - "application settings [Windows Forms], run time" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-reduce-graphics-flicker-with-double-buffering-for-forms-and-controls.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-reduce-graphics-flicker-with-double-buffering-for-forms-and-controls.md index e12abf3424..e83cd01139 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-reduce-graphics-flicker-with-double-buffering-for-forms-and-controls.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-reduce-graphics-flicker-with-double-buffering-for-forms-and-controls.md @@ -2,6 +2,7 @@ title: "How to: Reduce Graphics Flicker with Double Buffering for Forms and Controls" description: Learn how to reduce graphics flicker with double buffering for Windows Forms and use controls to address the flicker problems associated with paint operations. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-render-images-with-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-render-images-with-gdi.md index ffa660ccb4..58911a6aad 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-render-images-with-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-render-images-with-gdi.md @@ -2,6 +2,7 @@ title: "How to: Render Images with GDI+" description: Learn how to use GDI+ to render images that exist as files in applications using objects and the System.Drawing.Graphics.DrawImage method. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-retrieve-data-from-the-clipboard.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-retrieve-data-from-the-clipboard.md index e8549a5bc6..d8b7c062da 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-retrieve-data-from-the-clipboard.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-retrieve-data-from-the-clipboard.md @@ -2,6 +2,7 @@ title: "How to: Retrieve Data from the Clipboard" description: Learn how to use the methods provided by the System.Windows.Forms.Clipboard class to interact with the Windows operating system Clipboard feature. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-colors.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-colors.md index 0b27861f63..debe2229b9 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-colors.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-colors.md @@ -2,6 +2,7 @@ title: "How to: Rotate Colors" description: Learn how to rotate colors in a three-dimensional color space using Windows Forms and System.Windows.Forms.PaintEventArgs. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-reflect-and-skew-images.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-reflect-and-skew-images.md index 3c8acb089a..2277914134 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-reflect-and-skew-images.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-rotate-reflect-and-skew-images.md @@ -2,6 +2,7 @@ title: "How to: Rotate, Reflect, and Skew Images" description: Learn how to rotate, reflect, and skew images by using Windows Forms and System.Windows.Forms.PaintEventArgs. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-send-data-to-the-active-mdi-child.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-send-data-to-the-active-mdi-child.md index 12d5908ded..c7c71563f5 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-send-data-to-the-active-mdi-child.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-send-data-to-the-active-mdi-child.md @@ -2,6 +2,7 @@ title: "How to: Send Data to the Active MDI Child" description: Learn how to send data to the active multiple-document interface (MDI) application child window using the provided code example. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-jpeg-compression-level.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-jpeg-compression-level.md index 795e74abcb..f98f4e8153 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-jpeg-compression-level.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-jpeg-compression-level.md @@ -2,6 +2,7 @@ title: "How to: Set JPEG Compression Level" description: Learn how to adjust the quality of a JPEG image by modifying its compression level on Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-pen-width-and-alignment.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-pen-width-and-alignment.md index 65398977cb..caf421536a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-pen-width-and-alignment.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-pen-width-and-alignment.md @@ -2,6 +2,7 @@ title: "How to: Set Pen Width and Alignment" description: Learn how to set pen width and alignment as arguments to the constructor or with the System.Drawing.Pen.Width and System.Drawing.Pen.Alignment properties. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-tab-stops-in-drawn-text.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-tab-stops-in-drawn-text.md index 751a441cba..aa015966a5 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-tab-stops-in-drawn-text.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-tab-stops-in-drawn-text.md @@ -2,6 +2,7 @@ title: "How to: Set Tab Stops in Drawn Text" description: Learn how to set tab stops for text by calling a method of a System.Drawing.StringFormat object that is passed to a method of the System.Drawing.Graphics class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-the-color-of-a-pen.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-the-color-of-a-pen.md index c8369a8d6a..fed2897348 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-the-color-of-a-pen.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-set-the-color-of-a-pen.md @@ -2,6 +2,7 @@ title: "How to: Set the Color of a Pen" description: Learn how to set the color of a pen using a code example that changes the color of a pre-existing System.Drawing.Pen object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-shear-colors.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-shear-colors.md index 38d94058e5..366c99ad53 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-shear-colors.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-shear-colors.md @@ -2,6 +2,7 @@ title: "How to: Shear Colors" description: Learn how to shear colors using a code example that constructs a System.Drawing.Image object from an image file and then applies the shearing transformation. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-support-com-interop-by-displaying-each-windows-form-on-its-own-thread.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-support-com-interop-by-displaying-each-windows-form-on-its-own-thread.md index 77b6f67d48..701f09a91a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-support-com-interop-by-displaying-each-windows-form-on-its-own-thread.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-support-com-interop-by-displaying-each-windows-form-on-its-own-thread.md @@ -2,6 +2,7 @@ title: "How to: Support COM Interop by Displaying Each Windows Form on Its Own Thread" description: Learn how to resolve COM interoperability problems by displaying a form on a .NET Framework message loop. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "vb" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-tile-a-shape-with-an-image.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-tile-a-shape-with-an-image.md index cc45548a31..2fe5830407 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-tile-a-shape-with-an-image.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-tile-a-shape-with-an-image.md @@ -2,6 +2,7 @@ title: "How to: Tile a Shape with an Image" description: Learn how to tile a shape with an image using a constructed System.Drawing.TextureBrush object's System.Drawing.Image object as an argument. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-translate-image-colors.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-translate-image-colors.md index aa190c54c2..f4628df46b 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-translate-image-colors.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-translate-image-colors.md @@ -2,6 +2,7 @@ title: "How to: Translate Image Colors" description: Learn how to translate image colors using a code example that constructs a System.Drawing.Image object from an image file and adds a value to the red component. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-set-alpha-values-in-images.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-set-alpha-values-in-images.md index 2baefbd4cb..89dd95a70f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-set-alpha-values-in-images.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-set-alpha-values-in-images.md @@ -2,6 +2,7 @@ title: "How to: Use a Color Matrix to Set Alpha Values in Images" description: Learn how to use a color matrix to set alpha values in images using a code example where a System.Drawing.Imaging.ImageAttributes object sets alpha values. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-transform-a-single-color.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-transform-a-single-color.md index 8320e24cab..f481f41040 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-transform-a-single-color.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-matrix-to-transform-a-single-color.md @@ -2,6 +2,7 @@ title: "How to: Use a Color Matrix to Transform a Single Color" description: Learn how to use a color matrix to transform a single color using the System.Drawing.Image and System.Drawing.Bitmap objects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-remap-table.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-remap-table.md index b7edf86907..35eeca54a5 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-remap-table.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-color-remap-table.md @@ -2,6 +2,7 @@ title: "How to: Use a Color Remap Table" description: Learn how to use a color remap table using a code example that creates a System.Drawing.Imaging.ColorMap object and properties that change red pixels to blue. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-lines.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-lines.md index 71dd3b2c63..4e1b0bcab5 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-lines.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-lines.md @@ -2,6 +2,7 @@ title: "How to: Use a Pen to Draw Lines" description: Learn how to use a pen to draw lines by using a a System.Drawing.Graphics object and a System.Drawing.Pen object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-rectangles.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-rectangles.md index 6aaad97d9b..fba8b20f29 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-rectangles.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-a-pen-to-draw-rectangles.md @@ -2,6 +2,7 @@ title: "How to: Use a Pen to Draw Rectangles" description: Learn how to draw rectangles using a System.Drawing.Graphics object and a System.Drawing.Pen object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-antialiasing-with-text.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-antialiasing-with-text.md index 4a7abca302..f1e8b027e7 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-antialiasing-with-text.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-antialiasing-with-text.md @@ -2,6 +2,7 @@ title: "How to: Use Antialiasing with Text" description: Learn how to use antialiasing with text by using the System.Drawing.Graphics.TextRenderingHint property with an enumeration's element. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-clipping-with-a-region.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-clipping-with-a-region.md index 5651194442..5f1f862c2f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-clipping-with-a-region.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-clipping-with-a-region.md @@ -2,6 +2,7 @@ title: "How to: Use Clipping with a Region" description: Learn how to use the clip region property of the System.Drawing.Graphics class by using a code example that constructs a clip region based on a single polygon. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-compositing-mode-to-control-alpha-blending.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-compositing-mode-to-control-alpha-blending.md index 98b8ee01e7..9e5a125b68 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-compositing-mode-to-control-alpha-blending.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-compositing-mode-to-control-alpha-blending.md @@ -2,6 +2,7 @@ title: "How to: Use Compositing Mode to Control Alpha Blending" description: Learn how to use compositing mode to control alpha blending using a System.Drawing.Bitmap object and a System.Drawing.Graphics object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-hit-testing-with-a-region.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-hit-testing-with-a-region.md index f9a9730af0..057a81ab28 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-hit-testing-with-a-region.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-hit-testing-with-a-region.md @@ -2,6 +2,7 @@ title: "How to: Use Hit Testing with a Region" description: Learn how to use hit testing with a region to determine whether the cursor is over a certain subject, such as an icon or a button. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-interpolation-mode-to-control-image-quality-during-scaling.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-interpolation-mode-to-control-image-quality-during-scaling.md index c7579b6ba3..95dc2580d4 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-interpolation-mode-to-control-image-quality-during-scaling.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-interpolation-mode-to-control-image-quality-during-scaling.md @@ -2,6 +2,7 @@ title: "How to: Use Interpolation Mode to Control Image Quality During Scaling" description: Learn how to use the interpolation mode of a System.Drawings.Graphics object to control the way GDI+ scales images. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-the-modifiers-and-generatemember-properties.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-the-modifiers-and-generatemember-properties.md index 7ee2f0489c..34d4bc6fed 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-the-modifiers-and-generatemember-properties.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-use-the-modifiers-and-generatemember-properties.md @@ -2,6 +2,7 @@ title: "How to: Use the Modifiers and GenerateMember Properties" description: Learn how to use the Modifiers and GenerateMember properties to specify if a component is a member of the form. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-validate-application-settings.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-validate-application-settings.md index af379f41a9..95fa17888e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-validate-application-settings.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-validate-application-settings.md @@ -2,6 +2,7 @@ title: "How to: Validate Application Settings" description: Learn how to validate application settings before they are persisted using four events exposed by System.Configuration.ApplicationSettingsBase. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/how-to-write-user-settings-at-run-time-with-csharp.md b/dotnet-desktop-guide/framework/winforms/advanced/how-to-write-user-settings-at-run-time-with-csharp.md index 348f6a464b..e90515982f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/how-to-write-user-settings-at-run-time-with-csharp.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/how-to-write-user-settings-at-run-time-with-csharp.md @@ -2,6 +2,7 @@ title: "How To: Write User Settings at Run Time with C#" description: Learn how to write settings at run time with C# by persisting the changes to the settings between application sessions by calling the Save method. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application settings [Windows Forms], run time" - "application settings [Windows Forms], writing user settings" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/images-bitmaps-and-metafiles.md b/dotnet-desktop-guide/framework/winforms/advanced/images-bitmaps-and-metafiles.md index b722526e78..c3b7af8d7c 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/images-bitmaps-and-metafiles.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/images-bitmaps-and-metafiles.md @@ -2,6 +2,7 @@ title: "Images, Bitmaps, and Metafiles" description: Learn about the Image class, as well as the Bitmap class and the System.Drawing.Imaging.Metafile class, which both inherit from the Image class. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "metafiles [Windows Forms], about metafiles" - "bitmaps [Windows Forms], about bitmaps" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/index.md b/dotnet-desktop-guide/framework/winforms/advanced/index.md index fa26be0eb2..ea52a25f27 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/index.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/index.md @@ -2,6 +2,7 @@ title: Enhance apps description: Learn more about enhancing Windows Form applications to meet specific user needs with a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, enhancing" - "Windows Forms, adding features" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/integrating-user-help-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/integrating-user-help-in-windows-forms.md index be912c7fcd..f94d93034b 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/integrating-user-help-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/integrating-user-help-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Integrating User Help" description: Learn more about integrating Help for user assistance in Windows Forms applications with a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Help [Windows Forms], Windows Forms (using designer)" - "Windows Forms, Help (using designer)" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/international-fonts-in-windows-forms-and-controls.md b/dotnet-desktop-guide/framework/winforms/advanced/international-fonts-in-windows-forms-and-controls.md index 16a7a4b556..22b05ae28f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/international-fonts-in-windows-forms-and-controls.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/international-fonts-in-windows-forms-and-controls.md @@ -2,6 +2,7 @@ title: International fonts in forms and controls description: Learn about using font fallback as the recommended method for selecting international fonts in Windows Forms and controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "fonts [Windows Forms], international" - "international applications [Windows Forms], character display" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/lines-curves-and-shapes.md b/dotnet-desktop-guide/framework/winforms/advanced/lines-curves-and-shapes.md index bac7b4b140..97aa95f61b 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/lines-curves-and-shapes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/lines-curves-and-shapes.md @@ -2,6 +2,7 @@ title: "Lines, Curves, and Shapes" description: Learn more about using the vector graphics portion of GDI+ to draw lines, draw curves, and draw and fill shapes with a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "shapes [Windows Forms], filling" - "splines [Windows Forms], drawing" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/managing-the-state-of-a-graphics-object.md b/dotnet-desktop-guide/framework/winforms/advanced/managing-the-state-of-a-graphics-object.md index c4ee996d99..69f1fee919 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/managing-the-state-of-a-graphics-object.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/managing-the-state-of-a-graphics-object.md @@ -2,6 +2,7 @@ title: "Managing the State of a Graphics Object" description: Learn more about managing the state of a System.Drawing.Graphics object, setting its properties, and calling its methods. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/matrix-representation-of-transformations.md b/dotnet-desktop-guide/framework/winforms/advanced/matrix-representation-of-transformations.md index a8a0f68470..848b6407b7 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/matrix-representation-of-transformations.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/matrix-representation-of-transformations.md @@ -2,6 +2,7 @@ title: "Matrix Representation of Transformations" description: Learn about matrix representation of linear and composite transformations. ms.date: "01/06/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/metafiles-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/metafiles-in-gdi.md index 06fc96147e..aeaddd3bc7 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/metafiles-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/metafiles-in-gdi.md @@ -2,6 +2,7 @@ title: "Metafiles in GDI+" description: Learn how GDI+ provides the System.Drawing.Imaging.Metafile class to record and display metafiles. A metafile is also called a vector image. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/multiple-document-interface-mdi-applications.md b/dotnet-desktop-guide/framework/winforms/advanced/multiple-document-interface-mdi-applications.md index 46e4aefaff..6fafa03f58 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/multiple-document-interface-mdi-applications.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/multiple-document-interface-mdi-applications.md @@ -2,6 +2,7 @@ title: "Multiple-Document Interface (MDI) Applications" description: Learn how Windows Forms multiple-document interface (MDI) applications enable you to display multiple documents at the same time, with each document displayed in its own window. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "forms [Windows Forms], MDI" - "windows [Windows Forms], mDI" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/networking-in-windows-forms-applications.md b/dotnet-desktop-guide/framework/winforms/advanced/networking-in-windows-forms-applications.md index d374d3b2b3..dd6fb2d912 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/networking-in-windows-forms-applications.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/networking-in-windows-forms-applications.md @@ -2,6 +2,7 @@ title: Networking description: Learn about how the .NET Framework provides classes for network functionality that can be built into Windows Forms applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "networking [Windows Forms], Windows Forms" - "Windows Forms, networking" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/open-and-closed-curves-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/open-and-closed-curves-in-gdi.md index 9646dbbe31..4c6a95edcb 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/open-and-closed-curves-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/open-and-closed-curves-in-gdi.md @@ -2,6 +2,7 @@ title: "Open and Closed Curves in GDI+" description: Learn more about how GDI+ can create open and closed curves with the Graphics class and its methods. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/overview-of-graphics.md b/dotnet-desktop-guide/framework/winforms/advanced/overview-of-graphics.md index fc2ef27882..83c4613122 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/overview-of-graphics.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/overview-of-graphics.md @@ -2,6 +2,7 @@ title: "Overview of Graphics" description: Learn how the GDI+ application programming interface (API) forms the subsystem of the Microsoft Windows operating system, which displays information on screens and printers. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "graphics [Windows Forms], using managed interface" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/pens-lines-and-rectangles-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/pens-lines-and-rectangles-in-gdi.md index 436753d53b..a90114cd0a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/pens-lines-and-rectangles-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/pens-lines-and-rectangles-in-gdi.md @@ -2,6 +2,7 @@ title: "Pens, Lines, and Rectangles in GDI+" description: Learn how to draw lines and rectangles and construct a pen by using objects and methods in GDI+ that store attributes, such as line color, width, and style. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/polygons-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/polygons-in-gdi.md index 841a5b6e58..64153d920b 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/polygons-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/polygons-in-gdi.md @@ -2,6 +2,7 @@ title: "Polygons in GDI+" description: Learn about how to draw a polygon in GDI+ using a Graphics object, a Pen object, and an array of objects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/power-management-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/power-management-in-windows-forms.md index 01f05f3e47..d928d4d1af 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/power-management-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/power-management-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Power Management" description: Learn how Windows Forms applications can use power management features in the Windows operating system to monitor a computer's power status and take action. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/properties-on-windows-forms-controls-that-support-accessibility-guidelines.md b/dotnet-desktop-guide/framework/winforms/advanced/properties-on-windows-forms-controls-that-support-accessibility-guidelines.md index e2c2a9f524..054cc24e92 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/properties-on-windows-forms-controls-that-support-accessibility-guidelines.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/properties-on-windows-forms-controls-that-support-accessibility-guidelines.md @@ -2,6 +2,7 @@ title: Accessibility properties on controls description: Learn about properties on Windows Forms controls that support accessibility guidelines, such as exposing the keyboard focus and the screen elements. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, accessibility properties of controls" - "accessibility [Windows Forms], Windows Forms control properties" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/recoloring-images.md b/dotnet-desktop-guide/framework/winforms/advanced/recoloring-images.md index c3fa938c0e..6ef21e5989 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/recoloring-images.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/recoloring-images.md @@ -2,6 +2,7 @@ title: "Recoloring Images" description: Learn more about various ways to recolor images in GDI+ with a selection of topics and tutorials that provide examples. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "images [Windows Forms], recoloring" - "recoloring images" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/regions-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/regions-in-gdi.md index 94e349ef7a..6ce9b3f8b1 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/regions-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/regions-in-gdi.md @@ -2,6 +2,7 @@ title: "Regions in GDI+" description: A region is a portion of the display area of an output device. Learn more about regions in GDI+ and how they are used. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/restricting-the-drawing-surface-in-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/restricting-the-drawing-surface-in-gdi.md index 9a0d9fea71..8ed2590c11 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/restricting-the-drawing-surface-in-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/restricting-the-drawing-surface-in-gdi.md @@ -2,6 +2,7 @@ title: "Restricting the Drawing Surface in GDI+" description: Learn how to restrict the drawing surface in GDI+ using clipping regions in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/structure-of-the-graphics-interface.md b/dotnet-desktop-guide/framework/winforms/advanced/structure-of-the-graphics-interface.md index a3c79feae6..3c87c24752 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/structure-of-the-graphics-interface.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/structure-of-the-graphics-interface.md @@ -2,6 +2,7 @@ title: "Structure of the Graphics Interface" description: Learn about the structure of the Graphics Interface, which includes important classes like the System.Drawing.Graphics class. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "GDI+, using managed interface" - "graphics [Windows Forms], class structure" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/system-information-and-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/system-information-and-windows-forms.md index 56f12066ad..7746aaaf40 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/system-information-and-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/system-information-and-windows-forms.md @@ -2,6 +2,7 @@ title: System Information description: Learn how to incorporate computer system information into Windows Forms applications using the System.Windows.Forms.SystemInformation class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/three-categories-of-graphics-services.md b/dotnet-desktop-guide/framework/winforms/advanced/three-categories-of-graphics-services.md index 5b8509982a..ba0f0085f2 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/three-categories-of-graphics-services.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/three-categories-of-graphics-services.md @@ -2,6 +2,7 @@ title: "Three Categories of Graphics Services" description: "Learn about the three categories of graphics services: two-dimensional (2-D) vector graphics, imaging, and typography." ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "imaging" - "graphics [Windows Forms], categories" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/types-of-bitmaps.md b/dotnet-desktop-guide/framework/winforms/advanced/types-of-bitmaps.md index b964c7b6e9..a33aff0f0e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/types-of-bitmaps.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/types-of-bitmaps.md @@ -2,6 +2,7 @@ title: "Types of Bitmaps" description: Learn about bitmap types and the supported GDI+ graphics file formats, including BMP, JPG, GIF, PNG, and TIFF. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "jpeg files" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/types-of-coordinate-systems.md b/dotnet-desktop-guide/framework/winforms/advanced/types-of-coordinate-systems.md index 8f49323463..933066af0c 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/types-of-coordinate-systems.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/types-of-coordinate-systems.md @@ -2,6 +2,7 @@ title: "Types of Coordinate Systems" description: Learn about transformations and coordinate systems, including world, page, and device. ms.date: "01/06/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 ms.topic: overview dev_langs: diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-a-brush-to-fill-shapes.md b/dotnet-desktop-guide/framework/winforms/advanced/using-a-brush-to-fill-shapes.md index 2b24a6c202..65e0b4630e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-a-brush-to-fill-shapes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-a-brush-to-fill-shapes.md @@ -2,6 +2,7 @@ title: "Using a Brush to Fill Shapes" description: Learn how to use brushes to fill closed shape interiors in GDI+ with a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "examples [Windows Forms], brushes" - "shapes [Windows Forms], filling" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-a-gradient-brush-to-fill-shapes.md b/dotnet-desktop-guide/framework/winforms/advanced/using-a-gradient-brush-to-fill-shapes.md index c4f4e977da..536aec1868 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-a-gradient-brush-to-fill-shapes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-a-gradient-brush-to-fill-shapes.md @@ -2,6 +2,7 @@ title: "Using a Gradient Brush to Fill Shapes" description: Learn how to use gradient brushes to fill shapes with gradually changing colors in GDI+ with a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "brushes [Windows Forms], gradient brushes" - "gradient brushes" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-a-pen-to-draw-lines-and-shapes.md b/dotnet-desktop-guide/framework/winforms/advanced/using-a-pen-to-draw-lines-and-shapes.md index a4dcaa0f70..ffd6e68964 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-a-pen-to-draw-lines-and-shapes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-a-pen-to-draw-lines-and-shapes.md @@ -2,6 +2,7 @@ title: "Using a Pen to Draw Lines and Shapes" description: Learn how to use a pen to draw lines, curves, and shapes in Windows Forms using a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "pens" - "examples [Windows Forms], drawing lines and shapes" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-application-settings-and-user-settings.md b/dotnet-desktop-guide/framework/winforms/advanced/using-application-settings-and-user-settings.md index 730ea9177f..a83b6ba13a 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-application-settings-and-user-settings.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-application-settings-and-user-settings.md @@ -1,6 +1,7 @@ --- title: "Using Application Settings and User Settings" ms.date: "03/30/2017" +ms.service: dotnet-framework description: Learn how to use application settings and user settings to create and access values that are persisted between application execution sessions. helpviewer_keywords: - "user settings [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-double-buffering.md b/dotnet-desktop-guide/framework/winforms/advanced/using-double-buffering.md index f30b2386b2..5b60106e6f 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-double-buffering.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-double-buffering.md @@ -2,6 +2,7 @@ title: "Using Double Buffering" description: Learn how to use double-buffered graphics to reduce flicker in Windows Forms applications using a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [Windows Forms], double buffering" - "double buffering" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-fonts-and-text.md b/dotnet-desktop-guide/framework/winforms/advanced/using-fonts-and-text.md index c16ef08c80..816e12f777 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-fonts-and-text.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-fonts-and-text.md @@ -2,6 +2,7 @@ title: "Using Fonts and Text" description: Learn how to use fonts and texts in Windows Forms applications using a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "GDI [Windows Forms], drawing text [Windows Forms]" - "text [Windows Forms], drawing in Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-graphics-containers.md b/dotnet-desktop-guide/framework/winforms/advanced/using-graphics-containers.md index cb6a1dfb7f..4b7ed1f449 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-graphics-containers.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-graphics-containers.md @@ -2,6 +2,7 @@ title: "Using Graphics Containers" description: Learn how to use graphics containers to display vector images, raster images, and text in Windows Forms applications using a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [Windows Forms], using containers" - "graphics containers" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-image-encoders-and-decoders-in-managed-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/using-image-encoders-and-decoders-in-managed-gdi.md index 5cfff9fbd7..43fd671d06 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-image-encoders-and-decoders-in-managed-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-image-encoders-and-decoders-in-managed-gdi.md @@ -2,6 +2,7 @@ title: "Using Image Encoders and Decoders in Managed GDI+" description: Learn how to use image encoders and decoders in managed GDI+ for Windows Forms applications using a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "image encoders [Windows Forms], using" - "image decoders [Windows Forms], using" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-managed-graphics-classes.md b/dotnet-desktop-guide/framework/winforms/advanced/using-managed-graphics-classes.md index a7143efecc..7c3ad19662 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-managed-graphics-classes.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-managed-graphics-classes.md @@ -2,6 +2,7 @@ title: "Using Managed Graphics Classes" description: Learn how to use the GDI+ API in the managed class framework for Windows Forms using a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "GDI+, managed classes" - "graphics [Windows Forms], using in Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-nested-graphics-containers.md b/dotnet-desktop-guide/framework/winforms/advanced/using-nested-graphics-containers.md index c43736b54d..8030327a3b 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-nested-graphics-containers.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-nested-graphics-containers.md @@ -2,6 +2,7 @@ title: "Using Nested Graphics Containers" description: Learn how to use nested graphics containers in GDI+ for Windows Forms to temporarily replace or augment part of the state in a Graphics object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-regions.md b/dotnet-desktop-guide/framework/winforms/advanced/using-regions.md index 0d94b7c2fc..c9b17f8819 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-regions.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-regions.md @@ -2,6 +2,7 @@ title: "Using Regions" description: Learn how to use the GDI+ Region class to define a custom shape for Windows Forms using a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "examples [Windows Forms], regions" - "regions [Windows Forms], using" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-the-world-transformation.md b/dotnet-desktop-guide/framework/winforms/advanced/using-the-world-transformation.md index 034310a0d2..06953548b1 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-the-world-transformation.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-the-world-transformation.md @@ -2,6 +2,7 @@ title: "Using the World Transformation" description: Learn how to use the world transformation property that belongs to the Graphics class with several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-in-managed-gdi.md b/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-in-managed-gdi.md index 76630e25d3..d5a5dc4634 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-in-managed-gdi.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-in-managed-gdi.md @@ -2,6 +2,7 @@ title: "Using Transformations in Managed GDI+" description: Learn how to use transformations in managed GDI+ for Windows Forms with a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "transformations" - "examples [Windows Forms], transformations" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-to-scale-colors.md b/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-to-scale-colors.md index 773e449c7b..0c683b3635 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-to-scale-colors.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-transformations-to-scale-colors.md @@ -2,6 +2,7 @@ title: "Using Transformations to Scale Colors" description: Learn how to use transformations to scale colors in Windows Forms with code examples for scaling one or multiple colors. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/using-wpf-controls.md b/dotnet-desktop-guide/framework/winforms/advanced/using-wpf-controls.md index 2d6c88125a..f0946b9126 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/using-wpf-controls.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/using-wpf-controls.md @@ -2,6 +2,7 @@ title: "Using WPF Controls" description: Learn how to use Windows Presentation Foundation (WPF) controls in Windows Forms applications using the Windows Forms Designer in Visual Studio. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms Designer [Windows Forms], interoperability with WPF" - "interoperability [WPF]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/vector-graphics-overview.md b/dotnet-desktop-guide/framework/winforms/advanced/vector-graphics-overview.md index 042d1966de..8f722e07ab 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/vector-graphics-overview.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/vector-graphics-overview.md @@ -2,6 +2,7 @@ title: "Vector Graphics Overview" description: Learn about vector graphics in GDI+ for Windows Forms applications and the methods for drawing vector graphics. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-arranging-wpf-content-on-windows-forms-at-design-time.md b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-arranging-wpf-content-on-windows-forms-at-design-time.md index 0630d02c90..36c18d61b4 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-arranging-wpf-content-on-windows-forms-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-arranging-wpf-content-on-windows-forms-at-design-time.md @@ -3,6 +3,7 @@ title: Arrange WPF content on Windows Forms at design time description: Learn how to arrange Windows Presentation Foundation (WPF) content on Windows Forms layout features at design time. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF user control [Windows Forms], hosting in a layout panel" - "WPF content [Windows Forms], arranging at design time" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-assigning-wpf-content-on-windows-forms-at-design-time.md b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-assigning-wpf-content-on-windows-forms-at-design-time.md index e4e3be8b83..1ef9e1e7e4 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-assigning-wpf-content-on-windows-forms-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-assigning-wpf-content-on-windows-forms-at-design-time.md @@ -3,6 +3,7 @@ title: Select WPF controls for Windows Forms description: Learn how to assign Windows Presentation Foundation (WPF) controls on Windows Forms applications at design time. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF content [Windows Forms], assigning at design time" - "ElementHost control [Windows Forms], assigning WPF content at design time" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-an-accessible-windows-based-application.md b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-an-accessible-windows-based-application.md index 2c0d119c60..b938c42766 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-an-accessible-windows-based-application.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-an-accessible-windows-based-application.md @@ -2,6 +2,7 @@ title: "Walkthrough: Creating an Accessible Windows-based Application" description: Learn how to create an accessible Windows-based application with Windows Forms using the five accessibility requirements for the Certified for Windows logo. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "accessibility [Windows Forms], Windows applications" - "Windows applications [Windows Forms], accessibility" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-new-wpf-content-on-windows-forms-at-design-time.md b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-new-wpf-content-on-windows-forms-at-design-time.md index 4bcf6891d8..6afe4b82e3 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-new-wpf-content-on-windows-forms-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-creating-new-wpf-content-on-windows-forms-at-design-time.md @@ -3,6 +3,7 @@ title: Create new WPF Content on Windows Forms description: Learn how to create a Windows Presentation Foundation (WPF) control on Windows Forms-based applications using Visual Studio. titleSuffix: "" ms.date: 08/18/2018 +ms.service: dotnet-framework helpviewer_keywords: - "interoperability [Windows Forms], WPF and Windows Forms" - "WPF content [Windows Forms], hosting in Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-demonstrating-visual-inheritance.md b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-demonstrating-visual-inheritance.md index 0a82cabdc7..742190718e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-demonstrating-visual-inheritance.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-demonstrating-visual-inheritance.md @@ -2,6 +2,7 @@ title: "Walkthrough: Demonstrating Visual Inheritance" description: Learn about visual inheritance by creating a base form and compiling it into a class library to create a new form that inherits from the base form. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-performing-a-drag-and-drop-operation-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-performing-a-drag-and-drop-operation-in-windows-forms.md index 894814cabb..5537b7d57e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-performing-a-drag-and-drop-operation-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-performing-a-drag-and-drop-operation-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Walkthrough: Perform a drag-and-drop operation" description: Learn how to perform a drag-and-drop operation in Windows Forms by handling a series of events, most notably the DragEnter, DragLeave, and DragDrop events. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-styling-wpf-content.md b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-styling-wpf-content.md index 6c63d990d4..35eddf86ce 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-styling-wpf-content.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/walkthrough-styling-wpf-content.md @@ -2,6 +2,7 @@ title: "Walkthrough: Style WPF content" description: Learn how to apply styling to a Windows Presentation Foundation (WPF) control hosted on a Windows Form application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF Designer [Windows Forms], styling WPF content" - "interoperability [WDF]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/why-transformation-order-is-significant.md b/dotnet-desktop-guide/framework/winforms/advanced/why-transformation-order-is-significant.md index e141782b9a..e53c0ecff6 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/why-transformation-order-is-significant.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/why-transformation-order-is-significant.md @@ -2,6 +2,7 @@ title: "Why Transformation Order Is Significant" description: Learn about the significance of transformation order in a sequence of transformations called a composite transformation. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-accessibility.md b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-accessibility.md index 3d34660662..076887a7eb 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-accessibility.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-accessibility.md @@ -2,6 +2,7 @@ title: Accessibility description: Learn about accessibility functionality in Windows Forms-based applications with a selection of topics and tutorials. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, accessibility" - "accessibility [Windows Forms], Windows Forms controls" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications-overview.md b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications-overview.md index 83b5dfaa91..e10511340e 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications-overview.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications-overview.md @@ -2,6 +2,7 @@ title: Unmanaged apps overview description: Windows Forms applications and controls can interoperate with unmanaged applications, with some caveats. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "COM [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications.md b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications.md index 3bd000e72f..509a5cbff3 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-and-unmanaged-applications.md @@ -2,6 +2,7 @@ title: Unmanaged apps description: This article provides an overview of Windows Forms and unmanaged applications, which can interoperate with some caveats. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ActiveX controls [Windows Forms]" - "COM interop [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-print-support.md b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-print-support.md index e9a5d28a53..f4a5c2d316 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-print-support.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-print-support.md @@ -2,6 +2,7 @@ title: Print Support description: Learn more about printing and print support in Windows Forms, which primarily consists of using four components. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, printing" - "printing [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-visual-inheritance.md b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-visual-inheritance.md index e24ebe76dc..a74b295dee 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-visual-inheritance.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/windows-forms-visual-inheritance.md @@ -2,6 +2,7 @@ title: Visual Inheritance description: Form inheritance enables you to create a base form and then inherit from it and make modifications while preserving whatever original settings you need. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "base forms" - "inheritance [Windows Forms], forms" diff --git a/dotnet-desktop-guide/framework/winforms/advanced/working-with-images-bitmaps-icons-and-metafiles.md b/dotnet-desktop-guide/framework/winforms/advanced/working-with-images-bitmaps-icons-and-metafiles.md index bc438f6eb9..a398065a49 100644 --- a/dotnet-desktop-guide/framework/winforms/advanced/working-with-images-bitmaps-icons-and-metafiles.md +++ b/dotnet-desktop-guide/framework/winforms/advanced/working-with-images-bitmaps-icons-and-metafiles.md @@ -2,6 +2,7 @@ title: "Working with Images, Bitmaps, Icons, and Metafiles" description: Learn about which articles you can read to learn more about working with images, bitmaps, icons, and metafiles. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "metafiles [Windows Forms], working with" - "examples [Windows Forms], bitmaps" diff --git a/dotnet-desktop-guide/framework/winforms/automatic-scaling-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/automatic-scaling-in-windows-forms.md index d2d2780d39..fe7e7a4b0a 100644 --- a/dotnet-desktop-guide/framework/winforms/automatic-scaling-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/automatic-scaling-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Automatic Scaling" description: Learn about how automatic scaling enables a form and its controls, designed on one machine, to be displayed appropriately on another machine. ms.date: "06/15/2017" +ms.service: dotnet-framework helpviewer_keywords: - "scalability [Windows Forms], automatic in Windows Forms" - "Windows Forms, automatic scaling" diff --git a/dotnet-desktop-guide/framework/winforms/change-notification-in-windows-forms-data-binding.md b/dotnet-desktop-guide/framework/winforms/change-notification-in-windows-forms-data-binding.md index 8e24122781..dad376bbd4 100644 --- a/dotnet-desktop-guide/framework/winforms/change-notification-in-windows-forms-data-binding.md +++ b/dotnet-desktop-guide/framework/winforms/change-notification-in-windows-forms-data-binding.md @@ -2,6 +2,7 @@ title: Change Notification in Data Binding description: Learn more about change notification in Windows Forms data binding. One of the most important concepts of Windows Forms data binding is change notification. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, data binding" - "Windows Forms, adding change notification for data binding" diff --git a/dotnet-desktop-guide/framework/winforms/changing-the-appearance-of-windows-forms.md b/dotnet-desktop-guide/framework/winforms/changing-the-appearance-of-windows-forms.md index 16c32d9bca..909001a79e 100644 --- a/dotnet-desktop-guide/framework/winforms/changing-the-appearance-of-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/changing-the-appearance-of-windows-forms.md @@ -2,6 +2,7 @@ title: Customize appearance description: Learn how to customize the look of your Windows Forms applications by changing the border, opacity, shape, style, or setting a background image. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, changing the appearance of" ms.assetid: 12f35d5b-1587-49cc-ada3-47eec1ff1738 diff --git a/dotnet-desktop-guide/framework/winforms/clickonce-deployment-for-windows-forms.md b/dotnet-desktop-guide/framework/winforms/clickonce-deployment-for-windows-forms.md index 3474dc6c2b..748e404d56 100644 --- a/dotnet-desktop-guide/framework/winforms/clickonce-deployment-for-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/clickonce-deployment-for-windows-forms.md @@ -2,6 +2,7 @@ title: "ClickOnce Deployment" description: Learn more about ClickOnce, a technology used for easily deploying Windows Forms applications to client computers. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ClickOnce deployment [Windows Forms]" - "Windows Forms, ClickOnce deployment" diff --git a/dotnet-desktop-guide/framework/winforms/controls/access-objects-in-a-wf-datagridviewcomboboxcell-drop-down-list.md b/dotnet-desktop-guide/framework/winforms/controls/access-objects-in-a-wf-datagridviewcomboboxcell-drop-down-list.md index b3273cc652..c301ea1949 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/access-objects-in-a-wf-datagridviewcomboboxcell-drop-down-list.md +++ b/dotnet-desktop-guide/framework/winforms/controls/access-objects-in-a-wf-datagridviewcomboboxcell-drop-down-list.md @@ -2,6 +2,7 @@ title: Access Objects in DataGridViewComboBoxCell Drop-Down List description: Learn more about how to access objects in a DataGridViewComboBoxCell drop-down list in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/access-specific-items-in-a-wf-combobox-listbox-or-checkedlistbox.md b/dotnet-desktop-guide/framework/winforms/controls/access-specific-items-in-a-wf-combobox-listbox-or-checkedlistbox.md index 4f8c9a730a..e2914cf248 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/access-specific-items-in-a-wf-combobox-listbox-or-checkedlistbox.md +++ b/dotnet-desktop-guide/framework/winforms/controls/access-specific-items-in-a-wf-combobox-listbox-or-checkedlistbox.md @@ -2,6 +2,7 @@ title: Access Specific Items in ComboBox, ListBox, or CheckedListBox Control description: Learn more about how to access specific items in ComboBox, ListBox, or CheckedListBox control in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/accessing-frames-in-the-managed-html-document-object-model.md b/dotnet-desktop-guide/framework/winforms/controls/accessing-frames-in-the-managed-html-document-object-model.md index 9d1cc595e1..4099fda81e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/accessing-frames-in-the-managed-html-document-object-model.md +++ b/dotnet-desktop-guide/framework/winforms/controls/accessing-frames-in-the-managed-html-document-object-model.md @@ -2,6 +2,7 @@ title: "Accessing Frames in the Managed HTML Document Object Model" description: Learn more about accessing frames in the managed HTML Document Object Model (DOM). HTML authors can create frames in one of two ways. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "HTML [Windows Forms], dOM" - "managed HTML DOM" diff --git a/dotnet-desktop-guide/framework/winforms/controls/accessing-unexposed-members-on-the-managed-html-document-object-model.md b/dotnet-desktop-guide/framework/winforms/controls/accessing-unexposed-members-on-the-managed-html-document-object-model.md index 6087779174..b877dcb96c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/accessing-unexposed-members-on-the-managed-html-document-object-model.md +++ b/dotnet-desktop-guide/framework/winforms/controls/accessing-unexposed-members-on-the-managed-html-document-object-model.md @@ -2,6 +2,7 @@ title: "Accessing Unexposed Members on the Managed HTML Document Object Model" description: Learn more about accessing unexposed members on the Managed HTML Document Object Model (DOM) via a class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-columns-in-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-columns-in-the-datagrid-using-the-designer.md index b69d5fa229..bba63c07d1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-columns-in-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-columns-in-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Add and Remove Columns in DataGridView Control Using the Designer description: Learn more about how to add and remove columns in DataGridView using the designer in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "vs.DataGridViewAddColumnDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-from-a-wf-combobox.md b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-from-a-wf-combobox.md index e233c03c44..75545b3ab4 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-from-a-wf-combobox.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-from-a-wf-combobox.md @@ -1,6 +1,7 @@ --- title: Add and Remove Items from ComboBox, ListBox, or CheckedListBox Control ms.date: "03/30/2017" +ms.service: dotnet-framework description: Learn how to add and remove a Windows Forms ComboBox, ListBox, and CheckedListBox controls simply and with no data binding. dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-with-wf-listview-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-with-wf-listview-control-using-the-designer.md index fffe766ef3..d15c4fe0ad 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-with-wf-listview-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-items-with-wf-listview-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Add and Remove Items with ListView Control Using the Designer description: Learn more about how to add and remove items with the Windows Forms ListView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView control [Windows Forms], populating" - "ListView control [Windows Forms], adding list items" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-menu-items-with-wf-contextmenu-component.md b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-menu-items-with-wf-contextmenu-component.md index d52a3e0c32..5ef0aa39b6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-menu-items-with-wf-contextmenu-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-menu-items-with-wf-contextmenu-component.md @@ -2,6 +2,7 @@ title: Add and Remove Menu Items with ContextMenu Component description: Learn more about how to add and remove shortcut menu items with the Windows Forms ContextMenu component. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-nodes-with-wf-treeview-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-nodes-with-wf-treeview-control-using-the-designer.md index 1cd07d5a28..a59b74bd5e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-nodes-with-wf-treeview-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-nodes-with-wf-treeview-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Add and Remove Nodes with TreeView Control Using the Designer description: Learn more about how to add and remove nodes with the Windows Forms TreeView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "examples [Windows Forms], TreeView control" - "TreeView control [Windows Forms], removing nodes" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-tabs-with-wf-tabcontrol-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-tabs-with-wf-tabcontrol-using-the-designer.md index 56930651a9..9c2367f8a2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-tabs-with-wf-tabcontrol-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-and-remove-tabs-with-wf-tabcontrol-using-the-designer.md @@ -2,6 +2,7 @@ title: Add and Remove Tabs with TabControl Using the Designer description: Learn how to add and remove tabs with the Windows Forms TabControl control by using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "tabs [Windows Forms], removing from pages" - "TabPage control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-custom-information-to-a-treeview-or-listview-control-wf.md b/dotnet-desktop-guide/framework/winforms/controls/add-custom-information-to-a-treeview-or-listview-control-wf.md index 10f4a7f0b0..a18d0d9cd2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-custom-information-to-a-treeview-or-listview-control-wf.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-custom-information-to-a-treeview-or-listview-control-wf.md @@ -2,6 +2,7 @@ title: "How to: Add Custom Information to a TreeView or ListView Control" description: Learn more about how to add custom information to a TreeView or ListView control in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-tables-and-columns-to-wf-datagrid-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/add-tables-and-columns-to-wf-datagrid-control-using-the-designer.md index 0a0385897d..365cbc676b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-tables-and-columns-to-wf-datagrid-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-tables-and-columns-to-wf-datagrid-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Add Tables and Columns to DataGrid Control Using the Designer description: Learn more about how to add tables and columns to the Windows Forms DataGrid control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "columns [Windows Forms], adding to DataGrid control" - "tables [Windows Forms], adding to DataGrid control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/add-tooltips-to-individual-cells-in-a-wf-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/add-tooltips-to-individual-cells-in-a-wf-datagridview-control.md index c003b0eea1..3a8a7d43a8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/add-tooltips-to-individual-cells-in-a-wf-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/add-tooltips-to-individual-cells-in-a-wf-datagridview-control.md @@ -2,6 +2,7 @@ title: Add ToolTips to Individual Cells in DataGridView Control description: Learn more about how to add ToolTips to individual cells in a Windows Forms DataGridView Control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/app-icons-to-the-taskbar-with-wf-notifyicon.md b/dotnet-desktop-guide/framework/winforms/controls/app-icons-to-the-taskbar-with-wf-notifyicon.md index a15a8e77d0..841fd91f51 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/app-icons-to-the-taskbar-with-wf-notifyicon.md +++ b/dotnet-desktop-guide/framework/winforms/controls/app-icons-to-the-taskbar-with-wf-notifyicon.md @@ -2,6 +2,7 @@ title: Add Application Icons to the TaskBar with NotifyIcon Component description: Learn more about how to add application icons to the TaskBar with the Windows Forms NotifyIcon Component. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/attributes-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/attributes-in-windows-forms-controls.md index d4775368fc..d2b58e8296 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/attributes-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/attributes-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Attributes in Controls description: Learn about attributes in Windows Forms controls. The .NET Framework provides a variety of attributes. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "attributes [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/autogenerate-columns-in-a-data-bound-wf-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/autogenerate-columns-in-a-data-bound-wf-datagridview-control.md index 4df544f6f2..919436c997 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/autogenerate-columns-in-a-data-bound-wf-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/autogenerate-columns-in-a-data-bound-wf-datagridview-control.md @@ -2,6 +2,7 @@ title: Autogenerate Columns in Data-Bound DataGridView Control description: Learn more about how to autogenerate columns in a data-bound Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/automatically-resize-cells-when-content-changes-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/automatically-resize-cells-when-content-changes-in-the-datagrid.md index 5ebfbec0d1..603bd56770 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/automatically-resize-cells-when-content-changes-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/automatically-resize-cells-when-content-changes-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Automatically Resize Cells When Content Changes in DataGridView Control description: Learn more about how to automatically resize cells when content changes in the Windows Forms DataGridView Control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/autosize-behavior-in-the-tablelayoutpanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/autosize-behavior-in-the-tablelayoutpanel-control.md index e9c4f43b7c..f021153791 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/autosize-behavior-in-the-tablelayoutpanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/autosize-behavior-in-the-tablelayoutpanel-control.md @@ -2,6 +2,7 @@ title: "AutoSize Behavior in the TableLayoutPanel Control" description: Learn more about how to autosize behavior in the TableLayoutPanel control in Windows Forms, which supports automatic sizing behavior in two ways. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "AutoSize property [Windows Forms], tableLayoutPanel control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/autosize-property-overview.md b/dotnet-desktop-guide/framework/winforms/controls/autosize-property-overview.md index eae12ee1db..53450f9918 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/autosize-property-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/autosize-property-overview.md @@ -2,6 +2,7 @@ title: "AutoSize Property Overview" description: Learn more about an overview of the AutoSize property in Windows Forms. Only some controls support the AutoSize property. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "sizing [Windows Forms], automatic" - "layout [Windows Forms], AutoSize" diff --git a/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component-overview.md b/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component-overview.md index 389f60ae58..8c1782213f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component-overview.md @@ -2,6 +2,7 @@ title: "BackgroundWorker Component Overview" description: Learn more about an overview of the BackgroundWorker component in Windows Forms, which gives you the ability to execute time-consuming operations asynchronously. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component.md b/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component.md index 1c18920b98..08fd9d5657 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/backgroundworker-component.md @@ -2,6 +2,7 @@ title: "BackgroundWorker Component" description: Learn more about the BackgroundWorker component in Windows Forms, which enables your form or control to run an operation asynchronously. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "BackgroundWorker component" - "background tasks" diff --git a/dotnet-desktop-guide/framework/winforms/controls/basic-column-row-and-cell-features-wf-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/basic-column-row-and-cell-features-wf-datagridview-control.md index e4956ece63..a3fcf6e600 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/basic-column-row-and-cell-features-wf-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/basic-column-row-and-cell-features-wf-datagridview-control.md @@ -2,6 +2,7 @@ title: Basic Column, Row, and Cell Features in DataGridView Control description: Learn more about basic column, row, and cell features in the Windows Forms DataGridView Control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], basic features" - "columns [Windows Forms], DataGridView control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/basic-formatting-and-styling-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/basic-formatting-and-styling-in-the-windows-forms-datagridview-control.md index ee61eb59aa..beb2e79c3a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/basic-formatting-and-styling-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/basic-formatting-and-styling-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Basic Formatting and Styling in DataGridView Control description: Learn more about basic formatting and styling in the Windows Forms DataGridView Control, which defines the basic appearance of cells. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], formatting and styling" - "data grids [Windows Forms], formatting" diff --git a/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-scaling-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-scaling-the-windows-forms-datagridview-control.md index 9f5e8b5150..9f069a8956 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-scaling-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-scaling-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Best Practices for Scaling DataGridView Control description: Learn more about the best practices for scaling the WIndows Forms DataGridView Control, which is designed to provide maximum scalability. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], row sharing" - "data grids [Windows Forms], best practices" diff --git a/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-the-tablelayoutpanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-the-tablelayoutpanel-control.md index 36398e415d..58ef27c9fb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-the-tablelayoutpanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/best-practices-for-the-tablelayoutpanel-control.md @@ -2,6 +2,7 @@ title: "Best Practices for the TableLayoutPanel Control" description: Learn more about the best practices for TableLayoutPanel control in Windows Forms, which provides powerful layout features that you should consider carefully. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "layout [Windows Forms]" - "TableLayoutPanel control [Windows Forms], best practices" diff --git a/dotnet-desktop-guide/framework/winforms/controls/bind-data-to-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/bind-data-to-the-datagrid-using-the-designer.md index b47775a105..b8ff16cc1b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bind-data-to-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bind-data-to-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Bind Data to DataGridView Control Using the Designer description: Learn more about how to bind data to the Windows Forms DataGridView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, binding to a data source" - "data sources [Windows Forms], binding to Windows Forms controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/bind-wf-controls-with-the-bindingsource.md b/dotnet-desktop-guide/framework/winforms/controls/bind-wf-controls-with-the-bindingsource.md index cc77d1778f..894ae5e16d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bind-wf-controls-with-the-bindingsource.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bind-wf-controls-with-the-bindingsource.md @@ -2,6 +2,7 @@ title: Bind Controls with the BindingSource Component Using the Designer description: Learn more about how to bind Windows Forms controls with the BindingSource component using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], binding" - "BindingSource component [Windows Forms], binding controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/bind-wf-datagrid-control-to-a-data-source-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/bind-wf-datagrid-control-to-a-data-source-using-the-designer.md index 6b883a21ba..e54e000300 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bind-wf-datagrid-control-to-a-data-source-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bind-wf-datagrid-control-to-a-data-source-using-the-designer.md @@ -2,6 +2,7 @@ title: Bind DataGrid Control to a Data Source Using the Designer description: Learn about how to bind the Windows Forms DataGrid control to a data source by using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-overview-windows-forms.md index cb589fae34..6914dc8935 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "BindingNavigator Control Overview" description: Learn more about the BindingNavigator control in Windows Forms, which can be used to create a standardized means for users to search and change data. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "DataNavigator" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-windows-forms.md index 5812e7a318..9244372e96 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bindingnavigator-control-windows-forms.md @@ -2,6 +2,7 @@ title: "BindingNavigator Control" description: Learn more about the BindingNavigator control, which is the navigation and manipulation user interface (UI) for controls that are bound to data. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "BindingNavigator control [Windows Forms]" - "data [Windows Forms], navigating" diff --git a/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-architecture.md b/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-architecture.md index 0c92cc9e35..756fbf8705 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-architecture.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-architecture.md @@ -2,6 +2,7 @@ title: "BindingSource Component Architecture" description: Learn more about the BindingSource component architecture and universally binding all Windows Forms controls to data sources. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "BindingSource component [Windows Forms], architecture" - "Windows Forms, data binding" diff --git a/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-overview.md b/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-overview.md index e5c1d14b64..941ed684c9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component-overview.md @@ -2,6 +2,7 @@ title: "BindingSource Component Overview" description: Learn more about an overview of the BindingSource component, which is designed to simplify the process of binding controls to an underlying data source. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, data binding" - "controls [Windows Forms], binding to data" diff --git a/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component.md b/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component.md index 41e50a5f46..b16679745d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/bindingsource-component.md @@ -2,6 +2,7 @@ title: "BindingSource Component" description: Learn more about the BindingSource component, which encapsulates a data source for binding to controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [Windows Forms], Windows Forms" - "Windows Forms, data binding control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/button-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/button-control-overview-windows-forms.md index fc9a31ed59..6da2c9aa6d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/button-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/button-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "Button Control Overview" description: Learn more about an overview of button control in Windows Forms, which allows the user to click a button to perform an action. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Button" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/button-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/button-control-windows-forms.md index fd034c746e..17c277ee92 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/button-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/button-control-windows-forms.md @@ -2,6 +2,7 @@ title: "Button Control" description: Learn about the button control in Windows Forms, which allows the user to click a button in order to perform an action. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "buttons" - "Button control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/cell-styles-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/cell-styles-in-the-windows-forms-datagridview-control.md index e62644a3a9..9b03ebdedd 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/cell-styles-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/cell-styles-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Cell Styles in DataGridView Control description: Learn more about cell styles in the Windows Forms DataGridView control. Each cell within the DataGridView control can have its own style. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], cell styles" - "cells [Windows Forms], styles" diff --git a/dotnet-desktop-guide/framework/winforms/controls/change-displayed-data-at-run-time-wf-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/change-displayed-data-at-run-time-wf-datagrid-control.md index 59af1b4922..b66c2d2031 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/change-displayed-data-at-run-time-wf-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/change-displayed-data-at-run-time-wf-datagrid-control.md @@ -2,6 +2,7 @@ title: Change Displayed Data at Run Time in DataGrid Control description: Learn more about how to change displayed data at run time in the Windows Forms DataGrid control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/change-the-border-and-gridline-styles-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/change-the-border-and-gridline-styles-in-the-datagrid.md index 8399b72f6e..757debc872 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/change-the-border-and-gridline-styles-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/change-the-border-and-gridline-styles-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Change the Border and Gridline Styles in DataGridView Control description: Learn more about how to change the border and gridline styles in the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/change-the-order-of-columns-in-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/change-the-order-of-columns-in-the-datagrid-using-the-designer.md index 11a4f54229..a75ebaba0e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/change-the-order-of-columns-in-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/change-the-order-of-columns-in-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Change the Order of Columns in DataGridView Control Using the Designer description: Learn more about how to change the order of columns in the Windows Forms DataGridView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "columns [Windows Forms], order of" - "DataGridView control [Windows Forms], column order" diff --git a/dotnet-desktop-guide/framework/winforms/controls/change-the-type-of-a-wf-datagridview-column-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/change-the-type-of-a-wf-datagridview-column-using-the-designer.md index d245e8aff4..a8416aa7d0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/change-the-type-of-a-wf-datagridview-column-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/change-the-type-of-a-wf-datagridview-column-using-the-designer.md @@ -2,6 +2,7 @@ title: Change the Type of a DataGridView Column Using the Designer description: Learn more about how to change the type of a Windows Forms DataGridView column using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, columns" - "columns [Windows Forms], types" diff --git a/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-overview-windows-forms.md index eee4c0fce1..a8f9799f97 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "CheckBox Control Overview" description: Learn more about an overview of the CheckBox control in Windows Forms, which indicates whether a particular condition is on or off. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "CheckBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-windows-forms.md index 136c41f6af..f0f3723899 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/checkbox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "CheckBox Control" description: Learn about what articles can help you understand more about the CheckBox control in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "checked list items [Windows Forms], Windows Forms controls" - "CheckBox control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-overview-windows-forms.md index 4553524d73..fc055b664c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "CheckedListBox Control Overview" description: Learn about the overview of the CheckedListBox control in Windows Forms, which extends the ListBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "CheckedListBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-windows-forms.md index f07e564362..3e495d20ad 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/checkedlistbox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "CheckedListBox Control" description: Learn about which articles will help you understand more about the CheckedListBox control in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "CheckedListBox control [Windows Forms], reference" - "checked list items [Windows Forms], Windows Forms controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-overview-windows-forms.md index db7e0a9a0e..d29932e413 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "ColorDialog Component Overview" description: Learn about the overview of the ColorDialog component, which is a pre-configured dialog box that allows the user to select a color from a palette. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ColorDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-windows-forms.md index 14dcfe233a..a85a69ed19 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/colordialog-component-windows-forms.md @@ -2,6 +2,7 @@ title: "ColorDialog Component" description: Learn about which articles will help you understand more about the ColorDialog component. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ColorDialog component" - "colors [Windows Forms], dialog box" diff --git a/dotnet-desktop-guide/framework/winforms/controls/column-fill-mode-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/column-fill-mode-in-the-windows-forms-datagridview-control.md index a678c38b72..7ab95ecc45 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/column-fill-mode-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/column-fill-mode-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Column Fill Mode in DataGridView Control description: Learn how the Windows Forms DataGridView control in column fill mode resizes its columns automatically so that they fill the width of the available display area. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/column-sort-modes-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/column-sort-modes-in-the-windows-forms-datagridview-control.md index 1144a95ee4..e05b337964 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/column-sort-modes-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/column-sort-modes-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Column Sort Modes in DataGridView Control description: Learn about column sort modes in the Windows Forms DataGridView Control, which have three sort modes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data grids [Windows Forms], sort modes" - "DataGridView control [Windows Forms], sort mode" diff --git a/dotnet-desktop-guide/framework/winforms/controls/column-types-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/column-types-in-the-windows-forms-datagridview-control.md index eb08285051..2485620918 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/column-types-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/column-types-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Column Types in DataGridView Control description: Learn about column types in the Windows Forms DataGridView control, which uses several column types to display its information. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "columns [Windows Forms], types" - "DataGridView control [Windows Forms], column types" diff --git a/dotnet-desktop-guide/framework/winforms/controls/combobox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/combobox-control-overview-windows-forms.md index 9c12cefd65..877cccbeb3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/combobox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/combobox-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "ComboBox Control Overview" description: Learn about a the ComboBox control in Windows Forms, which is used to display data in a drop-down combo box. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ComboBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/combobox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/combobox-control-windows-forms.md index dd117b566b..5983b0aea3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/combobox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/combobox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "ComboBox Control" description: Learn about the ComboBox control in Windows Forms, which is used to display data in a drop-down combo box. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drop-down lists [Windows Forms], Windows Forms" - "list controls [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/considerations-when-hosting-an-activex-control-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/considerations-when-hosting-an-activex-control-on-a-windows-form.md index dfb2d416a9..7f4519a930 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/considerations-when-hosting-an-activex-control-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/considerations-when-hosting-an-activex-control-on-a-windows-form.md @@ -2,6 +2,7 @@ title: "Considerations When Hosting an ActiveX Control on a Windows Form" description: Learn about considerations when hosting an ActiveX Control on a Windows Form, such as security and total cost of ownership. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, ActiveX controls" - "ActiveX controls [Windows Forms], hosting" diff --git a/dotnet-desktop-guide/framework/winforms/controls/constituent-controls.md b/dotnet-desktop-guide/framework/winforms/controls/constituent-controls.md index 215177f475..81a773d7d9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/constituent-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/constituent-controls.md @@ -2,6 +2,7 @@ title: "Constituent Controls" description: Learn more about constituent controls in Windows Forms, or the controls that make up a user control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-overview-windows-forms.md index 9c9ddc7a70..e84d52c308 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "ContextMenu Component Overview" description: Learn more about an overview of the ContextMenu component in Windows Forms, which is retained for both backward compatibility and future use if you choose. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ContextMenu" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-windows-forms.md index 24994ad142..1cbec04aea 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-windows-forms.md @@ -2,6 +2,7 @@ title: "ContextMenu Component" description: Learn more about the ContextMenu component in Windows Forms, which is retained for both backward compatibility and future use if you choose. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "menus [Windows Forms], shortcut menus" - "Windows Forms, menus" diff --git a/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control-overview.md index 5ce47cb4ed..759c4e87a6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control-overview.md @@ -2,6 +2,7 @@ title: "ContextMenuStrip Control Overview" description: This article provides an overview of the ContextMenuStrip control, which replaces and adds functionality to the ContextMenu control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ContextMenuStrip" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control.md b/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control.md index 78abf9cb5a..4e9ed2a995 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/contextmenustrip-control.md @@ -2,6 +2,7 @@ title: "ContextMenuStrip Control" description: Learn more about the ContextMenuStrip control, which provides a shortcut menu that you associate with a control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "context menus" - "ContextMenuStrip control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/control-type-recommendations.md b/dotnet-desktop-guide/framework/winforms/controls/control-type-recommendations.md index 9562b96aa2..de5761f55d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/control-type-recommendations.md +++ b/dotnet-desktop-guide/framework/winforms/controls/control-type-recommendations.md @@ -2,6 +2,7 @@ title: "Control Type Recommendations" description: Learn about control type recommendations in Windows Forms. The .NET Framework gives you power to develop and implement new controls. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "inheritance [Windows Forms], Windows Forms custom controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/controls-to-use-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/controls-to-use-on-windows-forms.md index b6f4566565..414e406f86 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/controls-to-use-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/controls-to-use-on-windows-forms.md @@ -2,6 +2,7 @@ title: Controls to Use description: Learn about controls and components that can be used on Windows Forms. You can also add ActiveX and custom controls to Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms]" - "Windows Forms controls, list of" diff --git a/dotnet-desktop-guide/framework/winforms/controls/controls-with-built-in-owner-drawing-support.md b/dotnet-desktop-guide/framework/winforms/controls/controls-with-built-in-owner-drawing-support.md index 726604ce41..890e9b974b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/controls-with-built-in-owner-drawing-support.md +++ b/dotnet-desktop-guide/framework/winforms/controls/controls-with-built-in-owner-drawing-support.md @@ -2,6 +2,7 @@ title: "Controls with Built-In Owner-Drawing Support" description: Learn about controls with built-in owner-drawing, also known as custom drawing, support in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "drawing [Windows Forms], owner" diff --git a/dotnet-desktop-guide/framework/winforms/controls/create-a-basic-wf-toolstrip-with-standard-items-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/create-a-basic-wf-toolstrip-with-standard-items-using-the-designer.md index 03cd3f08e9..186327834c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/create-a-basic-wf-toolstrip-with-standard-items-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/create-a-basic-wf-toolstrip-with-standard-items-using-the-designer.md @@ -2,6 +2,7 @@ title: Create a Basic ToolStrip with Standard Items Using the Designer description: Learn about how to create a basic Windows Forms ToolStrip with standard items using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStrip control [Windows Forms], creating" - "toolbars [Windows Forms], creating" diff --git a/dotnet-desktop-guide/framework/winforms/controls/create-a-lookup-table-for-a-wf-combobox-listbox.md b/dotnet-desktop-guide/framework/winforms/controls/create-a-lookup-table-for-a-wf-combobox-listbox.md index a9d7ee73bc..c0ad3b397d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/create-a-lookup-table-for-a-wf-combobox-listbox.md +++ b/dotnet-desktop-guide/framework/winforms/controls/create-a-lookup-table-for-a-wf-combobox-listbox.md @@ -2,6 +2,7 @@ title: Create a Lookup Table for ComboBox, ListBox, or CheckedListBox Control description: Learn about how to create a lookup table for a Windows Forms ComboBox, ListBox, or CheckedListBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/create-a-master-detail-form-using-two-datagridviews.md b/dotnet-desktop-guide/framework/winforms/controls/create-a-master-detail-form-using-two-datagridviews.md index 05acb5509f..360d7ca49f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/create-a-master-detail-form-using-two-datagridviews.md +++ b/dotnet-desktop-guide/framework/winforms/controls/create-a-master-detail-form-using-two-datagridviews.md @@ -2,6 +2,7 @@ title: Create a Master-Detail Form Using Two DataGridView Controls description: Learn about how to create a master/detail form using two Windows Forms DataGridView Controls. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/create-a-multipane-user-interface-with-wf-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/create-a-multipane-user-interface-with-wf-using-the-designer.md index ed1f8c388c..28998cf2e9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/create-a-multipane-user-interface-with-wf-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/create-a-multipane-user-interface-with-wf-using-the-designer.md @@ -2,6 +2,7 @@ title: Create a Multipane User Interface Using the Designer description: Learn about how to create a multipane user interface (UI) with Windows Forms using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "user interface [Windows Forms], multipane" - "SplitContainer control [Windows Forms], using the designer" diff --git a/dotnet-desktop-guide/framework/winforms/controls/create-and-set-a-custom-renderer-for-the-toolstrip-control-in-wf.md b/dotnet-desktop-guide/framework/winforms/controls/create-and-set-a-custom-renderer-for-the-toolstrip-control-in-wf.md index e453c30ffb..04b95f9ab7 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/create-and-set-a-custom-renderer-for-the-toolstrip-control-in-wf.md +++ b/dotnet-desktop-guide/framework/winforms/controls/create-and-set-a-custom-renderer-for-the-toolstrip-control-in-wf.md @@ -2,6 +2,7 @@ title: "How to: Create and Set a Custom Renderer for the ToolStrip Control" description: Learn about how to create and set a custom renderer for the ToolStrip control in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/create-master-details-lists-with-wf-datagrid-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/create-master-details-lists-with-wf-datagrid-control-using-the-designer.md index 2449a9afc2..60984e066f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/create-master-details-lists-with-wf-datagrid-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/create-master-details-lists-with-wf-datagrid-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Create Master-Details Lists with DataGrid Control Using the Designer description: Learn about how to create master-details lists with the Windows Forms DataGrid control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "master-details lists" - "DataGrid control [Windows Forms], master-details lists" diff --git a/dotnet-desktop-guide/framework/winforms/controls/creating-a-master-detail-form-using-two-datagridviews.md b/dotnet-desktop-guide/framework/winforms/controls/creating-a-master-detail-form-using-two-datagridviews.md index 351478bf3a..84a005e0fb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/creating-a-master-detail-form-using-two-datagridviews.md +++ b/dotnet-desktop-guide/framework/winforms/controls/creating-a-master-detail-form-using-two-datagridviews.md @@ -2,6 +2,7 @@ title: "Walkthrough: Create a master-detail form using two DataGridView controls" description: Learn about how to create a master/detail form using two Windows Forms DataGridView Controls in this walkthrough. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/creating-a-wf-control-design-time-features.md b/dotnet-desktop-guide/framework/winforms/controls/creating-a-wf-control-design-time-features.md index 010b76c4e7..39b2b599ed 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/creating-a-wf-control-design-time-features.md +++ b/dotnet-desktop-guide/framework/winforms/controls/creating-a-wf-control-design-time-features.md @@ -2,6 +2,7 @@ title: Create a Control That Takes Advantage of Visual Studio Design-Time Features description: Learn how to create a custom designer for a custom control in Windows Forms that takes advantage of design-time features. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/creating-an-explorer-style-interface-with-the-listview-and-treeview.md b/dotnet-desktop-guide/framework/winforms/controls/creating-an-explorer-style-interface-with-the-listview-and-treeview.md index 818f1715cc..ceab4bef5a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/creating-an-explorer-style-interface-with-the-listview-and-treeview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/creating-an-explorer-style-interface-with-the-listview-and-treeview.md @@ -2,6 +2,7 @@ title: "Walkthrough: Creating an Explorer Style Interface with the ListView and TreeView Controls Using the Designer" description: Learn how to create an Explorer style interface with the Windows Forms ListView and TreeView controls using the Designer. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/custom-control-painting-and-rendering.md b/dotnet-desktop-guide/framework/winforms/controls/custom-control-painting-and-rendering.md index fb10d2d0ea..48da76d8d0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/custom-control-painting-and-rendering.md +++ b/dotnet-desktop-guide/framework/winforms/controls/custom-control-painting-and-rendering.md @@ -2,6 +2,7 @@ title: "Custom Control Painting and Rendering" description: Learn about custom control painting and rendering. Custom painting of controls is one of the many complicated tasks made easy by the .NET Framework. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom controls [Windows Forms], rendering" - "custom controls [Windows Forms], painting" diff --git a/dotnet-desktop-guide/framework/winforms/controls/customize-cells-and-columns-in-the-datagrid-by-extending-behavior.md b/dotnet-desktop-guide/framework/winforms/controls/customize-cells-and-columns-in-the-datagrid-by-extending-behavior.md index 2ad9e1ffca..3b3832de1a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/customize-cells-and-columns-in-the-datagrid-by-extending-behavior.md +++ b/dotnet-desktop-guide/framework/winforms/controls/customize-cells-and-columns-in-the-datagrid-by-extending-behavior.md @@ -2,6 +2,7 @@ title: Customize Cells and Columns in DataGridView Control by Extending Their Behavior and Appearance description: Learn about how to customize cells and columns in the Windows Forms DataGridView by extending their behavior and appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-cells-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-cells-in-the-datagrid.md index dda432fe25..6f365d259f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-cells-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-cells-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Customize the Appearance of Cells in DataGridView Control description: Learn about how to customize the appearance of cells in the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-rows-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-rows-in-the-datagrid.md index 3163225faa..6855975db8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-rows-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/customize-the-appearance-of-rows-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Customize the Appearance of Rows in DataGridView Control description: Learn about how to customize the appearance of rows in the Windows Forms DataGridView Control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/customizing-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/customizing-the-windows-forms-datagridview-control.md index c9907db473..3c49467672 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/customizing-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/customizing-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Customize DataGridView Control description: Learn about customizing the Windows Forms DataGridView control, which provides several properties that you can use to adjust the appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data grids [Windows Forms], customization" - "DataGridView control [Windows Forms], customization" diff --git a/dotnet-desktop-guide/framework/winforms/controls/data-display-modes-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/data-display-modes-in-the-windows-forms-datagridview-control.md index d53d60e1b5..e0fefb6d10 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/data-display-modes-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/data-display-modes-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Data Display Modes in DataGridView Control description: Learn about data display modes in the Windows Forms DataGridView control, which displays data in three distinct modes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data [Windows Forms], display modes" - "data grids [Windows Forms], display modes" diff --git a/dotnet-desktop-guide/framework/winforms/controls/data-entry-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/data-entry-in-the-windows-forms-datagridview-control.md index 428f04fd88..0ae21db8ff 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/data-entry-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/data-entry-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Data Entry in DataGridView Control description: Learn about data entry in the Windows Forms DataGridView control, which provides several features that let you change how users add or modify data in the control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], data entry" - "data entry [Windows Forms], dataGridView control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/data-formatting-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/data-formatting-in-the-windows-forms-datagridview-control.md index 2be0c9a144..b03d8e95a0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/data-formatting-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/data-formatting-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Data Formatting in DataGridView Control description: Learn about data formatting in the DataGridView control, which provides automatic conversion between cell values and the data types that the parent columns display. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], formatting data" - "data [Windows Forms], formatting in grids" diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-overview-windows-forms.md index 7e53add445..4dd16f271e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGrid Control Overview" description: This article provides an overview of the DataGrid control in Windows forms, displays data in a series of rows and columns. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "DataGrid" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-windows-forms.md index de1bb88ecf..c6891036f1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagrid-control-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGrid Control" description: Learn about the DataGrid control in Windows Forms, which is retained for both backward compatibility and future use. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "datasets [Windows Forms], user interface" - "DataGrid control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-architecture-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-architecture-windows-forms.md index be5f1e7a67..73478bbebd 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-architecture-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-architecture-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGridView Control Architecture" description: Learn about the DataGridView control architecture, which is designed to be a flexible, extensible system for displaying and editing tabular data. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], architecture" ms.assetid: 1c6cabf0-02ee-4bbc-9574-b54bb7f5b19e diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-code-directory-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-code-directory-windows-forms.md index 70c27b691c..5954277471 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-code-directory-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-code-directory-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGridView Control Code Directory" description: Learn about the DataGridView control code directory in Windows Forms by viewing these links to related code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data grids [Windows Forms], examples" - "examples [Windows Forms], DataGridView control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-overview-windows-forms.md index 0ba2c4d19a..1682802800 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGridView Control Overview" description: Learn how to use the Windows Forms DataGridView control to display and edit tabular data from many different kinds of data sources. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "DataGridView" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-scenarios-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-scenarios-windows-forms.md index 97e3b16a2d..5c82ced357 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-scenarios-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-scenarios-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGridView Control Scenarios" description: Learn about the DataGridView control scenarios in Windows forms, which displays tabular data from a variety of data sources. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data [Windows Forms], displaying in tabular format" - "data grids [Windows Forms], about data grids" diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-technology-summary-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-technology-summary-windows-forms.md index 739cd2f21b..7497561033 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-technology-summary-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-technology-summary-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGridView Control Technology Summary" description: Learn about the DataGridView control technology summary in Windows Forms. The DataGridView control can display rows of data from a data store. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], about DataGridView control" - "data grids [Windows Forms], about data grids" diff --git a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-windows-forms.md index a937a46cf2..e80758745a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datagridview-control-windows-forms.md @@ -2,6 +2,7 @@ title: "DataGridView Control" description: Learn how to use the `DataGridView` control to show read-only views of a small amount of data, or scale it to show editable views of very large sets of data. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "tables [Windows Forms]" - "data grids [Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-overview-windows-forms.md index 1bf4caff05..85ff99797a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "DateTimePicker Control Overview" description: This article provides an overview of the DateTimePicker control in Windows Forms, which allows the user to select a single item from a list of dates or times. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "DateTimePicker" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-windows-forms.md index ed73530f0e..3eb87749c3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/datetimepicker-control-windows-forms.md @@ -2,6 +2,7 @@ title: "DateTimePicker Control" description: Learn to use the Windows Forms DateTimePicker control to allow the user to select a single item from a list of dates or times. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "dates [Windows Forms], choosing from a list" - "dates [Windows Forms], Windows Forms controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/default-cell-styles-datagridview.md b/dotnet-desktop-guide/framework/winforms/controls/default-cell-styles-datagridview.md index 1d7c75e6e6..1bd912c311 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/default-cell-styles-datagridview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/default-cell-styles-datagridview.md @@ -2,6 +2,7 @@ title: Set Default Cell Styles and Data Formats for DataGridView Control Using the Designer description: Learn about how to set default cell styles and data formats for the Windows Forms DataGridView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], cell styles" - "cells [Windows Forms], setting styles" diff --git a/dotnet-desktop-guide/framework/winforms/controls/default-functionality-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/default-functionality-in-the-windows-forms-datagridview-control.md index 08ccfd879d..336909fef1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/default-functionality-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/default-functionality-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Default Functionality in DataGridView Control description: Learn about the default functionality in the Windows Forms DataGridView control, which is able to be edited by default. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data grids [Windows Forms], default functionality in DataGridView control" - "DataGridView control [Windows Forms], default functionality" diff --git a/dotnet-desktop-guide/framework/winforms/controls/default-keyboard-and-mouse-handling-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/default-keyboard-and-mouse-handling-in-the-windows-forms-datagridview-control.md index aa4abd5d80..c44baa32fe 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/default-keyboard-and-mouse-handling-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/default-keyboard-and-mouse-handling-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Keyboard and mouse behavior in DataGridView control description: Describes how the keyboard and mouse interacts with the DataGridView control in Windows Forms, including accessibility keyboard shortcuts. ms.date: "02/08/2022" +ms.service: dotnet-framework helpviewer_keywords: - "data grids [Windows Forms], mouse handling" - "DataGridView control [Windows Forms], navigation keys" diff --git a/dotnet-desktop-guide/framework/winforms/controls/defining-a-property-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/defining-a-property-in-windows-forms-controls.md index 01a3c2bff7..1449451990 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/defining-a-property-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/defining-a-property-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Define control properties description: Learn about defining a property in Windows Forms controls. There are a few important considerations when defining a property. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/defining-an-event-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/defining-an-event-in-windows-forms-controls.md index 259e3590eb..8d4bd00f0b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/defining-an-event-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/defining-an-event-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Define an event in controls description: Learn about defining an event in Windows Forms controls by using EventArgs and EventHandler. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/defining-default-values-with-the-shouldserialize-and-reset-methods.md b/dotnet-desktop-guide/framework/winforms/controls/defining-default-values-with-the-shouldserialize-and-reset-methods.md index 9282bc6b62..93a4f69803 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/defining-default-values-with-the-shouldserialize-and-reset-methods.md +++ b/dotnet-desktop-guide/framework/winforms/controls/defining-default-values-with-the-shouldserialize-and-reset-methods.md @@ -2,6 +2,7 @@ title: "Defining Default Values with the ShouldSerialize and Reset Methods" description: "Learn how to use the ShouldSerialize and Reset property methods to control the Windows Forms designer behavior." ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/design-time-errors-in-the-windows-forms-designer.md b/dotnet-desktop-guide/framework/winforms/controls/design-time-errors-in-the-windows-forms-designer.md index 0257c34b3f..a05843218b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/design-time-errors-in-the-windows-forms-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/design-time-errors-in-the-windows-forms-designer.md @@ -3,6 +3,7 @@ title: Design-time errors in the Windows Forms Designer titleSuffix: "" description: Learn about the errors that occur when the Windows Forms Designer fails to load due to an error in your code, in a third-party component, or elsewhere. ms.date: 09/09/2019 +ms.service: dotnet-framework f1_keywords: - "DTELErrorList" - "WhyDTELPage" diff --git a/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-accept-button-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-accept-button-using-the-designer.md index 31c8010e1a..4cd689f20b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-accept-button-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-accept-button-using-the-designer.md @@ -2,6 +2,7 @@ title: Designate a Button as the Accept Button Using the Designer description: Learn about how to designate a Windows Forms button as the accept button using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "buttons [Windows Forms], default on Windows Forms" - "Accept button on Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-cancel-button-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-cancel-button-using-the-designer.md index 327eb8863a..24452612b5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-cancel-button-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/designate-a-wf-button-as-the-cancel-button-using-the-designer.md @@ -2,6 +2,7 @@ title: Designate a Button as the Cancel Button Using the Designer description: Learn more about how to designate a Windows Forms Button as the cancel button using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "buttons [Windows Forms], cancel buttons" - "Button control [Windows Forms], designating as cancel button" diff --git a/dotnet-desktop-guide/framework/winforms/controls/determine-when-formatting-attributes-change-wf-richtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/determine-when-formatting-attributes-change-wf-richtextbox-control.md index 809c32dcec..b43dd790d5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/determine-when-formatting-attributes-change-wf-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/determine-when-formatting-attributes-change-wf-richtextbox-control.md @@ -2,6 +2,7 @@ title: Determine When Formatting Attributes Change in RichTextBox Control description: Learn more about how to determine when formatting attributes change in the Windows Forms RichTextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/determine-which-panel-wf-statusbar-control-was-clicked.md b/dotnet-desktop-guide/framework/winforms/controls/determine-which-panel-wf-statusbar-control-was-clicked.md index a05b2ebdef..bd338ff28a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/determine-which-panel-wf-statusbar-control-was-clicked.md +++ b/dotnet-desktop-guide/framework/winforms/controls/determine-which-panel-wf-statusbar-control-was-clicked.md @@ -2,6 +2,7 @@ title: Determine Which Panel in StatusBar Control Was Clicked description: Learn more about how to determine which panel in the Windows Forms StatusBar Control was clicked. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/developing-a-composite-windows-forms-control.md b/dotnet-desktop-guide/framework/winforms/controls/developing-a-composite-windows-forms-control.md index 9423325da9..ad69b71284 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/developing-a-composite-windows-forms-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/developing-a-composite-windows-forms-control.md @@ -2,6 +2,7 @@ title: Develop a Composite Control description: Learn more about developing a composite Windows Form control by combining other Windows Forms controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom controls [Windows Forms], composite controls" - "composite controls [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/developing-custom-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/developing-custom-windows-forms-controls.md index 16a3d2077e..0923c6a7b8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/developing-custom-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/developing-custom-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Develop Custom Controls description: Learn about Windows Form controls. Specifically, you'll learn to combine existing controls, extend existing controls, and author your own custom controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom controls [Windows Forms], developing using code" - "Control class [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/developing-windows-forms-controls-at-design-time.md b/dotnet-desktop-guide/framework/winforms/controls/developing-windows-forms-controls-at-design-time.md index 37d65b3535..75fa7b49be 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/developing-windows-forms-controls-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/developing-windows-forms-controls-at-design-time.md @@ -2,6 +2,7 @@ title: Develop Controls at Design Time description: Learn more about developing Windows Forms controls and design time. For control authors, the .NET Framework provides a wealth of control authoring technology. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls [Windows Forms]" - "Windows Forms controls, creating" diff --git a/dotnet-desktop-guide/framework/winforms/controls/dialog-box-controls-and-components-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/dialog-box-controls-and-components-windows-forms.md index 9e4e2d21ee..6499ac0de8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/dialog-box-controls-and-components-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/dialog-box-controls-and-components-windows-forms.md @@ -2,6 +2,7 @@ title: "Dialog-Box Controls and Components" description: Learn about dialog-box controls and components in Windows Forms. The Windows Forms controls and components listed in this article present standard dialog boxes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "CommonDialog control" - "Windows Forms dialog boxes [Windows Forms], predefined" diff --git a/dotnet-desktop-guide/framework/winforms/controls/differences-between-the-windows-forms-datagridview-and-datagrid-controls.md b/dotnet-desktop-guide/framework/winforms/controls/differences-between-the-windows-forms-datagridview-and-datagrid-controls.md index a732bc4e4a..be36ab8cbc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/differences-between-the-windows-forms-datagridview-and-datagrid-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/differences-between-the-windows-forms-datagridview-and-datagrid-controls.md @@ -2,6 +2,7 @@ title: Differences Between DataGridView and DataGrid Controls description: Learn the various differences between Windows Forms DataGridView and DataGrid controls features, as well as differences in their architecture. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data grids [Windows Forms" - "DataGrid control [Windows Forms], DataGridView control compared" diff --git a/dotnet-desktop-guide/framework/winforms/controls/disable-buttons-in-a-button-column-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/disable-buttons-in-a-button-column-in-the-datagrid.md index c7bd2efb8e..9193d767fb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/disable-buttons-in-a-button-column-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/disable-buttons-in-a-button-column-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Disable Buttons in a Button Column in DataGridView Control description: Learn more about how to disable buttons in a button column in the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/display-a-date-in-a-custom-format-with-wf-datetimepicker-control.md b/dotnet-desktop-guide/framework/winforms/controls/display-a-date-in-a-custom-format-with-wf-datetimepicker-control.md index 21c5e647ef..e061c5b616 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/display-a-date-in-a-custom-format-with-wf-datetimepicker-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/display-a-date-in-a-custom-format-with-wf-datetimepicker-control.md @@ -2,6 +2,7 @@ title: Display a Date in a Custom Format with DateTimePicker Control description: Learn how to use the Windows Forms DateTimePicker control to format the display of dates and times in the control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/display-a-web-page-from-a-wf-linklabel-control-visual-basic.md b/dotnet-desktop-guide/framework/winforms/controls/display-a-web-page-from-a-wf-linklabel-control-visual-basic.md index 5782325b81..3c03b1fc3b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/display-a-web-page-from-a-wf-linklabel-control-visual-basic.md +++ b/dotnet-desktop-guide/framework/winforms/controls/display-a-web-page-from-a-wf-linklabel-control-visual-basic.md @@ -2,6 +2,7 @@ title: Display Web Page from LinkLabel Control (Visual Basic) description: Learn more about how to display a web page from a Windows Forms LinkLabel control in Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "vb" f1_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/display-error-icons-for-form-validation-with-wf-errorprovider.md b/dotnet-desktop-guide/framework/winforms/controls/display-error-icons-for-form-validation-with-wf-errorprovider.md index bcee6611f0..54f7224205 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/display-error-icons-for-form-validation-with-wf-errorprovider.md +++ b/dotnet-desktop-guide/framework/winforms/controls/display-error-icons-for-form-validation-with-wf-errorprovider.md @@ -2,6 +2,7 @@ title: Display Error Icons for Form Validation with ErrorProvider Component description: Learn more about how to display error icons for form validation with the Windows Forms ErrorProvider component. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/display-more-than-one-month-wf-monthcalendar-control.md b/dotnet-desktop-guide/framework/winforms/controls/display-more-than-one-month-wf-monthcalendar-control.md index 35b1022437..a487fc878c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/display-more-than-one-month-wf-monthcalendar-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/display-more-than-one-month-wf-monthcalendar-control.md @@ -2,6 +2,7 @@ title: Display More than One Month in MonthCalendar Control description: Learn more about how to display more than one month in the Windows Forms MonthCalendar control, which can display up to 12 months at a time. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/display-specific-days-in-bold-with-wf-monthcalendar-control.md b/dotnet-desktop-guide/framework/winforms/controls/display-specific-days-in-bold-with-wf-monthcalendar-control.md index f1ae2d64f4..c11e12f2af 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/display-specific-days-in-bold-with-wf-monthcalendar-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/display-specific-days-in-bold-with-wf-monthcalendar-control.md @@ -2,6 +2,7 @@ title: Display Specific Days in Bold with MonthCalendar Control description: Learn more about how to display specific days in bold with the Windows Forms MonthCalendar control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/displaying-data-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/displaying-data-in-the-windows-forms-datagridview-control.md index de8f5ab1e5..4259ef6022 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/displaying-data-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/displaying-data-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Displaying Data in DataGridView Control description: Learn how to use the Windows Forms DataGridView control to display data from a variety of external data sources. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data [Windows Forms], displaying in tabular format" - "data grids [Windows Forms], displaying data" diff --git a/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-overview-windows-forms.md index a58e5334a5..05f60af26c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "DomainUpDown Control Overview" description: Learn about an overview of the DomainUpDown control in Windows Forms, which is a combination of a text box and a pair of buttons for moving up or down through a list. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "DomainUpDown" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-windows-forms.md index ecf6785184..6b7302d927 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/domainupdown-control-windows-forms.md @@ -2,6 +2,7 @@ title: "DomainUpDown Control" description: Learn about the DomainUpDown control in Windows Forms, which looks like a combination of a text box and a pair of buttons for moving up or down through a list. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DomainUpDown control [Windows Forms]" - "spin button control [Windows Forms], up-down controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/enable-column-reordering-in-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/enable-column-reordering-in-the-datagrid-using-the-designer.md index d449cd862f..9fbe1b74bb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/enable-column-reordering-in-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/enable-column-reordering-in-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Enable Column Reordering in DataGridView Control Using the Designer description: Learn more about how to enable column reordering in the Windows Forms DataGridView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], column order" - "Windows Forms, columns" diff --git a/dotnet-desktop-guide/framework/winforms/controls/enable-drag-and-drop-operations-with-wf-richtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/enable-drag-and-drop-operations-with-wf-richtextbox-control.md index 25436bd9d0..02df59c1d3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/enable-drag-and-drop-operations-with-wf-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/enable-drag-and-drop-operations-with-wf-richtextbox-control.md @@ -2,6 +2,7 @@ title: Enable Drag-and-Drop Operations with RichTextBox Control description: Learn more about how to enable drag-and-drop operations with the Windows Forms RichTextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/enable-tile-view-in-a-wf-listview-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/enable-tile-view-in-a-wf-listview-control-using-the-designer.md index ee7f70ac8c..e692848aae 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/enable-tile-view-in-a-wf-listview-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/enable-tile-view-in-a-wf-listview-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Enable Tile View in ListView Control Using the Designer description: Learn more about how to enable tile view in a Windows Forms ListView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "tile view feature" - "ListView control [Windows Forms], tile view" diff --git a/dotnet-desktop-guide/framework/winforms/controls/enable-users-to-copy-multiple-cells-to-the-clipboard-datagridview.md b/dotnet-desktop-guide/framework/winforms/controls/enable-users-to-copy-multiple-cells-to-the-clipboard-datagridview.md index 9f5464d4b5..7b5d8fbc35 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/enable-users-to-copy-multiple-cells-to-the-clipboard-datagridview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/enable-users-to-copy-multiple-cells-to-the-clipboard-datagridview.md @@ -2,6 +2,7 @@ title: Enable Users to Copy Multiple Cells to the Clipboard from DataGridView Control description: Learn more about how to enable users to copy multiple cells to the clipboard from the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-overview-windows-forms.md index 068a6bce29..1a196fa8d7 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "ErrorProvider Component Overview" description: Learn more about an overview of the ErrorProvider component in Windows Forms, which is used to validate user input on a form or control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ErrorProvider" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-windows-forms.md index ae062cc151..d78102f278 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/errorprovider-component-windows-forms.md @@ -2,6 +2,7 @@ title: "ErrorProvider Component" description: Learn more about the ErrorProvider component in Windows Forms, which is used to show the user in a non-intrusive way that something is wrong. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "error messages [Windows Forms], displaying" - "errors [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/events-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/events-in-windows-forms-controls.md index fd3462973e..197c052f02 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/events-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/events-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Events in Controls description: Learn more about events in Windows Forms controls, including the events that a Windows Form control inherits. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "events [Windows Forms], custom controls (using code)" - "custom controls [Windows Forms], events overview (using code)" diff --git a/dotnet-desktop-guide/framework/winforms/controls/filedialog-class.md b/dotnet-desktop-guide/framework/winforms/controls/filedialog-class.md index 855f6609f7..15258c0479 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/filedialog-class.md +++ b/dotnet-desktop-guide/framework/winforms/controls/filedialog-class.md @@ -2,6 +2,7 @@ title: "FileDialog Class" description: Learn more about the FileDialog class, which is the common base class for the OpenFileDialog and SaveFileDialog components. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "FileDialog class [Windows Forms]" ms.assetid: 85a8fb62-c7d9-4a30-9b74-1cd10efe6ccb diff --git a/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-overview.md index 8b671cfd92..2bb76347cb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-overview.md @@ -2,6 +2,7 @@ title: "FlowLayoutPanel Control Overview" description: Learn about an overview of the FlowLayoutPanel control, which arranges its contents in a horizontal or vertical flow direction. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "FlowLayoutPanel" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-windows-forms.md index 12479e6080..79ee19e90f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/flowlayoutpanel-control-windows-forms.md @@ -2,6 +2,7 @@ title: "FlowLayoutPanel Control" description: Learn about the FlowLayoutPanel control in Windows Forms, which arranges its contents in a horizontal or vertical flow direction. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "FlowLayoutPanel control [Windows Forms]" - "layout [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-overview-windows-forms.md index ef3dc19b33..72a54fda38 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "FolderBrowserDialog Component Overview" description: Learn about an overview of the FolderBrowserDialog component in Windows Forms, which is a modal dialog box that is used for browsing and selecting folders. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "FolderBrowserDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-windows-forms.md index 96ac5c8aa5..702aeb50d5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-windows-forms.md @@ -2,6 +2,7 @@ title: "FolderBrowserDialog Component" description: Learn about the FolderBrowserDialog component in Windows Forms, which displays an interface with which users can browse and select a folder or create a new one. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "folders [Windows Forms], browsing" - "FolderBrowserDialog component [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-overview-windows-forms.md index a2e1fce9bf..f0d7c8fd2e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "FontDialog Component Overview" description: Learn about an overview of the FontDialog component in Windows Forms, which is a pre-configured dialog box. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "FontDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-windows-forms.md index 589e1135ec..4f20f4cb5a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/fontdialog-component-windows-forms.md @@ -2,6 +2,7 @@ title: "FontDialog Component" description: Learn more about the FontDialog component in Windows Forms, which is a pre-configured dialog box. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "fonts [Windows Forms], dialog box" - "FontDialog component [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/freeze-columns-in-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/freeze-columns-in-the-datagrid-using-the-designer.md index 3a5c0e984f..6f6af12227 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/freeze-columns-in-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/freeze-columns-in-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Freeze Columns in DataGridView Control Using the Designer description: Learn more about how to freeze columns in the Windows Forms DataGridView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, columns" - "columns [Windows Forms], freezing" diff --git a/dotnet-desktop-guide/framework/winforms/controls/get-and-set-the-current-cell-wf-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/get-and-set-the-current-cell-wf-datagridview-control.md index f4dbde06db..18ae04c4ee 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/get-and-set-the-current-cell-wf-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/get-and-set-the-current-cell-wf-datagridview-control.md @@ -2,6 +2,7 @@ title: Get and Set the Current Cell in DataGridView Control description: Learn how to programmatically discover which cell is currently active by getting and setting the current cell in the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/group-controls-with-wf-panel-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/group-controls-with-wf-panel-control-using-the-designer.md index 0d6ab145d6..6ed843793c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/group-controls-with-wf-panel-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/group-controls-with-wf-panel-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Group Controls with Panel Control Using the Designer description: Learn how to group controls with the Windows Forms Panel control by using the Designer. Learn about the reasons to group controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Panel control [Windows Forms], grouping controls" - "controls [Windows Forms], grouping" diff --git a/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-overview-windows-forms.md index d2d22d392d..da101f55cf 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "GroupBox Control Overview" description: Learn more about an overview of the GroupBox control in Windows Forms, which is used to provide an identifiable grouping for other controls. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "GroupBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-windows-forms.md index 5f8fc2bb5f..9735a9d225 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/groupbox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "GroupBox Control" description: Learn more about the GroupBox control in Windows Forms, which is used to provide an identifiable grouping for other controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], grouping" - "GroupBox control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/handle-errors-that-occur-during-data-entry-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/handle-errors-that-occur-during-data-entry-in-the-datagrid.md index 96c29a4706..1618db2a33 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/handle-errors-that-occur-during-data-entry-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/handle-errors-that-occur-during-data-entry-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Handle Errors That Occur During Data Entry in DataGridView Control description: Use these examples to learn how to handle errors that occur during data entry in the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/handling-errors-that-occur-during-data-entry-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/handling-errors-that-occur-during-data-entry-in-the-datagrid.md index 0ec09b1d57..1b61dc47df 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/handling-errors-that-occur-during-data-entry-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/handling-errors-that-occur-during-data-entry-in-the-datagrid.md @@ -2,6 +2,7 @@ title: "Walkthrough: Handling errors that occur during data entry in DataGridView control" description: Use this walkthrough to learn about handling errors that occur during data entry in the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/handling-user-input.md b/dotnet-desktop-guide/framework/winforms/controls/handling-user-input.md index cbf7be593c..3987e5dd8d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/handling-user-input.md +++ b/dotnet-desktop-guide/framework/winforms/controls/handling-user-input.md @@ -2,6 +2,7 @@ title: "Handling User Input" description: Learn about keyboard and mouse events when handling an event, control authors should override the protected method. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-overview-windows-forms.md index 4b6576c22f..6684fb0bcf 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "HelpProvider Component Overview" description: Learn how the Windows Forms HelpProvider component is used to associate an HTML Help 1.x file with your Windows application. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "HelpProvider" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-windows-forms.md index c34371c608..ee1fb4d472 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/helpprovider-component-windows-forms.md @@ -2,6 +2,7 @@ title: "HelpProvider Component" description: Learn how the Windows Forms HelpProvider component associates an HTML Help 1.x file with your Windows-based application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "forms [Windows Forms], Help" - "Help [Windows Forms], displaying on Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/hide-columns-in-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/hide-columns-in-the-datagrid-using-the-designer.md index cf1b59a405..b830a3118b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/hide-columns-in-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/hide-columns-in-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Hide Columns in DataGridView Control Using the Designer description: Learn how to display only some of the columns that are available in a Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, columns" - "columns [Windows Forms], hiding" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-access-objects-bound-to-windows-forms-datagridview-rows.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-access-objects-bound-to-windows-forms-datagridview-rows.md index 842cd23cec..e1a0b84c64 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-access-objects-bound-to-windows-forms-datagridview-rows.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-access-objects-bound-to-windows-forms-datagridview-rows.md @@ -2,6 +2,7 @@ title: Access Objects Bound to DataGridView Rows description: Learn how to access objects bound to Windows Forms DataGridView rows to display a table of information stored in a collection of business objects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-html-source-in-the-managed-html-document-object-model.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-html-source-in-the-managed-html-document-object-model.md index 9f3d8f1764..cbb3b32479 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-html-source-in-the-managed-html-document-object-model.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-html-source-in-the-managed-html-document-object-model.md @@ -2,6 +2,7 @@ title: "How to: Access the HTML Source in the Managed HTML Document Object Model" description: Learn how to access HTML source in the managed HTML Document Object Model. Properties return the HTML as it existed when it was first displayed. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-managed-html-document-object-model.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-managed-html-document-object-model.md index 7bb7bb74de..ad4fe90a6e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-managed-html-document-object-model.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-access-the-managed-html-document-object-model.md @@ -2,6 +2,7 @@ title: "How to: Access the Managed HTML Document Object Model" description: Learn how you can access the managed HTML Document Object Model (DOM) from two types of applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page-using-the-designer.md index 9bd709bc6c..84eddfa343 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page-using-the-designer.md @@ -2,6 +2,7 @@ title: "How to: Add a Control to a Tab Page Using the Designer" description: Learn how you can use the Windows Forms TabControl to display other controls in an organized fashion. This article shows how to display a picture on a tab page. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TabPage control" - "tab controls [Windows Forms], tab order" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page.md index ffe974b41d..aefab4d0b1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-tab-page.md @@ -2,6 +2,7 @@ title: "How to: Add a Control to a Tab Page" description: Learn how you can use the Windows Forms TabControl to display other controls in an organized fashion. This article shows how to add a button to the first tab. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-toolstripcontentpanel.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-toolstripcontentpanel.md index b4edecc36a..93f69543f5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-toolstripcontentpanel.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-control-to-a-toolstripcontentpanel.md @@ -2,6 +2,7 @@ title: "How to: Add a Control to a ToolStripContentPanel" description: Use this code example to learn how you can programmatically add one or more controls to a ToolStripContentPanel. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-custom-place-to-a-file-dialog-box.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-custom-place-to-a-file-dialog-box.md index 02ab373999..230055a69a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-custom-place-to-a-file-dialog-box.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-custom-place-to-a-file-dialog-box.md @@ -2,6 +2,7 @@ title: "How To: Add a Custom Place to a File Dialog Box" description: The default open and save dialog boxes on Windows have a custom places area. Learn how to add a custom place. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-toolstripcontainer-to-a-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-toolstripcontainer-to-a-form.md index a1fcdd1525..912308e182 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-toolstripcontainer-to-a-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-a-toolstripcontainer-to-a-form.md @@ -2,6 +2,7 @@ title: "How to: Add a ToolStripContainer to a Form" description: Learn how you can programmatically add a ToolStripContainer to a Windows Form and populate it with controls. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-activex-controls-to-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-activex-controls-to-windows-forms.md index 728a497b54..b885cd418f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-activex-controls-to-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-activex-controls-to-windows-forms.md @@ -2,6 +2,7 @@ title: Add ActiveX Controls to forms description: Learn how to put ActiveX controls on Windows forms. The Windows Forms Designer is optimized for Windows Forms controls, but you can use ActiveX controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, ActiveX controls" - "forms [Windows Forms], adding ActiveX controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-items-with-the-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-items-with-the-windows-forms-listview-control.md index 365fb129cd..268c2a5bb6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-items-with-the-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-items-with-the-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Add and Remove Items with ListView Control description: Learn how to add and remove an item with the Windows Forms ListView control by specifying the item and assigning properties to it. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-nodes-with-the-windows-forms-treeview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-nodes-with-the-windows-forms-treeview-control.md index 7659173e6b..9d43c75cea 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-nodes-with-the-windows-forms-treeview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-nodes-with-the-windows-forms-treeview-control.md @@ -2,6 +2,7 @@ title: Add and Remove Nodes with TreeView Control description: The Windows Forms TreeView control stores the top-level nodes. Learn how to add and remove nodes with the Windows Forms TreeView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-tabs-with-the-windows-forms-tabcontrol.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-tabs-with-the-windows-forms-tabcontrol.md index 4ab6f7d4af..b71d1f16ba 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-tabs-with-the-windows-forms-tabcontrol.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-and-remove-tabs-with-the-windows-forms-tabcontrol.md @@ -2,6 +2,7 @@ title: Add and Remove Tabs with TabControl description: Learn how to add and remove tabs with the Windows Forms TabControl control, which contains two TabPage controls. Access these tabs through the TabPages property. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control-using-the-designer.md index 66138c69e4..da3264c01e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control-using-the-designer.md @@ -2,6 +2,7 @@ title: "How to: Add Buttons to a ToolBar Control Using the Designer" description: Learn how to add buttons to a ToolBar control by using the Designer. Adding buttons is an integral part of the using a ToolBar control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "toolbars [Windows Forms], adding buttons" - "ToolBar control [Windows Forms], adding buttons" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control.md index ae7475a97e..adfeee9f19 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-buttons-to-a-toolbar-control.md @@ -2,6 +2,7 @@ title: "How to: Add Buttons to a ToolBar Control" description: Learn how to add buttons to a ToolBar control, which is an integral part of the using the ToolBar control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control-using-the-designer.md index 3b674aa343..fb441ec5d0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Add Columns to ListView Control Using the Designer designer: Learn how to add columns to the Windows Forms ListView control by using the Designer. The ListView control can display multiple columns for each list item. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView control [Windows Forms], adding column headers" - "columns [Windows Forms], adding to ListView controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control.md index ac2b870d24..f4e3bf4947 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-columns-to-the-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Add Columns to ListView Control description: Learn how to add columns to the Windows Forms ListView control to display several types of information about each list item. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-to-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-to-windows-forms.md index f8cafb7e1b..ad8ddc3039 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-to-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-to-windows-forms.md @@ -2,6 +2,7 @@ title: Add Controls description: Learn how to draw a control on a Windows Form. A control is a component on a form you can use to display information or accept user input. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-without-a-user-interface-to-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-without-a-user-interface-to-windows-forms.md index 3ebc9375e1..ab1ca37f31 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-without-a-user-interface-to-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-controls-without-a-user-interface-to-windows-forms.md @@ -2,6 +2,7 @@ title: Add Controls Without a User Interface description: A nonvisual control provides functionality to your application. Learn how to add controls without a user interface to Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-enhancements-to-toolstripmenuitems.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-enhancements-to-toolstripmenuitems.md index 2aa733fa82..5d7a2a9a9b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-enhancements-to-toolstripmenuitems.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-enhancements-to-toolstripmenuitems.md @@ -2,6 +2,7 @@ title: "How to: Add Enhancements to ToolStripMenuItems" description: Learn how you can add enhancements to the usability of the MenuStrip and ContextMenuStrip controls. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-items-to-windows-forms-domainupdown-controls-programmatically.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-items-to-windows-forms-domainupdown-controls-programmatically.md index 6fa7e23dda..52dee76703 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-items-to-windows-forms-domainupdown-controls-programmatically.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-items-to-windows-forms-domainupdown-controls-programmatically.md @@ -2,6 +2,7 @@ title: Add Items to DomainUpDown Controls Programmatically description: Learn how to add items to Windows Forms DomainUpDown controls programmatically by using the DomainUpDownItemCollection.Add method. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-menu-items-to-a-contextmenustrip.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-menu-items-to-a-contextmenustrip.md index 61dccfdad4..7f85ac97ca 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-menu-items-to-a-contextmenustrip.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-menu-items-to-a-contextmenustrip.md @@ -2,6 +2,7 @@ title: "How to: Add Menu Items to a ContextMenuStrip" description: Learn how to add just one menu item or several items at a time to a ContextMenuStrip control in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-imagelist-images-with-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-imagelist-images-with-the-designer.md index 1aec7f2669..f2853320a2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-imagelist-images-with-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-imagelist-images-with-the-designer.md @@ -2,6 +2,7 @@ title: "How to: Add or Remove ImageList Images with the Designer" description: Learn about several ways that you can add images to an ImageList component, including by using the Properties window and using the smart tag. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ImageList component [Windows Forms], adding images" - "ImageList component [Windows Forms], removing images" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-images-with-the-windows-forms-imagelist-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-images-with-the-windows-forms-imagelist-component.md index a53bc417f9..06fa075509 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-images-with-the-windows-forms-imagelist-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-or-remove-images-with-the-windows-forms-imagelist-component.md @@ -2,6 +2,7 @@ title: Add or Remove Images with ImageList Component description: The Windows Forms ImageList component is typically populated with images before it is associated with a control. Learn to add and remove images later. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-panels-to-a-statusbar-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-panels-to-a-statusbar-control.md index 8b26090528..6ad231d6a6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-panels-to-a-statusbar-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-panels-to-a-statusbar-control.md @@ -2,6 +2,7 @@ title: "How to: Add Panels to a StatusBar Control" description: Learn how to add panels to a StatusBar control. The programmable area within a StatusBar control consists of instances of the StatusBarPanel class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-search-capabilities-to-a-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-search-capabilities-to-a-listview-control.md index 3711c29070..041d674ad2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-search-capabilities-to-a-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-search-capabilities-to-a-listview-control.md @@ -2,6 +2,7 @@ title: "How to: Add Search Capabilities to a ListView Control" description: Learn how to offer a user search capabilities with a ListView control for use with a large list of items. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-tables-and-columns-to-the-windows-forms-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-tables-and-columns-to-the-windows-forms-datagrid-control.md index c0a8e5eeb1..8e53527dd3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-tables-and-columns-to-the-windows-forms-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-tables-and-columns-to-the-windows-forms-datagrid-control.md @@ -2,6 +2,7 @@ title: Add Tables and Columns to DataGrid Control description: Learn how to add tables and columns to a DataGrid control. You can restrict which columns from the table appear. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-to-or-remove-from-a-collection-of-controls-at-run-time.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-to-or-remove-from-a-collection-of-controls-at-run-time.md index 0909051651..acce36b8d1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-to-or-remove-from-a-collection-of-controls-at-run-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-to-or-remove-from-a-collection-of-controls-at-run-time.md @@ -2,6 +2,7 @@ title: "How to: Add to or Remove from a Collection of Controls at Run Time" description: Learn how to add controls to and remove controls from any container control on your forms, such as the Panel or GroupBox control, or even the form itself. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-toolstrip-items-dynamically.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-toolstrip-items-dynamically.md index ee9b1a174f..ffcfb15350 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-toolstrip-items-dynamically.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-toolstrip-items-dynamically.md @@ -2,6 +2,7 @@ title: "How to: Add ToolStrip Items Dynamically" description: Learn how to dynamically add ToolStrip items to a ContextMenuStrip control and reuse the same control for several different controls on the form. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-web-browser-capabilities-to-a-windows-forms-application.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-web-browser-capabilities-to-a-windows-forms-application.md index f0df137efb..90cb0dd775 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-add-web-browser-capabilities-to-a-windows-forms-application.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-add-web-browser-capabilities-to-a-windows-forms-application.md @@ -2,6 +2,7 @@ title: Add web browser capabilities to app description: Learn how to add web browser capabilities to a Windows Forms application with the WebBrowser control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms-at-design-time.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms-at-design-time.md index 2b879987f7..ab8e01002e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms-at-design-time.md @@ -1,6 +1,7 @@ --- title: "How to: Align a Control to the Edges of Forms at Design Time" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom controls [Windows Forms], docking using designer" - "Dock property [Windows Forms], aligning controls (using designer)" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms.md index 92968cc707..521334a09f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-a-control-to-the-edges-of-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Align a Control to the Edges of Forms" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-and-stretch-a-control-in-a-tablelayoutpanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-and-stretch-a-control-in-a-tablelayoutpanel-control.md index fffd5a0350..a787db93d1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-and-stretch-a-control-in-a-tablelayoutpanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-and-stretch-a-control-in-a-tablelayoutpanel-control.md @@ -1,6 +1,7 @@ --- title: "How to: Align and Stretch a Control in a TableLayoutPanel Control" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "net.ComponentModel.StyleCollectionEditor.TLP.AlignStretchCtrl" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-multiple-controls-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-multiple-controls-on-windows-forms.md index 53ed7734d4..18cac8cdbd 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-align-multiple-controls-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-align-multiple-controls-on-windows-forms.md @@ -1,6 +1,7 @@ --- title: Align Multiple Controls ms.date: 03/30/2017 +ms.service: dotnet-framework f1_keywords: - Designer_Microsoft.VisualStudio.Windows.Forms.Design.DocumentDesigner helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-flowlayoutpanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-flowlayoutpanel-control.md index cf89fb21fa..71bc289d5c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-flowlayoutpanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-flowlayoutpanel-control.md @@ -2,6 +2,7 @@ title: "How to: Anchor and Dock Child Controls in a FlowLayoutPanel Control" description: Learn how to programmatically anchor and dock child controls in a Windows Forms FlowLayoutPanel control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "layout [Windows Forms], child controls" - "FlowLayoutPanel control [Windows Forms], child controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-tablelayoutpanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-tablelayoutpanel-control.md index 14bf96beb1..86c2cb1b74 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-tablelayoutpanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-and-dock-child-controls-in-a-tablelayoutpanel-control.md @@ -1,6 +1,7 @@ --- title: "How to: Anchor and Dock Child Controls in a TableLayoutPanel Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-controls-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-controls-on-windows-forms.md index 899bf1c958..ba5c300e50 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-controls-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-anchor-controls-on-windows-forms.md @@ -1,6 +1,7 @@ --- title: Anchor Controls ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Anchor property [Windows Forms], enabling resizable forms" - "Windows Forms controls, screen resolutions" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-append-a-menustrip-to-an-mdi-parent-window-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-append-a-menustrip-to-an-mdi-parent-window-windows-forms.md index 2d1f00b551..1436a06e0f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-append-a-menustrip-to-an-mdi-parent-window-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-append-a-menustrip-to-an-mdi-parent-window-windows-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Append a MenuStrip to an MDI Parent Window" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-apply-attributes-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-apply-attributes-in-windows-forms-controls.md index 6807067ab0..a0f0428178 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-apply-attributes-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-apply-attributes-in-windows-forms-controls.md @@ -1,6 +1,7 @@ --- title: Apply Attributes in Controls ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-contextmenustrip-with-a-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-contextmenustrip-with-a-control.md index 4fa55eb01b..c9b0184a6a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-contextmenustrip-with-a-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-contextmenustrip-with-a-control.md @@ -1,6 +1,7 @@ --- title: "How to: Associate a ContextMenuStrip with a Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-shortcut-menu-with-a-windows-forms-notifyicon-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-shortcut-menu-with-a-windows-forms-notifyicon-component.md index 16b28d6f25..4486637f82 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-shortcut-menu-with-a-windows-forms-notifyicon-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-associate-a-shortcut-menu-with-a-windows-forms-notifyicon-component.md @@ -1,6 +1,7 @@ --- title: Associate a Shortcut Menu with NotifyIcon Component ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treenode-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treenode-using-the-designer.md index 01c680ab0c..9baf246a67 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treenode-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treenode-using-the-designer.md @@ -1,6 +1,7 @@ --- title: "How to: Attach a Shortcut Menu to a TreeNode Using the Designer" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "shortcut menus [Windows Forms], attaching to TreeNodes" - "TreeNode [Windows Forms], attaching a shortcut menu using Designer" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treeview-node.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treeview-node.md index 38315f8844..d184833787 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treeview-node.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-attach-a-shortcut-menu-to-a-treeview-node.md @@ -1,6 +1,7 @@ --- title: "How to: Attach a ShortCut Menu to a TreeView Node" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-author-composite-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-author-composite-controls.md index 5a0833fa41..fcf331282f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-author-composite-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-author-composite-controls.md @@ -1,6 +1,7 @@ --- title: "How to: Author Composite Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "UserControl class [Windows Forms], creating composite controls" - "user controls [Windows Forms], creating" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-author-controls-for-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-author-controls-for-windows-forms.md index 590ed0f3ce..f0d13b8c01 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-author-controls-for-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-author-controls-for-windows-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Author Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], creating" - "UserControl class [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-combobox-or-listbox-control-to-data.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-combobox-or-listbox-control-to-data.md index 639a40f4de..8fc44de67f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-combobox-or-listbox-control-to-data.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-combobox-or-listbox-control-to-data.md @@ -2,6 +2,7 @@ title: Bind ComboBox or ListBox Control to Data description: Learn how to bind the Windows Forms ComboBox and ListBox to data to perform tasks like browsing data in a database, entering new data, or editing existing data. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-factory-object.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-factory-object.md index e6398cd05b..cd8d5285d3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-factory-object.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-factory-object.md @@ -1,6 +1,7 @@ --- title: Bind Control to a Factory Object ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type-using-the-designer.md index 191839da37..b4bf50d38b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type-using-the-designer.md @@ -1,6 +1,7 @@ --- title: Bind Control to a Type Using the Designer ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], binding to a type" - "BindingSource component [Windows Forms], binding to a type" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type.md index b057166acd..6cc6fb16ef 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-a-windows-forms-control-to-a-type.md @@ -1,6 +1,7 @@ --- title: Bind Control to a Type ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-maskedtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-maskedtextbox-control.md index 473a725223..bb6d688a6f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-maskedtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-maskedtextbox-control.md @@ -1,6 +1,7 @@ --- title: "How to: Bind Data to the MaskedTextBox Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-windows-forms-datagridview-control.md index 9a9e1a440a..8461a3a6ac 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-data-to-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Bind data to DataGridView Control ms.date: "02/08/2019" +ms.service: dotnet-framework description: Learn how DataGridView control supports the standard Windows Forms data binding model so it can bind to a variety of data sources. dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-objects-to-windows-forms-datagridview-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-objects-to-windows-forms-datagridview-controls.md index 0606004263..38f5ff2feb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-objects-to-windows-forms-datagridview-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-objects-to-windows-forms-datagridview-controls.md @@ -2,6 +2,7 @@ title: Bind Objects to DataGridView Controls description: Learn how to how to bind a collection of objects to a Windows Forms DataGridView control so that each object displays as a separate row. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-the-windows-forms-datagrid-control-to-a-data-source.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-the-windows-forms-datagrid-control-to-a-data-source.md index ce96249ea2..8daed1f221 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-the-windows-forms-datagrid-control-to-a-data-source.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-the-windows-forms-datagrid-control-to-a-data-source.md @@ -1,6 +1,7 @@ --- title: Bind DataGrid Control to a Data Source ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-to-a-web-service-using-the-windows-forms-bindingsource.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-to-a-web-service-using-the-windows-forms-bindingsource.md index ae2060da2b..c835ec1e85 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-to-a-web-service-using-the-windows-forms-bindingsource.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-to-a-web-service-using-the-windows-forms-bindingsource.md @@ -1,6 +1,7 @@ --- title: Bind to a Web Service Using BindingSource ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-windows-forms-controls-to-dbnull-database-values.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-windows-forms-controls-to-dbnull-database-values.md index 45e68d1060..0f563e2789 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-windows-forms-controls-to-dbnull-database-values.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-bind-windows-forms-controls-to-dbnull-database-values.md @@ -1,6 +1,7 @@ --- title: Bind Controls to DBNull Database Values ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-monthcalendar-control-appearance.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-monthcalendar-control-appearance.md index 4351067a73..42c0801000 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-monthcalendar-control-appearance.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-monthcalendar-control-appearance.md @@ -1,6 +1,7 @@ --- title: Change MonthCalendar Control's Appearance ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-styles-on-an-element-in-the-managed-html-document-object-model.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-styles-on-an-element-in-the-managed-html-document-object-model.md index 1f5c193bbc..f5b8294205 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-styles-on-an-element-in-the-managed-html-document-object-model.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-styles-on-an-element-in-the-managed-html-document-object-model.md @@ -1,6 +1,7 @@ --- title: "How to: Change Styles on an Element in the Managed HTML Document Object Model" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-colordialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-colordialog-component.md index fe73b32a99..4383603303 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-colordialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-colordialog-component.md @@ -1,6 +1,7 @@ --- title: Change the Appearance of ColorDialog Component ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-linklabel-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-linklabel-control.md index 8658c9cc88..f437fead25 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-linklabel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-linklabel-control.md @@ -1,6 +1,7 @@ --- title: Change the Appearance of LinkLabel Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-tabcontrol.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-tabcontrol.md index cc6a132904..9fe7aa5e7c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-tabcontrol.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-the-windows-forms-tabcontrol.md @@ -1,6 +1,7 @@ --- title: Change the Appearance of TabControl ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-toolstrip-text-and-images-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-toolstrip-text-and-images-in-windows-forms.md index 13452a81fa..d85485d2e0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-toolstrip-text-and-images-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-appearance-of-toolstrip-text-and-images-in-windows-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Change the Appearance of ToolStrip Text and Images" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-delay-of-the-windows-forms-tooltip-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-delay-of-the-windows-forms-tooltip-component.md index a07d63336e..b2f6aa547f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-delay-of-the-windows-forms-tooltip-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-delay-of-the-windows-forms-tooltip-component.md @@ -1,6 +1,7 @@ --- title: Change the Delay of ToolTip Component ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-order-of-columns-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-order-of-columns-in-the-windows-forms-datagridview-control.md index ba4936f11e..8a5a3930a3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-order-of-columns-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-order-of-columns-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Change the Order of Columns in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-spacing-and-alignment-of-toolstrip-items-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-spacing-and-alignment-of-toolstrip-items-in-windows-forms.md index 92122dce90..e00b566605 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-spacing-and-alignment-of-toolstrip-items-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-change-the-spacing-and-alignment-of-toolstrip-items-in-windows-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Change the Spacing and Alignment of ToolStrip Items" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-choose-folders-with-the-windows-forms-folderbrowserdialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-choose-folders-with-the-windows-forms-folderbrowserdialog-component.md index 57597fcfb9..6ade2058f2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-choose-folders-with-the-windows-forms-folderbrowserdialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-choose-folders-with-the-windows-forms-folderbrowserdialog-component.md @@ -2,6 +2,7 @@ title: Choose Folders with FolderBrowserDialog Component description: Learn how to use the Windows Forms FolderBrowserDialog component within Windows applications you create to prompt users to select a folder. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-contextmenustrip-check-margins-and-image-margins.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-contextmenustrip-check-margins-and-image-margins.md index 6ed6e25014..7dcc199b15 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-contextmenustrip-check-margins-and-image-margins.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-contextmenustrip-check-margins-and-image-margins.md @@ -1,6 +1,7 @@ --- title: "How to: Configure ContextMenuStrip Check Margins and Image Margins" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-menustrip-check-margins-and-image-margins.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-menustrip-check-margins-and-image-margins.md index d0e4ae0a34..373c1d1f1a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-menustrip-check-margins-and-image-margins.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-configure-menustrip-check-margins-and-image-margins.md @@ -1,6 +1,7 @@ --- title: "How to: Configure MenuStrip Check Margins and Image Margins" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-control-the-insertion-point-in-a-windows-forms-textbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-control-the-insertion-point-in-a-windows-forms-textbox-control.md index d18d4e4bb3..1146fff35b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-control-the-insertion-point-in-a-windows-forms-textbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-control-the-insertion-point-in-a-windows-forms-textbox-control.md @@ -1,6 +1,7 @@ --- title: Control the Insertion Point in TextBox Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-copy-toolstripmenuitems.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-copy-toolstripmenuitems.md index 281dfdfe29..8f1fd9969f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-copy-toolstripmenuitems.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-copy-toolstripmenuitems.md @@ -1,6 +1,7 @@ --- title: "How to: Copy ToolStripMenuItems" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "menu items [Windows Forms], copying and pasting" - "MenuStrip control [Windows Forms], arranging items" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-border-around-a-windows-forms-control-using-padding.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-border-around-a-windows-forms-control-using-padding.md index eeb2dd4298..b2ed8833f6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-border-around-a-windows-forms-control-using-padding.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-border-around-a-windows-forms-control-using-padding.md @@ -1,6 +1,7 @@ --- title: Create Border Around a Control Using Padding ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-lookup-table-with-the-windows-forms-bindingsource-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-lookup-table-with-the-windows-forms-bindingsource-component.md index 1a5adf25bf..a97b08681a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-lookup-table-with-the-windows-forms-bindingsource-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-lookup-table-with-the-windows-forms-bindingsource-component.md @@ -1,6 +1,7 @@ --- title: Create a Lookup Table with BindingSource Component ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "lookup tables" - "tables [Windows Forms], creating lookup tables" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-multipane-user-interface-with-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-multipane-user-interface-with-windows-forms.md index 56473879e6..72f0719a1f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-multipane-user-interface-with-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-multipane-user-interface-with-windows-forms.md @@ -2,6 +2,7 @@ title: Create a Multipane User Interface description: Describes how to layout Windows Forms controls to mimic a Microsoft Outlook email application. ms.date: 01/21/2022 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-password-text-box-with-the-windows-forms-textbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-password-text-box-with-the-windows-forms-textbox-control.md index 495dbdc132..4c8bda362b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-password-text-box-with-the-windows-forms-textbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-password-text-box-with-the-windows-forms-textbox-control.md @@ -2,6 +2,7 @@ title: Create a Password Text Box with TextBox Control description: Learn how to cerate a Windows Forms text that displays placeholder characters while a user types a string. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-professionally-styled-toolstrip-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-professionally-styled-toolstrip-control.md index f0c59eb80a..975a21b08a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-professionally-styled-toolstrip-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-professionally-styled-toolstrip-control.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Professionally Styled ToolStrip Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-read-only-text-box-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-read-only-text-box-windows-forms.md index 308c392faa..d771001bab 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-read-only-text-box-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-read-only-text-box-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Create a Read-Only Text Box" description: Learn about transforming an editable Windows Forms text box into a read-only Windows Forms text box. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TextBox control [Windows Forms], read-only" - "read-only text boxes" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-resizable-windows-form-for-data-entry.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-resizable-windows-form-for-data-entry.md index 9d95bc2a46..27660c6527 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-resizable-windows-form-for-data-entry.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-resizable-windows-form-for-data-entry.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Resizable Windows Form for Data Entry" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-explorer-style-interface-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-explorer-style-interface-on-a-windows-form.md index 2f9aab1ad6..5fc2d36a99 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-explorer-style-interface-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-explorer-style-interface-on-a-windows-form.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Windows Explorer–Style Interface on a Windows Form" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Explorer [Windows Forms], creating with Windows Forms" - "SplitContainer control [Windows Forms], Explorer-style interface" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-forms-control-that-shows-progress.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-forms-control-that-shows-progress.md index 4a458e6baf..aa6a605d6e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-forms-control-that-shows-progress.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-a-windows-forms-control-that-shows-progress.md @@ -1,6 +1,7 @@ --- title: Create Control That Shows Progress ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-for-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-for-windows-forms-controls.md index 78bc33dd41..5b85a153a9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-for-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-for-windows-forms-controls.md @@ -1,6 +1,7 @@ --- title: Create Access Keys for Controls ms.date: 08/20/2019 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-with-windows-forms-label-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-with-windows-forms-label-controls.md index b5ad327fb2..cc3ddb2af9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-with-windows-forms-label-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-access-keys-with-windows-forms-label-controls.md @@ -1,6 +1,7 @@ --- title: Create Access Keys with Label Controls ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-html-document-viewer-in-a-windows-forms-application.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-html-document-viewer-in-a-windows-forms-application.md index 55dac5a6cb..416fc8966d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-html-document-viewer-in-a-windows-forms-application.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-html-document-viewer-in-a-windows-forms-application.md @@ -2,6 +2,7 @@ title: Create an HTML Document Viewer in a Windows Forms app titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-menu-merging-and-toolstrip-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-menu-merging-and-toolstrip-controls.md index d5346053d1..9a80c2cca1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-menu-merging-and-toolstrip-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-menu-merging-and-toolstrip-controls.md @@ -1,6 +1,7 @@ --- title: "How to: Create an MDI Form with Menu Merging and ToolStrip Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-toolstrippanel-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-toolstrippanel-controls.md index 333d33eadd..42ed61f0fa 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-toolstrippanel-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-form-with-toolstrippanel-controls.md @@ -1,6 +1,7 @@ --- title: "How to: Create an MDI Form with ToolStripPanel Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-window-list-with-menustrip-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-window-list-with-menustrip-windows-forms.md index 29180f03fa..547dfca4db 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-window-list-with-menustrip-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-mdi-window-list-with-menustrip-windows-forms.md @@ -1,6 +1,7 @@ --- title: "How to: Create an MDI Window List with MenuStrip" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md index e55d333347..134595a308 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Create an Unbound Windows Forms DataGridView Control description: Populate an unbound Windows Forms DataGridView Control programmatically and display a small amount of data in a table format without binding it to a data source. ms.date: "01/12/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-master-detail-lists-with-the-windows-forms-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-master-detail-lists-with-the-windows-forms-datagrid-control.md index cafac188ab..b5088dcc3f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-master-detail-lists-with-the-windows-forms-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-master-detail-lists-with-the-windows-forms-datagrid-control.md @@ -1,6 +1,7 @@ --- title: Create Master-Detail Lists with DataGrid Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-toggle-buttons-in-toolstrip-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-toggle-buttons-in-toolstrip-controls.md index 5fa0d1e991..4ae77b0ea0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-toggle-buttons-in-toolstrip-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-toggle-buttons-in-toolstrip-controls.md @@ -1,6 +1,7 @@ --- title: "How to: Create Toggle Buttons in ToolStrip Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-variable-sized-text-in-a-combobox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-variable-sized-text-in-a-combobox-control.md index 37e79206bd..e756ba62bf 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-variable-sized-text-in-a-combobox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-variable-sized-text-in-a-combobox-control.md @@ -1,6 +1,7 @@ --- title: "How to: Create Variable Sized Text in a ComboBox Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "vb" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-custom-draw-a-toolstrip-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-custom-draw-a-toolstrip-control.md index 9fd10d6517..69c795e773 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-custom-draw-a-toolstrip-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-custom-draw-a-toolstrip-control.md @@ -1,6 +1,7 @@ --- title: "How to: Custom Draw a ToolStrip Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-colors-in-toolstrip-applications.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-colors-in-toolstrip-applications.md index 0a2653da55..284f4cad8c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-colors-in-toolstrip-applications.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-colors-in-toolstrip-applications.md @@ -1,6 +1,7 @@ --- title: "How to: Customize Colors in ToolStrip Applications" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-data-formatting-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-data-formatting-in-the-windows-forms-datagridview-control.md index 1fa282f5b5..2d960783b2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-data-formatting-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-data-formatting-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Customize Data Formatting in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-item-addition-with-the-windows-forms-bindingsource.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-item-addition-with-the-windows-forms-bindingsource.md index 096896a7a8..5a92c34a6a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-item-addition-with-the-windows-forms-bindingsource.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-item-addition-with-the-windows-forms-bindingsource.md @@ -1,6 +1,7 @@ --- title: Customize Item Addition with BindingSource component ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-sorting-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-sorting-in-the-windows-forms-datagridview-control.md index a037791d92..fda2456298 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-sorting-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-customize-sorting-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Customize Sorting in a DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button-using-the-designer.md index d67e60d2d0..510d435d49 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button-using-the-designer.md @@ -1,6 +1,7 @@ --- title: "How to: Define an Icon for a ToolBar Button Using the Designer" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "toolbars [Windows Forms], adding icons to buttons" - "examples [Windows Forms], toolbars" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button.md index d250d02f64..305566b887 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-an-icon-for-a-toolbar-button.md @@ -1,6 +1,7 @@ --- title: "How to: Define an Icon for a ToolBar Button" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-resize-and-positioning-behavior-in-a-split-window.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-resize-and-positioning-behavior-in-a-split-window.md index d64d88bd34..b6ebea5bae 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-resize-and-positioning-behavior-in-a-split-window.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-resize-and-positioning-behavior-in-a-split-window.md @@ -1,6 +1,7 @@ --- title: "How to: Define Resize and Positioning Behavior in a Split Window" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-z-ordering-of-docked-toolstrip-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-z-ordering-of-docked-toolstrip-controls.md index a348745177..d0d921d6a4 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-define-z-ordering-of-docked-toolstrip-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-define-z-ordering-of-docked-toolstrip-controls.md @@ -2,6 +2,7 @@ title: "How to: Define Z-Ordering of Docked ToolStrip Controls" description: Learn how to define Z-Order in the form to correctly arrange and position docked ToolStrip controls. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-delete-or-hide-columns-in-the-windows-forms-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-delete-or-hide-columns-in-the-windows-forms-datagrid-control.md index 59d703ec5e..0a7210b674 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-delete-or-hide-columns-in-the-windows-forms-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-delete-or-hide-columns-in-the-windows-forms-datagrid-control.md @@ -2,6 +2,7 @@ title: Delete or Hide Columns in DataGrid Control description: Learn how to hide and delete columns in DataGrid Control as a way to add or replace functionality to the data grid. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-design-a-windows-forms-layout-that-responds-well-to-localization.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-design-a-windows-forms-layout-that-responds-well-to-localization.md index 284967900f..9e5ac8c31a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-design-a-windows-forms-layout-that-responds-well-to-localization.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-design-a-windows-forms-layout-that-responds-well-to-localization.md @@ -2,6 +2,7 @@ title: Design a localization-friendly layout description: Learn how to design a localization-friendly layout that is ready for use by international markets. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-accept-button.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-accept-button.md index 4af0517bcb..9990787178 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-accept-button.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-accept-button.md @@ -2,6 +2,7 @@ title: Designate a Button as the Accept Button description: Learn how to assign a button as the accept button, also known as a default button on any windows form. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-cancel-button.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-cancel-button.md index 5739bff506..980b92432d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-cancel-button.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-designate-a-windows-forms-button-as-the-cancel-button.md @@ -2,6 +2,7 @@ title: Designate a Button as the Cancel Button description: How to assign a button as the Cancel button which allows the user to quickly exit an operation rather than commit to any action. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-detect-when-the-mouse-pointer-is-over-a-toolstripitem.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-detect-when-the-mouse-pointer-is-over-a-toolstripitem.md index 4d88d1e4d2..aa0c8884f7 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-detect-when-the-mouse-pointer-is-over-a-toolstripitem.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-detect-when-the-mouse-pointer-is-over-a-toolstripitem.md @@ -2,6 +2,7 @@ title: "How to: Detect When the Mouse Pointer Is Over a ToolStripItem" description: Learn how to detect mouse movement and when the mouse pointer is position over a ToolStripItem. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "toolbars [Windows Forms], detecting mouse movement" - "ToolStrip control [Windows Forms], detecting mouse movement" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-checked-items-in-the-windows-forms-checkedlistbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-checked-items-in-the-windows-forms-checkedlistbox-control.md index d9c9cb6838..833b5eca33 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-checked-items-in-the-windows-forms-checkedlistbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-checked-items-in-the-windows-forms-checkedlistbox-control.md @@ -2,6 +2,7 @@ title: Determine Checked Items in CheckedListBox Control description: Learn how to determine checked items in the Windows Forms CheckedListBox control by iterating through the collection stored in the CheckedItems property. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-page-properties-using-the-pagesetupdialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-page-properties-using-the-pagesetupdialog-component.md index 5dc0401a79..79f0307638 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-page-properties-using-the-pagesetupdialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-page-properties-using-the-pagesetupdialog-component.md @@ -2,6 +2,7 @@ title: "How to: Determine Page Properties Using the PageSetupDialog Component" description: Learn how to determine page properties, like page layout, paper size and other layout choices by using the PageSetupDialog component ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-which-treeview-node-was-clicked-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-which-treeview-node-was-clicked-windows-forms.md index c810536451..afbe8e91c1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-which-treeview-node-was-clicked-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-determine-which-treeview-node-was-clicked-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Determine Which TreeView Node Was Clicked" description: Learn how to determine which TreeView Node has been clicked so that you can respond appropriately. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-develop-a-simple-windows-forms-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-develop-a-simple-windows-forms-control.md index a26955add5..66b3f3dbff 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-develop-a-simple-windows-forms-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-develop-a-simple-windows-forms-control.md @@ -2,6 +2,7 @@ title: Develop a Simple Control description: Learn how to develop a simple custom Windows form control and then how to define its properties and attributes. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-tab-pages.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-tab-pages.md index 49b3e6b6cc..1c5340f52f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-tab-pages.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-tab-pages.md @@ -2,6 +2,7 @@ title: "How to: Disable Tab Pages" description: Learn how to disable tab pages so that you can restrict access to data that is available within your Forms application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems-using-the-designer.md index 5e10087e3a..c8127b19ac 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems-using-the-designer.md @@ -2,6 +2,7 @@ title: "How to: Disable ToolStripMenuItems Using the Designer" description: Learn how to disable ToolStripMenuItems using the Designer tool so that you can limit or broaden the commands a user can make. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStripMenuItems [Windows Forms], disabling in designer" - "MenuStrip control [Windows Forms], disabling menu items in designer" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems.md index 22d557a4de..00123651a1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-disable-toolstripmenuitems.md @@ -2,6 +2,7 @@ title: "How to: Disable ToolStripMenuItems" description: Learn how to disable ToolStripMenuItems so that you can limit or broaden the commands a user is able to make. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-a-control-in-the-choose-toolbox-items-dialog-box.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-a-control-in-the-choose-toolbox-items-dialog-box.md index 9f1d87db72..1cd81322df 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-a-control-in-the-choose-toolbox-items-dialog-box.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-a-control-in-the-choose-toolbox-items-dialog-box.md @@ -2,6 +2,7 @@ title: "How to: Display a Control in the Choose Toolbox Items Dialog Box" description: Learn how to display controls in the Choose Toolbox Items Dialog box as you develop and distribute them. ms.date: "08/23/2019" +ms.service: dotnet-framework helpviewer_keywords: - "global assembly cache [Windows Forms], Choose Toolbox Items dialog box" - "AssemblyFoldersEx [Windows Forms], Choose Toolbox Items dialog box" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-an-insertion-mark-in-a-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-an-insertion-mark-in-a-windows-forms-listview-control.md index 564f3a136a..ae9a1bfc14 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-an-insertion-mark-in-a-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-an-insertion-mark-in-a-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Display an Insertion Mark in ListView Control description: Learn how to display an insertion mark in ListView Control to show users the point where dragged items are inserted. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-icons-for-the-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-icons-for-the-windows-forms-listview-control.md index 4a7d2edc02..1819fd64ce 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-icons-for-the-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-icons-for-the-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Display Icons for ListView Control description: Learn how to display icons from three different image lists for the ListView Control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-images-in-cells-of-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-images-in-cells-of-the-windows-forms-datagridview-control.md index f6e25846ea..3c7f0d3a7c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-images-in-cells-of-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-images-in-cells-of-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Display Images in Cells of DataGridView Control description: Learn how to display images in the cells of DataGrid Control to display values such as pictures or graphics. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-option-buttons-in-a-menustrip-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-option-buttons-in-a-menustrip-windows-forms.md index 466dc8f459..e22b5fac97 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-option-buttons-in-a-menustrip-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-option-buttons-in-a-menustrip-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Display Option Buttons in a MenuStrip" description: Learn how to display Option buttons, which are sometimes called Radio buttons in a MenuStrip or Windows form. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-print-preview-in-windows-forms-applications.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-print-preview-in-windows-forms-applications.md index 19f03e2d3e..bb10373586 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-print-preview-in-windows-forms-applications.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-print-preview-in-windows-forms-applications.md @@ -3,6 +3,7 @@ title: Display Print Preview in Windows Forms apps description: Learn how to display Print Preview in Windows forms apps to enable users to display a document before it is printed. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-scroll-bars-in-the-windows-forms-richtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-scroll-bars-in-the-windows-forms-richtextbox-control.md index 1713803b0c..156ee6c5d0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-scroll-bars-in-the-windows-forms-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-scroll-bars-in-the-windows-forms-richtextbox-control.md @@ -2,6 +2,7 @@ title: Display Scroll Bars in RichTextBox Control description: Learn how to display scroll bars in the RichTextBox control and explore the seven optional values available. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "text boxes [Windows Forms], displaying scroll bars" - "scroll bars [Windows Forms], displaying in controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-side-aligned-tabs-with-tabcontrol.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-side-aligned-tabs-with-tabcontrol.md index 21c15755ac..fce816bcfc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-side-aligned-tabs-with-tabcontrol.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-side-aligned-tabs-with-tabcontrol.md @@ -2,6 +2,7 @@ title: "How to: Display Side-Aligned Tabs with TabControl" description: Learn how to display side-aligned tabs using TabControl and explore vertical display as well as horizontal display. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-subitems-in-columns-with-the-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-subitems-in-columns-with-the-windows-forms-listview-control.md index 5403a5c085..80d717c04e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-subitems-in-columns-with-the-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-subitems-in-columns-with-the-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Display Subitems in Columns with ListView Control description: Learn how to display subitems in columns with ListView Control like additional text or subitems for items in Details view. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-the-printdialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-the-printdialog-component.md index 81a64cceb1..3930b87b46 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-the-printdialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-the-printdialog-component.md @@ -2,6 +2,7 @@ title: "How to display the PrintDialog component" description: Learn how to display the PrintDialog component which is the standard print dialog box many Windows users recognize. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Print dialog box [Windows Forms], displaying" - "PrintDialog component [Windows Forms], displaying" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-time-with-the-datetimepicker-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-time-with-the-datetimepicker-control.md index 15c8fc258f..75ac45a859 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-time-with-the-datetimepicker-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-time-with-the-datetimepicker-control.md @@ -2,6 +2,7 @@ title: "How to: Display Time with the DateTimePicker Control" description: Learn how to use the Windows Forms DateTimePicker control to enable users to select a date and time, and to display that date and time in the specified format. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-web-style-links-with-the-windows-forms-richtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-web-style-links-with-the-windows-forms-richtextbox-control.md index f50f256573..73f1f4e9b3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-display-web-style-links-with-the-windows-forms-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-display-web-style-links-with-the-windows-forms-richtextbox-control.md @@ -2,6 +2,7 @@ title: Display Web-Style Links with RichTextBox Control description: Learn how to display web-style links with RichTextBox Control with Windows Forms Control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-dock-controls-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-dock-controls-on-windows-forms.md index 02be3821c4..eb45dfc83a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-dock-controls-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-dock-controls-on-windows-forms.md @@ -2,6 +2,7 @@ title: Dock Controls description: Learn how to display Dock Controls against the edges of any of your forms or fill the control's container. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], docking" - "Explorer-style applications [Windows Forms], creating" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-download-a-file-in-the-background.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-download-a-file-in-the-background.md index d7c34084f5..caa9340a06 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-download-a-file-in-the-background.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-download-a-file-in-the-background.md @@ -2,6 +2,7 @@ title: "How to: Download a File in the Background" description: Learn how to download files in the background so that users can fulfil other tasks and potentially save time. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-edit-columns-and-rows-in-a-tablelayoutpanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-edit-columns-and-rows-in-a-tablelayoutpanel-control.md index 68fe51d298..4c4e5d6dc2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-edit-columns-and-rows-in-a-tablelayoutpanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-edit-columns-and-rows-in-a-tablelayoutpanel-control.md @@ -2,6 +2,7 @@ title: "How to: Edit Columns and Rows in a TableLayoutPanel Control" description: Learn how to use the Column and Row Styles dialog box to edit the rows and columns of your Windows Forms controls. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "net.ComponentModel.StyleCollectionEditor" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-autocomplete-in-toolstrip-controls-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-autocomplete-in-toolstrip-controls-in-windows-forms.md index 3e5796edbf..3fd71dae7a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-autocomplete-in-toolstrip-controls-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-autocomplete-in-toolstrip-controls-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Enable AutoComplete in ToolStrip Controls" description: Learn how to enable AutoComplete in ToolStrip Controls so that items are displayed when users type characters that match a list. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-check-margins-and-image-margins-in-contextmenustrip-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-check-margins-and-image-margins-in-contextmenustrip-controls.md index 14913d9512..51afa4bc1e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-check-margins-and-image-margins-in-contextmenustrip-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-check-margins-and-image-margins-in-contextmenustrip-controls.md @@ -2,6 +2,7 @@ title: "How to: Enable Check Margins and Image Margins in ContextMenuStrip Controls" description: Learn how to enable check margins and image margins in ContextMenuStrip Controls to customize objects in your MenuStrip. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-column-reordering-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-column-reordering-in-the-windows-forms-datagridview-control.md index 2e5c899979..6381e77f1f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-column-reordering-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-column-reordering-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Enable Column Reordering in DataGridView Control description: Learn how to enable column reordering in DataGridView Control so that users can drag columns to new positions. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-reordering-of-toolstrip-items-at-run-time-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-reordering-of-toolstrip-items-at-run-time-in-windows-forms.md index c9b41a7542..9d4b018223 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-reordering-of-toolstrip-items-at-run-time-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-reordering-of-toolstrip-items-at-run-time-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Enable Reordering of ToolStrip Items at Run Time" description: Learn how to enable reordering of ToolStrip items at run time so that users can drag the tool strip to a new location. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-the-tab-key-to-move-out-of-a-toolstrip-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-the-tab-key-to-move-out-of-a-toolstrip-control.md index c4f4ec3a26..738002897b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-the-tab-key-to-move-out-of-a-toolstrip-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-the-tab-key-to-move-out-of-a-toolstrip-control.md @@ -2,6 +2,7 @@ title: "How to: Enable the TAB Key to Move Out of a ToolStrip Control" description: Learn how to enable the TAB Key to move out of a ToolStrip Control to the next control in the tab order. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], moving between" - "TAB key [Windows Forms], enabling" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-tile-view-in-a-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-tile-view-in-a-windows-forms-listview-control.md index dbcd13896a..df96730551 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-tile-view-in-a-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-tile-view-in-a-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Enable Tile View in ListView Control description: Learn how to enable Tile View in ListView Control to provide a visual balance between graphical and textual information. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-expose-properties-of-constituent-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-expose-properties-of-constituent-controls.md index 069306be80..6c8e4c963d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-expose-properties-of-constituent-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-expose-properties-of-constituent-controls.md @@ -2,6 +2,7 @@ title: "How to: Expose Properties of Constituent Controls" description: Learn how to expose the properties of Constituent Controls, controls that are usually private, can be made available for public access. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-format-data-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-format-data-in-the-windows-forms-datagridview-control.md index bdd55ed7e8..1f167f8b5e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-format-data-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-format-data-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Format Data in DataGridView Control description: Learn how to format cell values using the DefaultCellStyle property of a Windows Forms DataGridView control and of specific columns in a control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control-using-the-designer.md index 587bd81f9b..47b0d83b63 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Format DataGrid Control Using the Designer description: Learn how to format the DataGrid Control using the Designer tool. This allows you to add and replace functionality to the control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "columns [Windows Forms], DataGrid controls" - "colors [Windows Forms], applying to DataGrid controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control.md index 2dd4a2c352..3af15915eb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-format-the-windows-forms-datagrid-control.md @@ -2,6 +2,7 @@ title: Format DataGrid Control description: Learn how to format the DataGrid Control, which replaces and adds functionality to the DataGrid control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-freeze-columns-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-freeze-columns-in-the-windows-forms-datagridview-control.md index 6800808a57..01b3e36839 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-freeze-columns-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-freeze-columns-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Freeze Columns in DataGridView Control description: Learn how to freeze columns in DataGridView Control this enables you to display the customer name or other data at all times while other columns scroll. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-give-your-control-a-transparent-background.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-give-your-control-a-transparent-background.md index 753872931a..14313f6f48 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-give-your-control-a-transparent-background.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-give-your-control-a-transparent-background.md @@ -2,6 +2,7 @@ title: "How to: Give Your Control a Transparent Background" description: Learn how to give your control a transparent background using the properties window at design time. ms.date: 06/12/2024 +ms.service: dotnet-framework helpviewer_keywords: - "transparent backgrounds [Windows Forms], custom controls" - "custom controls [Windows Forms], transparent background" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-controls-with-the-windows-forms-groupbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-controls-with-the-windows-forms-groupbox-control.md index 126469f1ce..1f968caeff 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-controls-with-the-windows-forms-groupbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-controls-with-the-windows-forms-groupbox-control.md @@ -2,6 +2,7 @@ title: Group Controls with GroupBox Control description: Learn how to group controls with the Windows Forms GroupBox control so that you can create a visual grouping of related elements. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], grouping" - "GroupBox control [Windows Forms], grouping controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control-using-the-designer.md index da88defa30..c1f9eddbdb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control-using-the-designer.md @@ -2,6 +2,7 @@ title: Group Items in ListView Control Using the Designer description: Learn how to group items in ListView Control using the Designer tool, which enables you to display related sets of items in groups. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView control [Windows Forms], grouping items" - "grouping" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control.md index c9f67820e9..8369795e5c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-items-in-a-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Group Items in ListView Control description: Learn how to group items in the ListView Control, which makes it easier to navigate large lists by grouping items alphabetically, by date, or other groupings. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-windows-forms-radiobutton-controls-to-function-as-a-set.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-windows-forms-radiobutton-controls-to-function-as-a-set.md index 5f4aa28665..d920bfc107 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-group-windows-forms-radiobutton-controls-to-function-as-a-set.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-group-windows-forms-radiobutton-controls-to-function-as-a-set.md @@ -2,6 +2,7 @@ title: Group RadioButton Controls to Function as a Set description: Learn how to how to group Windows Forms RadioButton controls to function independently of other sets. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "radio buttons [Windows Forms], grouping" - "controls [Windows Forms], grouping" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-errors-and-exceptions-that-occur-with-databinding.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-errors-and-exceptions-that-occur-with-databinding.md index 1ef0425b80..03bccba124 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-errors-and-exceptions-that-occur-with-databinding.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-errors-and-exceptions-that-occur-with-databinding.md @@ -2,6 +2,7 @@ title: "How to: Handle Errors and Exceptions that Occur with Databinding" description: Learn how to handle errors and exceptions that occur with databinding so that you can recover or pass the error information to the user. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-the-contextmenustrip-opening-event.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-the-contextmenustrip-opening-event.md index eaa9d93e2d..3e84f2ec40 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-the-contextmenustrip-opening-event.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-handle-the-contextmenustrip-opening-event.md @@ -2,6 +2,7 @@ title: "How to: Handle the ContextMenuStrip Opening Event" description: Learn how to handle the ContextMenuStrip Opening event, which adds items dynamically to a ContextMenuStrip control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-column-headers-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-column-headers-in-the-windows-forms-datagridview-control.md index 3750f94ec8..36a20b5434 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-column-headers-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-column-headers-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Hide Column Headers in DataGridView Control description: Learn how to hide column headers in DataGridView Control for instances when you don't want headers to appear. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-columns-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-columns-in-the-windows-forms-datagridview-control.md index 690001e891..6f373516b7 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-columns-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-columns-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Hide Columns in DataGridView Control description: Learn how to hide columns programmatically in the Windows Forms DataGridView control by setting the DataGridViewColumn.Visible property to false. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems-using-the-designer.md index 1d04af9ccc..e7be1fa11a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems-using-the-designer.md @@ -2,6 +2,7 @@ title: "How to: Hide ToolStripMenuItems Using the Designer" description: Learn how to hide ToolStripMenuItems using the Designer tool to control the user interface of your application and to restrict user commands. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStripMenuItems [Windows Forms], hiding menu items in designer" - "MenuStrip control [Windows Forms], hiding menu items in designer" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems.md index 198aa716ad..449ea76e81 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-hide-toolstripmenuitems.md @@ -2,6 +2,7 @@ title: "How to: Hide ToolStripMenuItems" description: Learn how to hide ToolStripMenuItems as a way to control the user interface of your application and restrict user commands. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-host-controls-in-windows-forms-datagridview-cells.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-host-controls-in-windows-forms-datagridview-cells.md index b48fc33a23..97c6266387 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-host-controls-in-windows-forms-datagridview-cells.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-host-controls-in-windows-forms-datagridview-cells.md @@ -2,6 +2,7 @@ title: Host Controls in DataGridView Cells description: Learn how to host controls in Windows Forms DataGridView cells to enable your users to enter and edit values in a variety of ways. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-layout-engine.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-layout-engine.md index 4b4bd7bd0a..ee2ae261cd 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-layout-engine.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-layout-engine.md @@ -2,6 +2,7 @@ title: "How to: Implement a Custom Layout Engine" description: Learn how to implement a custom layout engine with an example of a panel control that overrides layout engine properties. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-toolstriprenderer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-toolstriprenderer.md index 2138765202..f16f51a61d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-toolstriprenderer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-custom-toolstriprenderer.md @@ -2,6 +2,7 @@ title: "How to: Implement a Custom ToolStripRenderer" description: Learn how to implement a custom ToolStripRenderer, which gives you the flexibility to create an appearance that differs from the default appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation.md index 7c0e787c7e..ab20e536a1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-a-form-that-uses-a-background-operation.md @@ -2,6 +2,7 @@ title: "How to: Implement a Form That Uses a Background Operation" description: Learn how to implement a Windows Form that uses a background operation so that one operation can continue to run while another operation proceeds. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-virtual-mode-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-virtual-mode-in-the-windows-forms-datagridview-control.md index 58d434d093..aeb8c1d07b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-virtual-mode-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-implement-virtual-mode-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Implement Virtual Mode in DataGridView Control description: Learn how to implement virtual mode in DataGridView Control, which allows you to manage large sets of data. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-existing-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-existing-windows-forms-controls.md index 88a51694ef..c7f0b43a9a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-existing-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-existing-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Inherit from Existing Controls description: Learn how to inherit from existing controls so that another control has all of its functionality and visual properties. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-control-class.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-control-class.md index 1e9fa98265..8211e11a27 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-control-class.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-control-class.md @@ -2,6 +2,7 @@ title: "How to: Inherit from the Control Class" description: Learn how to inherit from the Control class so that you can create completely custom controls for Windows forms. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "inheritance [Windows Forms], Windows Forms custom controls" - "Control class [Windows Forms], inheriting from" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-usercontrol-class.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-usercontrol-class.md index ee95d56281..bf0ed50ef6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-usercontrol-class.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-inherit-from-the-usercontrol-class.md @@ -2,6 +2,7 @@ title: "How to: Inherit from the UserControl Class" description: Learn how to inherit from the UserControl class so that you can combine the functionality of one or more Windows forms controls with custom code. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "inheritance [Windows Forms], Windows Forms custom controls" - "UserControl class [Windows Forms], inheriting from" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-insert-a-menustrip-into-an-mdi-drop-down-menu-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-insert-a-menustrip-into-an-mdi-drop-down-menu-windows-forms.md index fa2c877418..1cd339fd6a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-insert-a-menustrip-into-an-mdi-drop-down-menu-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-insert-a-menustrip-into-an-mdi-drop-down-menu-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Insert a MenuStrip into an MDI Drop-Down Menu" description: Learn how to insert a MenuStrip into an MDI drop-down menu when there is a difference between the MDI parent and the MDI child. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md index 7adfcdad83..26adc174bc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md @@ -1,6 +1,7 @@ --- title: Iterate Through All Nodes of TreeView Control ms.date: "05/06/2021" +ms.service: dotnet-framework description: Learn how to interate through the nodes of a Windows Forms TreeView control. TreeView Nodes provide properties that navigate through the TreeView control. dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-join-toolstrippanels.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-join-toolstrippanels.md index cdcdac679c..172e667f21 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-join-toolstrippanels.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-join-toolstrippanels.md @@ -2,6 +2,7 @@ title: "How to: Join ToolStripPanels" description: Learn how to join ToolStripPanels at run time, which provides the flexibility of multiple-document interface (MDI) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-layer-objects-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-layer-objects-on-windows-forms.md index a7bb31a3b6..e4f6a325df 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-layer-objects-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-layer-objects-on-windows-forms.md @@ -2,6 +2,7 @@ title: Layer Objects description: Learn how to layer objects on Windows Forms controls and child forms to create more complex user interfaces. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-picture-using-the-designer-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-picture-using-the-designer-windows-forms.md index 7601e491f2..3881986747 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-picture-using-the-designer-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-picture-using-the-designer-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Load a Picture Using the Designer" description: Learn how to use the Windows Forms PictureBox control to load and display a picture on a form at design time. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "picture formats" - "images [Windows Forms], displaying on Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-sound-asynchronously-within-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-sound-asynchronously-within-a-windows-form.md index c5ccb296c6..16a47be007 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-sound-asynchronously-within-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-load-a-sound-asynchronously-within-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Load a Sound Asynchronously within a Windows Form" description: Learn how to load a sound asynchronously within a Form and also how to play the sound on a new thread. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-load-files-into-the-windows-forms-richtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-load-files-into-the-windows-forms-richtextbox-control.md index 02a20d5fce..9f4e92556c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-load-files-into-the-windows-forms-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-load-files-into-the-windows-forms-richtextbox-control.md @@ -2,6 +2,7 @@ title: Load Files into RichTextBox Control description: Learn how to load files into RichTextBox control to display a plain-text, Unicode plain-text, or rich-text-format (RTF) file. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-lock-controls-to-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-lock-controls-to-windows-forms.md index d67f5d4a85..60571c69e6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-lock-controls-to-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-lock-controls-to-windows-forms.md @@ -2,6 +2,7 @@ title: Lock Controls description: Learn how to lock controls once they are positioned correctly, so that you do not inadvertently move or resize them when setting other properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, locking" - "controls [Windows Forms], locking" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-loop-a-sound-playing-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-loop-a-sound-playing-on-a-windows-form.md index 27e6e75c48..c0cb0f4635 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-loop-a-sound-playing-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-loop-a-sound-playing-on-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Loop a Sound Playing on a Windows Form" description: Learn how to loop a sound playing on a Windows Form so that it plays repeatedly and learn how to stop the sound. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-make-columns-read-only-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-make-columns-read-only-in-the-windows-forms-datagridview-control.md index ffabfd1a44..7791c934ea 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-make-columns-read-only-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-make-columns-read-only-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Make Columns Read-Only in DataGridView Control description: Learn how to make columns read-only in the Windows Form DataGridView Control to prevent users from editing cells in that column. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-make-thread-safe-calls-to-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-make-thread-safe-calls-to-windows-forms-controls.md index 89ecc62820..347bf279f7 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-make-thread-safe-calls-to-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-make-thread-safe-calls-to-windows-forms-controls.md @@ -1,6 +1,7 @@ --- title: Make thread-safe calls to controls ms.date: "02/19/2019" +ms.service: dotnet-framework description: Learn how to implement multithreading in your app by calling cross-thread controls in a thread-safe way. dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-make-your-control-invisible-at-run-time.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-make-your-control-invisible-at-run-time.md index 56d2c1cdd8..e54503369e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-make-your-control-invisible-at-run-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-make-your-control-invisible-at-run-time.md @@ -2,6 +2,7 @@ title: "How to: Make Your Control Invisible at Run Time" description: Learn how to make your control invisible at run time even though the code in your control may still be running behind the scenes. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-manage-toolstrip-overflow-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-manage-toolstrip-overflow-in-windows-forms.md index 2383510052..e638f68576 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-manage-toolstrip-overflow-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-manage-toolstrip-overflow-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Manage ToolStrip Overflow" description: Learn how to manage ToolStrip Overflow, which allows you to place controls in an overflow area when there is no longer space for all of your controls. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-bands-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-bands-in-the-windows-forms-datagridview-control.md index 4e6e09ab7e..f80fccd09e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-bands-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-bands-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Manipulate Bands in DataGridView Control description: Learn about how to manipulate bands in DataGridView Control using the properties of the DataGridView class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-columns-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-columns-in-the-windows-forms-datagridview-control.md index 1b212e0e44..6620081614 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-columns-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-columns-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Manipulate Columns in DataGridView Control description: Learn how to manipulate columns in DataGridView Control using the properties of the DataGridViewColumn class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-rows-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-rows-in-the-windows-forms-datagridview-control.md index f420fca223..b370517658 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-rows-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-manipulate-rows-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Manipulate Rows in DataGridView Control description: Learn about how to manipulate rows in the Windows Forms DataGridView control by means of an included code example. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-modify-the-size-or-placement-of-a-picture-at-run-time-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-modify-the-size-or-placement-of-a-picture-at-run-time-windows-forms.md index 0d8ff80354..5d09172388 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-modify-the-size-or-placement-of-a-picture-at-run-time-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-modify-the-size-or-placement-of-a-picture-at-run-time-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Modify the Size or Placement of a Picture at Run Time" description: Learn about how to modify the size or placement of a picture at run time in Windows Forms by using the PictureBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-move-a-toolstrip-out-of-a-toolstripcontainer-onto-a-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-move-a-toolstrip-out-of-a-toolstripcontainer-onto-a-form.md index dfb142c909..7ffb4028ff 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-move-a-toolstrip-out-of-a-toolstripcontainer-onto-a-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-move-a-toolstrip-out-of-a-toolstripcontainer-onto-a-form.md @@ -2,6 +2,7 @@ title: "How to: Move a ToolStrip Out of a ToolStripContainer onto a Form" description: Learn about how to move a ToolStrip out of a ToolStripContainer and onto a form in Windows Forms via a 5-step process. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStrip control [Windows Forms], parenting to forms" - "Windows Forms, parenting ToolStrip controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-move-toolstripmenuitems.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-move-toolstripmenuitems.md index 2a6b076cf9..27f94d2f5f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-move-toolstripmenuitems.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-move-toolstripmenuitems.md @@ -2,6 +2,7 @@ title: "How to: Move ToolStripMenuItems" description: Learn about how to move ToolStripMenuItems in Windows Forms, such as changing the position of menu items within a menu. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStripMenuItems [Windows Forms], moving" - "menus [Windows Forms], arranging items" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-data-with-the-windows-forms-bindingnavigator-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-data-with-the-windows-forms-bindingnavigator-control.md index c517711782..73b139e53e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-data-with-the-windows-forms-bindingnavigator-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-data-with-the-windows-forms-bindingnavigator-control.md @@ -2,6 +2,7 @@ title: Navigate Data with BindingNavigator Control description: Learn about how to navigate data with the Windows Forms BindingNavigator control, which enables developers to provide end users with a simple data navigation. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-to-a-url-with-the-webbrowser-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-to-a-url-with-the-webbrowser-control.md index 78f9aee118..714ab19f8c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-to-a-url-with-the-webbrowser-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-navigate-to-a-url-with-the-webbrowser-control.md @@ -2,6 +2,7 @@ title: "How to: Navigate to a URL with the WebBrowser Control" description: Learn how to use the Windows Forms WebBrowser.Navigate control to navigate to a specific URL. Also learn how to determine when the new document is loaded. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-open-files-using-the-openfiledialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-open-files-using-the-openfiledialog-component.md index e46d5d54d7..b882128b43 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-open-files-using-the-openfiledialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-open-files-using-the-openfiledialog-component.md @@ -1,6 +1,7 @@ --- title: "How to: Open files with the OpenFileDialog component" ms.date: "02/11/2019" +ms.service: dotnet-framework description: Learn how to use the OpenFileDialog component to open the Windows dialog box for browsing and selecting files. dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-opt-out-of-file-dialog-box-automatic-upgrade.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-opt-out-of-file-dialog-box-automatic-upgrade.md index 06e4a866d5..80f04eece1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-opt-out-of-file-dialog-box-automatic-upgrade.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-opt-out-of-file-dialog-box-automatic-upgrade.md @@ -2,6 +2,7 @@ title: "How To: Opt Out of File Dialog Box Automatic Upgrade" description: Learn how to revert the default file dialog box appearance to a Windows XP appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "OpenFileDialog [Windows Forms], opt out of automatic upgrade" - "file dialog box [Windows Forms], opt out of automatic upgrade" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-beep-from-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-beep-from-a-windows-form.md index fddaa82af3..7c62cc7970 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-beep-from-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-beep-from-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Play a Beep from a Windows Form" description: Learn about how to play a beep from a Windows Form by means of Visual Basic and C# code samples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-embedded-in-a-resource-from-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-embedded-in-a-resource-from-a-windows-form.md index c9c0461560..0ee13398ac 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-embedded-in-a-resource-from-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-embedded-in-a-resource-from-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Play a Sound Embedded in a Resource from a Windows Form" description: Learn about how to play a sound in a resource from a Windows Form by using the SoundPlayer class, via C# and Visual Basic code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-from-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-from-a-windows-form.md index dde30b6794..c4156a8167 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-from-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-sound-from-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Play a Sound from a Windows Form" description: Learn how to play a sound from a Windows Form at a given path at runtime. Also, learn about compiling the code and the .NET Security Framework. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-system-sound-from-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-system-sound-from-a-windows-form.md index 00f06fccb9..a31fd1c7de 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-system-sound-from-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-play-a-system-sound-from-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Play a System Sound from a Windows Form" description: Learn about how to play a system sound from a Windows Form by means of Visual Basic and C# code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-position-a-toolstripitem-on-a-toolstrip.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-position-a-toolstripitem-on-a-toolstrip.md index 5e6d04f5c1..f0c76eae8b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-position-a-toolstripitem-on-a-toolstrip.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-position-a-toolstripitem-on-a-toolstrip.md @@ -2,6 +2,7 @@ title: "How to: Position a ToolStripItem on a ToolStrip" description: Learn about how to position a ToolStripItem on the left or right of a ToolStrip by means of a 1-step procedure. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStrip control [Windows Forms], aligning items" - "toolbars [Windows Forms], positioning items" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-position-controls-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-position-controls-on-windows-forms.md index ee0ec542be..3c4edd44f8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-position-controls-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-position-controls-on-windows-forms.md @@ -2,6 +2,7 @@ title: Position Controls description: Learn how to use the Windows Forms Designer in Visual Studio or the Location property to position your controls. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-print-with-a-webbrowser-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-print-with-a-webbrowser-control.md index 63845540f0..67bdb67d94 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-print-with-a-webbrowser-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-print-with-a-webbrowser-control.md @@ -2,6 +2,7 @@ title: "How to: Print with a WebBrowser Control" description: Learn about how to print with a WebBrowser Control by means of C# and Visual Basic code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-a-toolbox-bitmap-for-a-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-a-toolbox-bitmap-for-a-control.md index 9a7ec4aa5a..8e7c807521 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-a-toolbox-bitmap-for-a-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-a-toolbox-bitmap-for-a-control.md @@ -2,6 +2,7 @@ title: "How to: Provide a Toolbox Bitmap for a Control" description: Learn about how to provide a toolbox bitmap for a control in Windows Forms by using the ToolboxBitmapAttribute class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-standard-menu-items-to-a-form.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-standard-menu-items-to-a-form.md index 2e50562e38..3520ae49c3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-standard-menu-items-to-a-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-provide-standard-menu-items-to-a-form.md @@ -2,6 +2,7 @@ title: "How to: Provide Standard Menu Items to a Form" description: Learn about how to provide standard menu items to a form by using the MenuStrip control via C# and Visual Basic code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-put-quotation-marks-in-a-string-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-put-quotation-marks-in-a-string-windows-forms.md index 087a1e1fc3..3fe214627c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-put-quotation-marks-in-a-string-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-put-quotation-marks-in-a-string-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Put Quotation Marks in a String" description: Learn how to place quotation marks in a string of text. Also, learn to use the Quote field as a constant. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-raise-change-notifications-using-the-bindingsource-resetitem-method.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-raise-change-notifications-using-the-bindingsource-resetitem-method.md index 1b3e9c13dc..6452f05ce3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-raise-change-notifications-using-the-bindingsource-resetitem-method.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-raise-change-notifications-using-the-bindingsource-resetitem-method.md @@ -2,6 +2,7 @@ title: "How to: Raise Change Notifications Using the BindingSource ResetItem Method" description: Learn about how to raise change notifications using the BindingSource ResetItem method in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-reassign-existing-controls-to-a-different-parent.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-reassign-existing-controls-to-a-different-parent.md index 11f07e0994..110f66b616 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-reassign-existing-controls-to-a-different-parent.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-reassign-existing-controls-to-a-different-parent.md @@ -2,6 +2,7 @@ title: "How to: Reassign Existing Controls to a Different Parent" description: Learn about how to reassign existing controls to a different parent in Windows Forms by means of this 7-step process. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "container controls [Windows Forms], Windows Forms" - "layout [Windows Forms], resizing" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-a-toolstripmenuitem-from-an-mdi-drop-down-menu-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-a-toolstripmenuitem-from-an-mdi-drop-down-menu-windows-forms.md index fd678f9656..afe2121b3f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-a-toolstripmenuitem-from-an-mdi-drop-down-menu-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-a-toolstripmenuitem-from-an-mdi-drop-down-menu-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Remove a ToolStripMenuItem from an MDI Drop-Down Menu" description: Learn about how to remove a ToolStripMenuItem from an MDI drop-down menu in Windows Forms via a 12-step procedure. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-items-from-windows-forms-domainupdown-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-items-from-windows-forms-domainupdown-controls.md index eb5f5ee3f8..348ed8ccf8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-items-from-windows-forms-domainupdown-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-remove-items-from-windows-forms-domainupdown-controls.md @@ -2,6 +2,7 @@ title: Remove Items from DomainUpDown Controls description: Learn about how to remove items from the Windows Forms DomainUpDown controls by calling one of two methods of the DomainUpDownItemCollection class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-render-a-visual-style-element.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-render-a-visual-style-element.md index a7bcd01719..2ae6a3a2bc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-render-a-visual-style-element.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-render-a-visual-style-element.md @@ -2,6 +2,7 @@ title: "How to: Render a Visual Style Element" description: Learn how to render a visual style element in Windows Forms by means of a 2-step procedure, with code examples in CPP, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-resize-controls-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-resize-controls-on-windows-forms.md index 1424346630..106fd43349 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-resize-controls-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-resize-controls-on-windows-forms.md @@ -2,6 +2,7 @@ title: Resize Controls description: Learn about how to resize controls on a Windows Form, including individual controls and multiple controls of the same or different kinds. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Size.Height" - "Size.Width" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-clicks-in-the-windows-forms-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-clicks-in-the-windows-forms-datagrid-control.md index 0bfd438f20..b05731ed74 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-clicks-in-the-windows-forms-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-clicks-in-the-windows-forms-datagrid-control.md @@ -2,6 +2,7 @@ title: Respond to Clicks in DataGrid Control description: Learn about how to respond to clicks in the Windows Forms DataGrid control, which is retained for both backward compatibility and future use. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-button-clicks.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-button-clicks.md index 60205127e8..9371bcf266 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-button-clicks.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-button-clicks.md @@ -2,6 +2,7 @@ title: Respond to Button Clicks description: Learn how to respond to Windows Forms button clicks. The most basic use of a Windows Forms Button control is to run some code when the button is clicked. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-checkbox-clicks.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-checkbox-clicks.md index ebf6dddcf5..34042c4c34 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-checkbox-clicks.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-respond-to-windows-forms-checkbox-clicks.md @@ -2,6 +2,7 @@ title: Respond to CheckBox Clicks description: Learn how to program your Windows Forms application to perform some action depending upon the state of the check box. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-run-an-operation-in-the-background.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-run-an-operation-in-the-background.md index f6ee7f9d1a..a95e995582 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-run-an-operation-in-the-background.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-run-an-operation-in-the-background.md @@ -2,6 +2,7 @@ title: "How to: Run an Operation in the Background" description: Learn how to use the BackgroundWorker class to run a time-consuming Windows Forms operation in the background. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-using-the-savefiledialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-using-the-savefiledialog-component.md index 18aa636346..f592dd59ee 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-using-the-savefiledialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-using-the-savefiledialog-component.md @@ -2,6 +2,7 @@ title: "How to: Save Files Using the SaveFileDialog Component" description: Learn how to use the SaveFileDialog component to browse the file system and select files to be saved. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-with-the-windows-forms-richtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-with-the-windows-forms-richtextbox-control.md index 9dc21b7091..0713a30b2e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-with-the-windows-forms-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-save-files-with-the-windows-forms-richtextbox-control.md @@ -2,6 +2,7 @@ title: Save Files with RichTextBox Control description: Learn about how to save files with the Windows Forms RichTextBox control, which can write the information it displays in one of several formats. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-select-a-range-of-dates-in-the-windows-forms-monthcalendar-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-select-a-range-of-dates-in-the-windows-forms-monthcalendar-control.md index 6e976d43ca..d0c432b5b6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-select-a-range-of-dates-in-the-windows-forms-monthcalendar-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-select-a-range-of-dates-in-the-windows-forms-monthcalendar-control.md @@ -2,6 +2,7 @@ title: Select a Range of Dates in MonthCalendar Control description: Learn about how to select a range of dates in the Windows Forms MonthCalendar control, which is an improvement over the DateTimePicker control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-select-an-item-in-the-windows-forms-listview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-select-an-item-in-the-windows-forms-listview-control.md index 18ed9339b8..0fb71bfc9b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-select-an-item-in-the-windows-forms-listview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-select-an-item-in-the-windows-forms-listview-control.md @@ -2,6 +2,7 @@ title: Select an Item in ListView Control description: Learn about how to select an item in the Windows Forms ListView control, by means of C# and Visual Basic code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-select-text-in-the-windows-forms-textbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-select-text-in-the-windows-forms-textbox-control.md index 74d2751e1f..33ef6654a8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-select-text-in-the-windows-forms-textbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-select-text-in-the-windows-forms-textbox-control.md @@ -2,6 +2,7 @@ title: Select Text in TextBox Control description: Learn how to select text programmatically in the Windows Forms TextBox control. Also learn how to visually alert the reader of the found string's position. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-alternating-row-styles-for-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-alternating-row-styles-for-the-windows-forms-datagridview-control.md index 8b65725c92..7d4fdcc804 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-alternating-row-styles-for-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-alternating-row-styles-for-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Set Alternating Row Styles for DataGridView Control description: Learn about how to set alternating row styles for the Windows Forms DataGridView control, which can specify complete style information for alternating rows. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-and-return-dates-with-the-windows-forms-datetimepicker-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-and-return-dates-with-the-windows-forms-datetimepicker-control.md index 29b029e688..a9409ac4fe 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-and-return-dates-with-the-windows-forms-datetimepicker-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-and-return-dates-with-the-windows-forms-datetimepicker-control.md @@ -2,6 +2,7 @@ title: Set and Return Dates with DateTimePicker Control description: Learn about how to set and return dates with the Windows Forms DateTimePicker control by means of Visual Basic, C#, and CPP code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md index 87b8f88bd5..3be393139d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-default-cell-styles-for-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Set Default Cell Styles for DataGridView Control description: Learn about how to set default cell styles for the Windows Forms DataGridView control, which can specify default cell styles for the entire control and for specific columns and rows. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-and-color-styles-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-and-color-styles-in-the-windows-forms-datagridview-control.md index 79bff6203c..db70781a53 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-and-color-styles-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-and-color-styles-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Set Font and Color Styles in DataGridView Control description: Learn about how to set font and color styles in the Windows Forms DataGridView control by setting properties of the DataGridViewCellStyle class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-attributes-for-the-windows-forms-richtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-attributes-for-the-windows-forms-richtextbox-control.md index f79b960e7f..daa7fe2801 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-attributes-for-the-windows-forms-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-font-attributes-for-the-windows-forms-richtextbox-control.md @@ -2,6 +2,7 @@ title: Set Font Attributes for RichTextBox Control description: Learn about how to set font attributes for the Windows Forms RichTextBox control, which has numerous options for formatting the text it displays. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-grid-options-for-all-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-grid-options-for-all-windows-forms.md index cfcf765761..3d22d094e3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-grid-options-for-all-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-grid-options-for-all-windows-forms.md @@ -2,6 +2,7 @@ title: Set Grid Options description: Learn about how to set grid options for all Windows Forms, by means of a 2-step process using the Windows Forms designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "snap to grid [Windows Forms], Windows Forms Designer" - "grids [Windows Forms], options in Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-icons-for-the-windows-forms-treeview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-icons-for-the-windows-forms-treeview-control.md index 06733c9b0f..b9a11522e6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-icons-for-the-windows-forms-treeview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-icons-for-the-windows-forms-treeview-control.md @@ -2,6 +2,7 @@ title: Set Icons for TreeView Control description: Learn about how to set icons for the Windows Forms TreeView control, which can display icons next to each node. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-options-with-windows-forms-checkbox-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-options-with-windows-forms-checkbox-controls.md index 6ddfaf55de..583907e9c5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-options-with-windows-forms-checkbox-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-options-with-windows-forms-checkbox-controls.md @@ -2,6 +2,7 @@ title: Set Options with CheckBox Controls description: Learn about how to set options with Windows Forms CheckBox controls, which are used to give users True/False or Yes/No options. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-pictures-at-run-time-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-pictures-at-run-time-windows-forms.md index d5fdb96881..919c9127df 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-pictures-at-run-time-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-pictures-at-run-time-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Set Pictures at Run Time" description: Learn how to set pictures at run time in Windows Forms, by means of code samples in Visual Basic, C#, and CPP. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel-using-the-designer.md index f935b650e3..1e0ae38f83 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel-using-the-designer.md @@ -2,6 +2,7 @@ title: Set the Background of a Panel Using the Designer description: Learn how to set the background of a Windows Forms panel, which can display both a background color and a background image, using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "background colors [Windows Forms], Windows Forms Panel controls" - "background images [Windows Forms], Windows Forms Panel controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel.md index 1197429f38..b64e382c46 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-background-of-a-windows-forms-panel.md @@ -2,6 +2,7 @@ title: Set the Background of a Panel description: Learn how to set the background color and background image of a Windows Forms panel using the Designer. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-format-for-the-windows-forms-numericupdown-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-format-for-the-windows-forms-numericupdown-control.md index 4ec4238c93..dfa315ba33 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-format-for-the-windows-forms-numericupdown-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-format-for-the-windows-forms-numericupdown-control.md @@ -2,6 +2,7 @@ title: Set the Format for NumericUpDown Control description: Learn how to set the format for the Windows Forms NumericUpDown control, by means of code samples in Visual Basic, C#, and CPP. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-image-displayed-by-a-windows-forms-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-image-displayed-by-a-windows-forms-control.md index f98397e719..fbbca1a6cc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-image-displayed-by-a-windows-forms-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-image-displayed-by-a-windows-forms-control.md @@ -2,6 +2,7 @@ title: Set the Image Displayed by a Control description: Learn how to set the image displayed by a Windows Forms control. Several Windows Forms controls can display images. ms.date: 08/20/2019 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-input-mask.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-input-mask.md index 95bae630bd..572819dac6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-input-mask.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-input-mask.md @@ -2,6 +2,7 @@ title: "How to: Set the Input Mask" description: Learn how to set the input mask. The masked text box control is an enhanced text box control that supports a declarative syntax for accepting or rejecting user input. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "net.ComponentModel.MaskPropertyEditor" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-selection-mode-of-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-selection-mode-of-the-windows-forms-datagridview-control.md index 0be56b26cb..2c752e8e27 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-selection-mode-of-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-selection-mode-of-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Set the Selection Mode of DataGridView Control description: Learn how to set the selection mode of the Windows Forms DataGridView control, by means of code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-size-of-status-bar-panels.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-size-of-status-bar-panels.md index a74972cab9..1412862602 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-size-of-status-bar-panels.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-size-of-status-bar-panels.md @@ -2,6 +2,7 @@ title: "How to: Set the Size of Status-Bar Panels" description: Learn how to set the size of status-bar panels in Windows Forms, by means of code samples in Visual Basic, C#, and CPP. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-sizing-modes-of-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-sizing-modes-of-the-windows-forms-datagridview-control.md index 1d026ae238..07125e46af 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-sizing-modes-of-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-sizing-modes-of-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Set the Sizing Modes of DataGridView Control description: Learn how to set the sizing modes of the Windows Forms DataGridView control by following the procedure in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-tab-order-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-tab-order-on-windows-forms.md index eece97755c..4e8ad34fdc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-tab-order-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-tab-order-on-windows-forms.md @@ -2,6 +2,7 @@ title: Set tab order of controls description: Learn how to set the tab order of controls on your Windows Forms. Set the tab order with Visual Studio or using the TabIndex property in the Properties window. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "TabStop" - "TabIndex" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-text-displayed-by-a-windows-forms-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-text-displayed-by-a-windows-forms-control.md index da2a0037ea..5bd6095985 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-text-displayed-by-a-windows-forms-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-text-displayed-by-a-windows-forms-control.md @@ -2,6 +2,7 @@ title: Set the Text Displayed by a Control description: Learn how to set the text displayed by a Windows Forms control. Set or return the text by using the Text property, or change the font by using the Font property. ms.date: 08/20/2019 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-at-run-time.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-at-run-time.md index 1e092ba423..2b0ff89610 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-at-run-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-at-run-time.md @@ -2,6 +2,7 @@ title: "How to: Set the ToolStrip Renderer at Run Time" description: Learn how to set the ToolStrip renderer at run time in Windows Forms, by means of code samples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-for-an-application.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-for-an-application.md index dbf9c65bf7..65f92cf369 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-for-an-application.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-toolstrip-renderer-for-an-application.md @@ -2,6 +2,7 @@ title: "How to: Set the ToolStrip Renderer for an Application" description: Learn how to set the ToolStrip renderer for an application in Windows Forms, by means of code samples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-value-displayed-by-the-windows-forms-progressbar-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-value-displayed-by-the-windows-forms-progressbar-control.md index 69c1b4c15b..a072f06b21 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-value-displayed-by-the-windows-forms-progressbar-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-the-value-displayed-by-the-windows-forms-progressbar-control.md @@ -2,6 +2,7 @@ title: Set the Value Displayed by ProgressBar Control description: Learn how to set the value displayed by the Windows Forms ProgressBar control. There are multiple approaches you can choose to use. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-tooltips-for-controls-on-a-windows-form-at-design-time.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-tooltips-for-controls-on-a-windows-form-at-design-time.md index 9b86e74c36..5779d29243 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-tooltips-for-controls-on-a-windows-form-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-tooltips-for-controls-on-a-windows-form-at-design-time.md @@ -2,6 +2,7 @@ title: "How to: Set ToolTips for Controls on a Windows Form at Design Time" description: Learn how to set ToolTips for controls programmatically or in the Windows Forms Designer in Visual Studio. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-up-automatic-menu-merging-for-mdi-applications.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-up-automatic-menu-merging-for-mdi-applications.md index 83da55c5ab..3fe95efb08 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-set-up-automatic-menu-merging-for-mdi-applications.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-set-up-automatic-menu-merging-for-mdi-applications.md @@ -2,6 +2,7 @@ title: "How to: Set Up Automatic Menu Merging for MDI Applications" description: Learn how to set up automatic menu merging for MDI applications in Windows Forms via this 7-step procedure. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "MenuStrip [Windows Forms], merging" - "Merging [Windows Forms], automatic menu" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-share-bound-data-across-forms-using-the-bindingsource-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-share-bound-data-across-forms-using-the-bindingsource-component.md index 04a1e992e4..5352fbd2c8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-share-bound-data-across-forms-using-the-bindingsource-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-share-bound-data-across-forms-using-the-bindingsource-component.md @@ -2,6 +2,7 @@ title: "How to: Share Bound Data Across Forms Using the BindingSource Component" description: Learn about how to share bound data across forms using the BindingSource component in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-color-palette-with-the-colordialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-color-palette-with-the-colordialog-component.md index 660b537fc0..34efa5b4fa 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-color-palette-with-the-colordialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-color-palette-with-the-colordialog-component.md @@ -2,6 +2,7 @@ title: "How to: Show a Color Palette with the ColorDialog Component" description: Learn how to show a color palette with the ColorDialog component, which displays a palette of colors and returns a property containing the user-selected color. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-font-list-with-the-fontdialog-component.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-font-list-with-the-fontdialog-component.md index b1a2cd5ed2..626be0a208 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-font-list-with-the-fontdialog-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-show-a-font-list-with-the-fontdialog-component.md @@ -2,6 +2,7 @@ title: "How to: Show a Font List with the FontDialog Component" description: Learn how to show a font list with the FontDialog component, which allows users to select a font, as well as change its display aspects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-size-a-windows-forms-label-control-to-fit-its-contents.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-size-a-windows-forms-label-control-to-fit-its-contents.md index 6cd41a0bda..5c308293a2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-size-a-windows-forms-label-control-to-fit-its-contents.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-size-a-windows-forms-label-control-to-fit-its-contents.md @@ -2,6 +2,7 @@ title: Size a Label Control to Fit Its Contents description: Learn how to size a Windows Forms label control, which can be single-line or multi-line, to fit its content. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "captions [Windows Forms], sizing" - "sizing controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-span-rows-and-columns-in-a-tablelayoutpanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-span-rows-and-columns-in-a-tablelayoutpanel-control.md index 44c0a32183..e8de36ba41 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-span-rows-and-columns-in-a-tablelayoutpanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-span-rows-and-columns-in-a-tablelayoutpanel-control.md @@ -2,6 +2,7 @@ title: "How to: Span Rows and Columns in a TableLayoutPanel Control" description: Learn how to span rows and columns in a TableLayoutPanel control in Windows Forms via this 5-step procedure. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "net.ComponentModel.StyleCollectionEditor.TLP.SpanRowsColumns" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-specify-the-edit-mode-for-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-specify-the-edit-mode-for-the-windows-forms-datagridview-control.md index 0d8818d22e..641ccbf4c9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-specify-the-edit-mode-for-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-specify-the-edit-mode-for-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Specify the Edit Mode for DataGridView Control description: Learn how to specify the edit mode for the Windows Forms DataGridView control, which users can edit by typing in it or pressing F2. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally-using-the-designer.md index cae1006d53..318915b13c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally-using-the-designer.md @@ -2,6 +2,7 @@ title: "How to: Split a Window Horizontally Using the Designer" description: Learn how to split a window horizontally in Windows Forms by using the designer by following this 1-step procedure. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "SplitContainer control [Windows Forms], horizontal splitting" - "split windows [Windows Forms], horizontal" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally.md index fc7baad994..72b2b72bd5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-split-a-window-horizontally.md @@ -2,6 +2,7 @@ title: "How to: Split a Window Horizontally" description: Learn how to split a window horizontally in Windows Forms, by means of code examples in Visual Basic and C#. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-test-the-run-time-behavior-of-a-usercontrol.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-test-the-run-time-behavior-of-a-usercontrol.md index b96cba4f6a..546e8819db 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-test-the-run-time-behavior-of-a-usercontrol.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-test-the-run-time-behavior-of-a-usercontrol.md @@ -2,6 +2,7 @@ title: "How to: Test the Run-Time Behavior of a UserControl" description: Learn how to test the run-time behavior of a user control in Windows Forms via this 10-step procedure. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "UserControl class [Windows Forms], testing" - "user controls [Windows Forms], testing" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-trigger-menu-events-for-toolbar-buttons.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-trigger-menu-events-for-toolbar-buttons.md index eaf6ecad8a..602abbea8d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-trigger-menu-events-for-toolbar-buttons.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-trigger-menu-events-for-toolbar-buttons.md @@ -2,6 +2,7 @@ title: "How to: Trigger Menu Events for Toolbar Buttons" description: Learn how to trigger menu events for toolbar buttons in Windows Forms, by means of code samples in Visual Basic, C#, and CPP. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-background-thread-to-search-for-files.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-background-thread-to-search-for-files.md index 14eaf8533b..c1e3174680 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-background-thread-to-search-for-files.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-background-thread-to-search-for-files.md @@ -2,6 +2,7 @@ title: "How to: Use a Background Thread to Search for Files" description: Learn how to use a background thread to search for files in Windows Forms, by means of Visual Basic and C# code samples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-control-rendering-class.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-control-rendering-class.md index 21a8d2d195..25047fe952 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-control-rendering-class.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-a-control-rendering-class.md @@ -2,6 +2,7 @@ title: "How to: Use a Control Rendering Class" description: Learn how to use a control rendering class in Windows Forms, by means of code examples in CPP, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-the-spring-property-interactively-in-a-statusstrip.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-the-spring-property-interactively-in-a-statusstrip.md index 3f65914934..4155527c3d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-the-spring-property-interactively-in-a-statusstrip.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-the-spring-property-interactively-in-a-statusstrip.md @@ -2,6 +2,7 @@ title: "How to: Use the Spring Property Interactively in a StatusStrip" description: Learn how to use the spring property interactively in a StatusStrip in Windows Forms via code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-toolstrippanels-for-mdi.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-toolstrippanels-for-mdi.md index 5e4a45229f..809473e516 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-toolstrippanels-for-mdi.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-toolstrippanels-for-mdi.md @@ -2,6 +2,7 @@ title: "How to: Use ToolStripPanels for MDI" description: Learn how to use ToolStripPanels for MDI in Windows Forms, by means of code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-tooltips-in-toolstrip-controls.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-tooltips-in-toolstrip-controls.md index 1422cb2e06..acc4495f28 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-use-tooltips-in-toolstrip-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-use-tooltips-in-toolstrip-controls.md @@ -2,6 +2,7 @@ title: "How to: Use ToolTips in ToolStrip Controls" description: Learn how to use ToolTips in ToolStrip controls in Windows Forms by means of the procedures outlined in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStrip control [Windows Forms], adding tooltips" - "toolbars [Windows Forms], adding tooltips" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-data-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-data-in-the-windows-forms-datagridview-control.md index 80f97489c7..62eb2807a4 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-data-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-data-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Validate Data in DataGridView Control description: Learn how to validate data in the Windows Forms DataGridView control, by means of code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-input-with-the-windows-forms-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-input-with-the-windows-forms-datagrid-control.md index b48906c39b..b4151bce8a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-input-with-the-windows-forms-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-validate-input-with-the-windows-forms-datagrid-control.md @@ -2,6 +2,7 @@ title: Validate Input with DataGrid Control description: Learn how to validate input with the Windows Forms DataGrid control, which is retained for both backward compatibility and future use. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-view-multiple-lines-in-the-windows-forms-textbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-view-multiple-lines-in-the-windows-forms-textbox-control.md index 9eacad4d74..5dd7b11b92 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-view-multiple-lines-in-the-windows-forms-textbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-view-multiple-lines-in-the-windows-forms-textbox-control.md @@ -2,6 +2,7 @@ title: View Multiple Lines in TextBox Control description: Learn how to view multiple lines in the Windows Forms TextBox control by setting the Multiline, WordWrap, and ScrollBars properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "newline" - "end of line" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-work-with-image-columns-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-work-with-image-columns-in-the-windows-forms-datagridview-control.md index 033ffa3f8a..42546b96ba 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-work-with-image-columns-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-work-with-image-columns-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Work with Image Columns in DataGridView Control description: Learn how to work with image columns in the Windows Forms DataGridView Control, by means of code examples in CPP, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-wrap-a-windows-forms-control-with-toolstripcontrolhost.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-wrap-a-windows-forms-control-with-toolstripcontrolhost.md index 5636cafa13..3349895f57 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-wrap-a-windows-forms-control-with-toolstripcontrolhost.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-wrap-a-windows-forms-control-with-toolstripcontrolhost.md @@ -2,6 +2,7 @@ title: Wrap Control with ToolStripControlHost description: Learn how to wrap a Windows Forms control with ToolStripControlHost, by means of code samples in CPP, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-overview-windows-forms.md index 123f097dad..3d07a63009 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "HScrollBar and VScrollBar Controls Overview" description: This article presents an overview of HScrollBar and VScrollBar controls in Windows Forms, which are horizontal and vertical controls. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "HScrollBar" - "VScrollBar" diff --git a/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-windows-forms.md index 732096567a..a190438819 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/hscrollbar-and-vscrollbar-controls-windows-forms.md @@ -2,6 +2,7 @@ title: "HScrollBar and VScrollBar Controls" description: Learn about HScrollBar and VScrollBar controls, which are used to provide easy navigation through a long list of items or a large amount of information. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "scroll bars" - "VScrollBar control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-overview-windows-forms.md index 8050d10b1c..37e4fdfbb1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "ImageList Component Overview" description: This article provides an overview of the ImageList component in Windows Forms, which is used to store images, which can then be displayed by controls. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ImageList" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-windows-forms.md index eaf70bec30..7ea77f7d4e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/imagelist-component-windows-forms.md @@ -2,6 +2,7 @@ title: "ImageList Component" description: Learn about the ImageList component in Windows Forms, which is used to store images, which can then be displayed by controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ImageList component [Windows Forms]" - "image controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/implement-two-way-com-between-dhtml-and-client.md b/dotnet-desktop-guide/framework/winforms/controls/implement-two-way-com-between-dhtml-and-client.md index 67cfda24f7..a65c403503 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/implement-two-way-com-between-dhtml-and-client.md +++ b/dotnet-desktop-guide/framework/winforms/controls/implement-two-way-com-between-dhtml-and-client.md @@ -2,6 +2,7 @@ title: "How to: Implement Two-Way Communication Between DHTML Code and Client Application Code" description: Learn how to implement two-way communication between DHTML code and client application code in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-jit-data-loading-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-jit-data-loading-in-the-datagrid.md index dc8c0db58d..41dee0cfeb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-jit-data-loading-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-jit-data-loading-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Implementing Virtual Mode with Just-In-Time Data Loading in DataGridView Control description: Learn about implementing virtual mode with just-in-time data loading in DataGridView control, to, for example, retrieve data only as it is needed. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-wf-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-wf-datagridview-control.md index d66c638196..9445ec1d21 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-wf-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/implementing-virtual-mode-wf-datagridview-control.md @@ -2,6 +2,7 @@ title: "Walkthrough: Implement virtual mode in DataGridView control" description: Learn about implementing virtual mode in the Windows Forms DataGridView control in this walkthrough. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/index.md b/dotnet-desktop-guide/framework/winforms/controls/index.md index a7bf290ca9..eee4ee3912 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/index.md +++ b/dotnet-desktop-guide/framework/winforms/controls/index.md @@ -2,6 +2,7 @@ title: Controls description: Learn how to add and position Windows Form controls. You can also manipulate controls in the designer and write code to add controls dynamically at run time. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls" - "controls [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/keyboard-shortcuts-for-the-windows-forms-datagrid-control.md b/dotnet-desktop-guide/framework/winforms/controls/keyboard-shortcuts-for-the-windows-forms-datagrid-control.md index f7f8e5a74d..c539f95c5b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/keyboard-shortcuts-for-the-windows-forms-datagrid-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/keyboard-shortcuts-for-the-windows-forms-datagrid-control.md @@ -2,6 +2,7 @@ title: Keyboard Shortcuts for DataGrid Control description: Learn about keyboard shortcuts for DataGrid control in Windows Forms, by means of the table in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "keyboard shortcuts [Windows Forms], DataGrid control" - "DataGrid control [Windows Forms], navigation keys" diff --git a/dotnet-desktop-guide/framework/winforms/controls/known-folder-guids-for-file-dialog-custom-places.md b/dotnet-desktop-guide/framework/winforms/controls/known-folder-guids-for-file-dialog-custom-places.md index 8e0ddc52af..3fe5368248 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/known-folder-guids-for-file-dialog-custom-places.md +++ b/dotnet-desktop-guide/framework/winforms/controls/known-folder-guids-for-file-dialog-custom-places.md @@ -2,6 +2,7 @@ title: "Known Folder GUIDs for File Dialog Custom Places" description: Learn about known folder GUIDs for file dialog custom places in Windows Forms, by means of the list of GUIDs in this article. ms.date: "06/15/2021" +ms.service: dotnet-framework helpviewer_keywords: - "Known Folder GUIDs [Windows Forms], Custom Places" - "Custom Places [Windows Forms], Known Folder GUIDs" diff --git a/dotnet-desktop-guide/framework/winforms/controls/label-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/label-control-overview-windows-forms.md index 23928a74ca..393a36306e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/label-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/label-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "Label Control Overview" description: This article provides an overview of label control in Windows Forms, including working with the label control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Label" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/label-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/label-control-windows-forms.md index 300f89c9ff..0fbfdeee24 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/label-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/label-control-windows-forms.md @@ -2,6 +2,7 @@ title: "Label Control" description: Learn about label control in Windows Forms, which is used to display text or images that cannot be edited by the user. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Label control [Windows Forms]" - "labels" diff --git a/dotnet-desktop-guide/framework/winforms/controls/labeling-individual-windows-forms-controls-and-providing-shortcuts-to-them.md b/dotnet-desktop-guide/framework/winforms/controls/labeling-individual-windows-forms-controls-and-providing-shortcuts-to-them.md index 2eaa43649e..cd7da193a2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/labeling-individual-windows-forms-controls-and-providing-shortcuts-to-them.md +++ b/dotnet-desktop-guide/framework/winforms/controls/labeling-individual-windows-forms-controls-and-providing-shortcuts-to-them.md @@ -2,6 +2,7 @@ title: Label Controls and Provide Shortcuts description: Learn about how to label individual Windows Forms controls and provide shortcuts, by means of the list of links in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], access keys" - "shortcuts [Windows Forms], controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/layout-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/layout-in-windows-forms-controls.md index 84bf2f436c..614a28bff6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/layout-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/layout-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Layout of controls description: Learn about layout in Windows Forms controls, by means of the list of links to relevant topics in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "layout [Windows Forms]" - "sizing [Windows Forms], automatic [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/limitations-of-the-timer-component-interval-property.md b/dotnet-desktop-guide/framework/winforms/controls/limitations-of-the-timer-component-interval-property.md index 18721ae444..c4da1643c8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/limitations-of-the-timer-component-interval-property.md +++ b/dotnet-desktop-guide/framework/winforms/controls/limitations-of-the-timer-component-interval-property.md @@ -2,6 +2,7 @@ title: Limitations of Timer Component Interval Property description: Learn about limitations of the Windows Forms timer component's interval property, which has three limitations. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "timers [Windows Forms], event intervals" - "Interval property [Windows Forms], limitations" diff --git a/dotnet-desktop-guide/framework/winforms/controls/link-to-an-object-or-web-page-with-wf-linklabel-control.md b/dotnet-desktop-guide/framework/winforms/controls/link-to-an-object-or-web-page-with-wf-linklabel-control.md index 1d3bc0ed0b..6eaf5cd039 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/link-to-an-object-or-web-page-with-wf-linklabel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/link-to-an-object-or-web-page-with-wf-linklabel-control.md @@ -2,6 +2,7 @@ title: Link to an Object or Web Page with LinkLabel Control description: Learn how to create Web-style links to an object or web page with the Windows Forms LinkLabel control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-overview-windows-forms.md index c123d7ba76..a186d7e5a1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "LinkLabel Control Overview" description: This article provides an overview of the LinkLabel control in Windows Forms, which allows you to add Web-style links to Windows Forms applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "LinkLabel" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-windows-forms.md index dad5d6199a..fbcad7b427 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/linklabel-control-windows-forms.md @@ -2,6 +2,7 @@ title: "LinkLabel Control" description: Learn about the LinkLabel control in Windows Forms, which enables you to add Web-style links to Windows Forms applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Label control [Windows Forms]" - "links [Windows Forms], adding to Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/listbox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/listbox-control-overview-windows-forms.md index d17b90370a..ee0ed7c2c6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/listbox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/listbox-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "ListBox Control Overview" description: This article provides an overview of the ListBox control in Windows Forms, which displays a list from which the user can select one or more items. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ListBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/listbox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/listbox-control-windows-forms.md index 87755bbd0f..0ac27a1862 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/listbox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/listbox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "ListBox Control" description: Learn about the ListBox control in Windows Forms, which displays a list of items from which the user can select one or more. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListBox control [Windows Forms]" - "list controls [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/listview-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/listview-control-overview-windows-forms.md index 256398e725..33daef6a53 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/listview-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/listview-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "ListView Control Overview" description: This article provides an overview of the ListView control in Windows Forms, which displays a list of items with icons. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ListView" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/listview-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/listview-control-windows-forms.md index ad9d759b80..9c4901b457 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/listview-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/listview-control-windows-forms.md @@ -2,6 +2,7 @@ title: "ListView Control" description: Learn about the ListView control in Windows Forms, which displays a list of items with icons, via the list of links in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "lists" - "checked list items [Windows Forms], Windows Forms controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/load-save-and-cancel-bindingnavigator.md b/dotnet-desktop-guide/framework/winforms/controls/load-save-and-cancel-bindingnavigator.md index 688ea2a406..3b89c62ce9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/load-save-and-cancel-bindingnavigator.md +++ b/dotnet-desktop-guide/framework/winforms/controls/load-save-and-cancel-bindingnavigator.md @@ -2,6 +2,7 @@ title: Add Load, Save, and Cancel Buttons to BindingNavigator Control description: Learn how to add Load, Save, and Cancel buttons to the Windows Forms BindingNavigator control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-overview-windows-forms.md index 79015cb7c9..211dd06ef4 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "MainMenu Component Overview" description: This article provides an overview of the MainMenu component in Windows Forms, which displays a menu at run time. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "MenuItem" - "MainMenu" diff --git a/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-windows-forms.md index f42950f385..4ba603d448 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/mainmenu-component-windows-forms.md @@ -2,6 +2,7 @@ title: "MainMenu Component" description: Learn about the MainMenu component in Windows Forms, which displays a menu at run time and is retained for both backward compatibility and future use. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "MainMenu control [Windows Forms]" ms.assetid: 7cd22f29-828b-42e8-9c88-f08aa4533850 diff --git a/dotnet-desktop-guide/framework/winforms/controls/make-columns-read-only-in-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/make-columns-read-only-in-the-datagrid-using-the-designer.md index bea73df0a2..1331532e8e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/make-columns-read-only-in-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/make-columns-read-only-in-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Make Columns Read-Only in DataGridView Control Using the Designer description: Learn how to make columns read-only in the Windows Forms DataGridView control using the designer via this 3-step procedure. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, columns" - "DataGridView control [Windows Forms], read-only columns" diff --git a/dotnet-desktop-guide/framework/winforms/controls/margin-and-padding-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/margin-and-padding-in-windows-forms-controls.md index c60bf87f6c..19dea4696f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/margin-and-padding-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/margin-and-padding-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Margin and Padding in Controls description: Learn how to add margins and padding in Windows Form controls with the Margin and Padding properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Padding property [Windows Forms]" - "layout [Windows Forms], margins and padding" diff --git a/dotnet-desktop-guide/framework/winforms/controls/maskedtextbox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/maskedtextbox-control-windows-forms.md index cd243f8c9a..5a1902730b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/maskedtextbox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/maskedtextbox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "MaskedTextBox Control" description: Learn about the MaskedTextBox control in Windows Forms by following the links listed in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "MaskedTextBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-overview-windows-forms.md index 29a22ae383..06b0132ed4 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "MenuStrip Control Overview" description: This article provides an overview of the MenuStrip control in Windows Forms, which allows you to easily create menus like those found in Microsoft Office. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "MenuStrip" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-windows-forms.md index c46edd69ec..29ccf29da7 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/menustrip-control-windows-forms.md @@ -2,6 +2,7 @@ title: "MenuStrip Control" description: Learn about the MenuStripControl in Windows Forms, which groups application commands and makes them easily accessible. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "MenuStrip control [Windows Forms]" - "menus" diff --git a/dotnet-desktop-guide/framework/winforms/controls/merging-menu-items-in-the-windows-forms-menustrip-control.md b/dotnet-desktop-guide/framework/winforms/controls/merging-menu-items-in-the-windows-forms-menustrip-control.md index 66cf0ba836..5c0a06c343 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/merging-menu-items-in-the-windows-forms-menustrip-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/merging-menu-items-in-the-windows-forms-menustrip-control.md @@ -2,6 +2,7 @@ title: Merging Menu Items in MenuStrip Control description: Learn about merging menu items in the Windows Forms MenuStrip control via the procedures and table in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "MenuStrip [Windows Forms], merging" - "merging [Windows Forms], general concepts" diff --git a/dotnet-desktop-guide/framework/winforms/controls/method-implementation-in-custom-controls.md b/dotnet-desktop-guide/framework/winforms/controls/method-implementation-in-custom-controls.md index 684b6c0abd..9235c6ec75 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/method-implementation-in-custom-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/method-implementation-in-custom-controls.md @@ -2,6 +2,7 @@ title: "Method Implementation in Custom Controls" description: Learn about method implementation in custom controls in Windows Forms, by means of code samples in Visual Basic and C#. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-overview-windows-forms.md index 858c7499c4..82ed14fb31 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "MonthCalendar Control Overview" description: This article provides an overview of the MonthCalendar control in Windows Forms, which presents an intuitive GUI for users to view and set date information. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "MonthCalendar" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-windows-forms.md index 244a4985b7..9e0a13db7d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/monthcalendar-control-windows-forms.md @@ -2,6 +2,7 @@ title: "MonthCalendar Control" description: Learn about the MonthCalendar control in Windows Forms, which presents an intuitive graphical interface for users to view and set date information. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "calendar controls" - "MonthCalendar control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/move-through-a-dataset-with-wf-bindingnavigator-control.md b/dotnet-desktop-guide/framework/winforms/controls/move-through-a-dataset-with-wf-bindingnavigator-control.md index f7508dca7d..b86b9f38a0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/move-through-a-dataset-with-wf-bindingnavigator-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/move-through-a-dataset-with-wf-bindingnavigator-control.md @@ -2,6 +2,7 @@ title: Move Through a DataSet with BindingNavigator Control description: Learn how to move through a DataSet with the Windows Forms BindingNavigator Control via code samples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/multithreading-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/multithreading-in-windows-forms-controls.md index 349c51bda1..c83cb4d8c9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/multithreading-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/multithreading-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Multithreading in Controls description: Learn about multithreading in Windows Forms Controls, such as making your UI more responsive by performing time-consuming operations on another thread. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "BackgroundWorker component" - "threading [Windows Forms], controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-overview-windows-forms.md index a6cf3c578e..982072aae2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "NotifyIcon Component Overview" description: This article presents an overview of the NotifyIcon component in Windows Forms, which is used to display icons for processes that run in the background. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "NotifyIcon" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-windows-forms.md index 25636a61f8..7cda09024a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/notifyicon-component-windows-forms.md @@ -2,6 +2,7 @@ title: "NotifyIcon Component" description: Learn about the NotifyIcon component in Windows Forms, which displays icons in the the taskbar for processes that run in the background. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application icons [Windows Forms], background processes" - "context menus [Windows Forms], for background processes" diff --git a/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-overview-windows-forms.md index 2f9ad576a0..1972f55778 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "NumericUpDown Control Overview" description: This article provides an overview of the NumericUpDown control in Windows Forms, which looks like a combination of a text box and a pair of arrows. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "NumericUpDown" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-windows-forms.md index c7491f63fb..b514a19f22 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/numericupdown-control-windows-forms.md @@ -2,6 +2,7 @@ title: "NumericUpDown Control" description: Learn about the NumericUpDown control in Windows Forms, which looks like a combination of a text box and a pair of arrows. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, NumericUpDown control" - "spin button control [Windows Forms], up-down controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-overview-windows-forms.md index 4bc2fee40b..3572b20fda 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "OpenFileDialog Component Overview" description: This article presents an overview of the OpenFileDialog component in Windows Forms, which is a pre-configured dialog box. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "OpenFileDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-windows-forms.md index 3a26e7a4f2..fd218e8ec9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/openfiledialog-component-windows-forms.md @@ -2,6 +2,7 @@ title: "OpenFileDialog Component" description: Learn about the OpenFileDialog component in Windows Forms, which is a pre-configured dialog box, via the links in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Open File dialog box" - "OpenFileDialog component" diff --git a/dotnet-desktop-guide/framework/winforms/controls/overriding-the-onpaint-method.md b/dotnet-desktop-guide/framework/winforms/controls/overriding-the-onpaint-method.md index 8323deea72..7e0d4fb69f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/overriding-the-onpaint-method.md +++ b/dotnet-desktop-guide/framework/winforms/controls/overriding-the-onpaint-method.md @@ -2,6 +2,7 @@ title: "Overriding the OnPaint Method" description: Learn about overriding the OnPaint method in Windows Forms, by means of this 2-step procedure, as well as code samples in Visual Basic and C#. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/overview-of-using-controls-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/overview-of-using-controls-in-windows-forms.md index 6dd8da1e1a..3d0642d741 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/overview-of-using-controls-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/overview-of-using-controls-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Overview of Using Controls" description: This article presents an overview of using controls in Windows Forms, including code samples in Visual Basic and C#. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-overview-windows-forms.md index e5be497ba6..e2a0f2d1f1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "PageSetupDialog Component Overview" description: This article provides an overview of the PageSetupDialog component in Windows Forms, which is a pre-configured dialog box used to set page details for printing. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "PageSetupDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-windows-forms.md index 87e2fff94c..a0166f645b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/pagesetupdialog-component-windows-forms.md @@ -2,6 +2,7 @@ title: "PageSetupDialog Component" description: Learn about the PageSetupDialog component in Windows Forms, which is a pre-configured dialog box used to set page details for printing. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "printing [Windows Forms], page setup" - "margins [Windows Forms], page setup options" diff --git a/dotnet-desktop-guide/framework/winforms/controls/panel-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/panel-control-overview-windows-forms.md index c1b38f8c97..c375a243a5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/panel-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/panel-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "Panel Control Overview" description: This article provides an overview of panel control in Windows Forms, which can be used to provide an identifiable grouping for other controls. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Panel" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/panel-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/panel-control-windows-forms.md index 05677394b6..a8a1b79c3f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/panel-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/panel-control-windows-forms.md @@ -2,6 +2,7 @@ title: "Panel Control" description: Learn how to use the Windows Forms Panel control, specifically how to use panels to subdivide a form by function. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], grouping" - "grouping controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/perform-a-custom-action-based-on-changes-in-a-cell-of-a-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/perform-a-custom-action-based-on-changes-in-a-cell-of-a-datagrid.md index 29104cb862..f07dfd59c6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/perform-a-custom-action-based-on-changes-in-a-cell-of-a-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/perform-a-custom-action-based-on-changes-in-a-cell-of-a-datagrid.md @@ -2,6 +2,7 @@ title: Perform Custom Action Based on Changes in Cell of DataGridView Control description: Learn how to perform a custom action based on changes in a cell of a Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/perform-common-tasks-design-actions.md b/dotnet-desktop-guide/framework/winforms/controls/perform-common-tasks-design-actions.md index 8bc62e752b..b52a4b71e1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/perform-common-tasks-design-actions.md +++ b/dotnet-desktop-guide/framework/winforms/controls/perform-common-tasks-design-actions.md @@ -2,6 +2,7 @@ title: Perform common tasks using designer actions on controls description: Learn how to perform common tasks using designer actions in Windows Forms by means of this walkthrough. ms.date: "02/13/2019" +ms.service: dotnet-framework helpviewer_keywords: - "designer actions" ms.assetid: cac337e6-00f6-4584-80f4-75728f5ea113 diff --git a/dotnet-desktop-guide/framework/winforms/controls/performance-tuning-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/performance-tuning-in-the-windows-forms-datagridview-control.md index df5465fe13..419559833a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/performance-tuning-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/performance-tuning-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Performance Tuning in DataGridView Control description: Learn about performance tuning in the Windows Forms DataGridView control, by means of the collection of links in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], performance tuning" - "performance [Windows Forms], DataGridView control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-overview-windows-forms.md index a943d4a805..97ddd936ba 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "PictureBox Control Overview" description: This article provides an overview of the PictureBox control in Windows Forms, which is used to display graphics in bitmap, GIF, JPEG, metafile, or icon format. ms.date: 06/12/2024 +ms.service: dotnet-framework f1_keywords: - "PictureBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-windows-forms.md index 030404e523..12378ead33 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/picturebox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "PictureBox Control" description: Learn about the PictureBox control in Windows Forms, which is used to display graphics in bitmap, GIF, JPEG, metafile, or icon format. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "PictureBox control [Windows Forms]" - "image controls [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-datagridview.md b/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-datagridview.md index b99d6be510..f55d3fd3fe 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-datagridview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-datagridview.md @@ -2,6 +2,7 @@ title: Prevent Row Addition and Deletion in DataGridView Control description: Learn how to prevent row addition and deletion in the Windows Forms DataGridView control via code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-in-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-in-the-datagrid-using-the-designer.md index 2266fff277..7fc0c87b96 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-in-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/prevent-row-addition-and-deletion-in-the-datagrid-using-the-designer.md @@ -2,6 +2,7 @@ title: Prevent Row Addition and Deletion in DataGridView Control Using the Designer description: Learn how to prevent row addition and deletion in the Windows Forms DataGridView control using the designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], preventing row addition or deletion" ms.assetid: a17722bd-9400-41e6-8dcc-c9c151f0a749 diff --git a/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-overview-windows-forms.md index 4e3d3d2e7a..18ec5370f7 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintDialog Component Overview" description: This article provides an overview of the PrintDialog component in Windows Forms, which is a pre-configured dialog box used to select a printer. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "PrintDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-windows-forms.md index e6f354584f..dc102bddaa 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printdialog-component-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintDialog Component" description: Learn about the PrintDialog component in Windows Forms, which is a pre-configured dialog box used to select a printer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "print options [Windows Forms], PrintDialog component (using designer)" - "PrintDialog component [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-overview-windows-forms.md index 7ee99d40d8..81b12499cd 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintDocument Component Overview" description: This article provides an overview of the PrintDocument component, which is to set the properties that describe what to print. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "PrintDocument" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-windows-forms.md index b0ea921538..763e1c4c80 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintDocument Component" description: Learn about the PrintDOcument component in Windows Forms, which is used to set the properties that describe what to print and then to print the document. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "PrintDocument component [Windows Forms]" - "printing [Windows Forms], documents" diff --git a/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-overview-windows-forms.md index 95dfad11ca..6c903706af 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintPreviewControl Control Overview" description: This article provides an overview of the PrintPreviewControl control in Windows Forms, which is used to display a PrintDocument as it will appear when printed. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "PrintPreviewControl" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-windows-forms.md index bf45039495..5238f35e4c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printpreviewcontrol-control-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintPreviewControl Control" description: Learn about the PrintPreviewControl control in Windows forms, which is used to display a document as it will appear when printed. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "printing [Windows Forms], print preview" - "PrintPreviewControl control (using designer)" diff --git a/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md index 1f33f9c817..bc0f73d25e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintPreviewDialog Control Overview" description: This article provides an overview of the PrintPreviewDialog control in Windows Forms, which is a preconfigured dialog box. ms.date: 04/07/2025 +ms.service: dotnet-framework f1_keywords: - "PrintPreviewDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-windows-forms.md index 66447ba561..d1103b8ea6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-windows-forms.md @@ -2,6 +2,7 @@ title: "PrintPreviewDialog Control" description: Learn about the PrintPreviewDialog control in Windows Forms, which is a pre-configured dialog box used to display how a document will appear when printed. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "PrintPreviewDialog control (using designer)" - "PrintPreview control (using designer)" diff --git a/dotnet-desktop-guide/framework/winforms/controls/programmatically-resize-cells-to-fit-content-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/programmatically-resize-cells-to-fit-content-in-the-datagrid.md index 4676990dd8..cab0b3ae5e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/programmatically-resize-cells-to-fit-content-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/programmatically-resize-cells-to-fit-content-in-the-datagrid.md @@ -2,6 +2,7 @@ title: Programmatically Resize Cells to Fit Content in DataGridView Control description: Learn how to programmatically resize cells to fit content in the Windows Forms DataGridView control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/programming-with-cells-rows-and-columns-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/programming-with-cells-rows-and-columns-in-the-datagrid.md index 2cffb40a38..5796eee819 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/programming-with-cells-rows-and-columns-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/programming-with-cells-rows-and-columns-in-the-datagrid.md @@ -1,6 +1,7 @@ --- title: Programming with Cells, Rows, and Columns in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data grids [Windows Forms], elements" - "columns [Windows Forms], data grids" diff --git a/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-overview-windows-forms.md index 6b4f700777..62c9f27f04 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ProgressBar Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ProgressBar" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-windows-forms.md index d0a05aadcd..82582cc9b3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/progressbar-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ProgressBar Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "progress controls" - "ProgressBar control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/properties-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/controls/properties-in-windows-forms-controls.md index 94b6c7b2a4..fd129f9d23 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/properties-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/properties-in-windows-forms-controls.md @@ -1,6 +1,7 @@ --- title: Properties of controls ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom controls [Windows Forms], properties overview (using code)" - "controls [Windows Forms], properties" diff --git a/dotnet-desktop-guide/framework/winforms/controls/property-changed-events.md b/dotnet-desktop-guide/framework/winforms/controls/property-changed-events.md index fb552c96fc..0d8aea0534 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/property-changed-events.md +++ b/dotnet-desktop-guide/framework/winforms/controls/property-changed-events.md @@ -1,6 +1,7 @@ --- title: "Property-Changed Events" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/providing-accessibility-information-for-controls-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/controls/providing-accessibility-information-for-controls-on-a-windows-form.md index d6ca4e9f51..9a83343524 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/providing-accessibility-information-for-controls-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/providing-accessibility-information-for-controls-on-a-windows-form.md @@ -1,6 +1,7 @@ --- title: "Providing Accessibility Information for Controls on a Windows Form" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, accessibility" - "controls [Windows Forms], accessibility" diff --git a/dotnet-desktop-guide/framework/winforms/controls/putting-controls-on-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/putting-controls-on-windows-forms.md index ef67897726..6bb02a0e26 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/putting-controls-on-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/putting-controls-on-windows-forms.md @@ -1,6 +1,7 @@ --- title: Put controls on forms ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ENV.Window.Toolbox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-overview-windows-forms.md index bb33465ab2..04a1581ccd 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "RadioButton Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "RadioButton" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-windows-forms.md index 1ebf4cd0f7..27bfbd867d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/radiobutton-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "RadioButton Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "checked list items [Windows Forms], Windows Forms controls" - "list controls [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/raise-change-notifications--bindingsource.md b/dotnet-desktop-guide/framework/winforms/controls/raise-change-notifications--bindingsource.md index af91b2325b..031b1747b9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/raise-change-notifications--bindingsource.md +++ b/dotnet-desktop-guide/framework/winforms/controls/raise-change-notifications--bindingsource.md @@ -1,6 +1,7 @@ --- title: "How to: Raise Change Notifications Using a BindingSource and the INotifyPropertyChanged Interface" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/reflect-data-source-updates-in-a-wf-control-with-the-bindingsource.md b/dotnet-desktop-guide/framework/winforms/controls/reflect-data-source-updates-in-a-wf-control-with-the-bindingsource.md index 173d634c3c..ad4416f7db 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/reflect-data-source-updates-in-a-wf-control-with-the-bindingsource.md +++ b/dotnet-desktop-guide/framework/winforms/controls/reflect-data-source-updates-in-a-wf-control-with-the-bindingsource.md @@ -1,6 +1,7 @@ --- title: Reflect Data Source Updates in Control with BindingSource ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/remove-autogenerated-columns-from-a-wf-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/remove-autogenerated-columns-from-a-wf-datagridview-control.md index b639bc3909..6e155e3c6b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/remove-autogenerated-columns-from-a-wf-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/remove-autogenerated-columns-from-a-wf-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Remove Autogenerated Columns from DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/rendering-a-windows-forms-control.md b/dotnet-desktop-guide/framework/winforms/controls/rendering-a-windows-forms-control.md index dd9c9062fc..045a3e2e51 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/rendering-a-windows-forms-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/rendering-a-windows-forms-control.md @@ -1,6 +1,7 @@ --- title: Render a control ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/rendering-controls-with-visual-styles.md b/dotnet-desktop-guide/framework/winforms/controls/rendering-controls-with-visual-styles.md index bed4a1ee19..a6c61b8865 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/rendering-controls-with-visual-styles.md +++ b/dotnet-desktop-guide/framework/winforms/controls/rendering-controls-with-visual-styles.md @@ -1,6 +1,7 @@ --- title: "Rendering Controls with Visual Styles" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "professional appearance [Windows Forms], rendering Windows Forms controls" - "themes [Windows Forms], XP visual styles in Window Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/resizing-columns-and-rows-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/resizing-columns-and-rows-in-the-windows-forms-datagridview-control.md index b25b00d5d5..bba28277b2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/resizing-columns-and-rows-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/resizing-columns-and-rows-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Resize columns and rows in DataGridView control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], sizing rows and columns" - "columns [Windows Forms], resizing in grids" diff --git a/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-overview-windows-forms.md index 655bd6a929..c1538ddf79 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "RichTextBox Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "RichTextBox" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-windows-forms.md index 3e8763ef73..c3d68b0a4d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/richtextbox-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "RichTextBox Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "text boxes" - "RichTextBox control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/run-procedures-at-set-intervals-with-wf-timer-component.md b/dotnet-desktop-guide/framework/winforms/controls/run-procedures-at-set-intervals-with-wf-timer-component.md index b313dc39c9..472dc86c5a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/run-procedures-at-set-intervals-with-wf-timer-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/run-procedures-at-set-intervals-with-wf-timer-component.md @@ -2,6 +2,7 @@ title: Run Procedures at Set Intervals with Timer Component description: Learn how use the Windows Form Timer component to run procedures at set intervals or when a set time interval has elapsed. ms.date: "01/12/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-overview-windows-forms.md index f4b4453fb8..a42e0bf41b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "SaveFileDialog Component Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "SaveFileDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-windows-forms.md index 98ce2b0f09..4fd3a5a723 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-windows-forms.md @@ -1,6 +1,7 @@ --- title: "SaveFileDialog Component" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Save File dialog box" - "SaveFileDialog component" diff --git a/dotnet-desktop-guide/framework/winforms/controls/selected-cells-rows-and-columns-datagridview.md b/dotnet-desktop-guide/framework/winforms/controls/selected-cells-rows-and-columns-datagridview.md index 79fd5e0f70..750d06499f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/selected-cells-rows-and-columns-datagridview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/selected-cells-rows-and-columns-datagridview.md @@ -2,6 +2,7 @@ title: Get the Selected Cells, Rows, and Columns in DataGridView Control description: "Learn how to get the selected cells, rows, or columns from a DataGridView control by using corresponding properties." ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/selection-and-clipboard-use-with-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/selection-and-clipboard-use-with-the-windows-forms-datagridview-control.md index 0ee209e711..6b38766a7b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/selection-and-clipboard-use-with-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/selection-and-clipboard-use-with-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Selection and Clipboard Use with DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], Clipboard use" - "cells [Windows Forms], selecting in grids" diff --git a/dotnet-desktop-guide/framework/winforms/controls/selection-modes-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/selection-modes-in-the-windows-forms-datagridview-control.md index 5a0bb96e8c..17758da51e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/selection-modes-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/selection-modes-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Selection Modes in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "selection [Windows Forms], modes in DataGridView control" - "DataGridView control [Windows Forms], selection mode" diff --git a/dotnet-desktop-guide/framework/winforms/controls/serializing-collections-designerserializationvisibilityattribute.md b/dotnet-desktop-guide/framework/winforms/controls/serializing-collections-designerserializationvisibilityattribute.md index 756150d2ce..b35248b81b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/serializing-collections-designerserializationvisibilityattribute.md +++ b/dotnet-desktop-guide/framework/winforms/controls/serializing-collections-designerserializationvisibilityattribute.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Serializing Collections of Standard Types with the DesignerSerializationVisibilityAttribute" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/set-alternating-row-styles-for-the-datagrid-using-the-designer.md b/dotnet-desktop-guide/framework/winforms/controls/set-alternating-row-styles-for-the-datagrid-using-the-designer.md index b810fc580a..50457018c9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/set-alternating-row-styles-for-the-datagrid-using-the-designer.md +++ b/dotnet-desktop-guide/framework/winforms/controls/set-alternating-row-styles-for-the-datagrid-using-the-designer.md @@ -1,6 +1,7 @@ --- title: Set Alternating Row Styles for DataGridView Control Using the Designer ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ledger-like formats" - "DataGridView control [Windows Forms], row style alternation" diff --git a/dotnet-desktop-guide/framework/winforms/controls/set-and-return-numeric-values-with-wf-numericupdown-control.md b/dotnet-desktop-guide/framework/winforms/controls/set-and-return-numeric-values-with-wf-numericupdown-control.md index d63f1aeed9..ca0d67df59 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/set-and-return-numeric-values-with-wf-numericupdown-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/set-and-return-numeric-values-with-wf-numericupdown-control.md @@ -1,6 +1,7 @@ --- title: Set and Return Numeric Values with NumericUpDown Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/set-indents-hanging-indents-bulleted-paragraphs-with-wf-richtextbox.md b/dotnet-desktop-guide/framework/winforms/controls/set-indents-hanging-indents-bulleted-paragraphs-with-wf-richtextbox.md index 6efbae2a38..cd4a652bd0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/set-indents-hanging-indents-bulleted-paragraphs-with-wf-richtextbox.md +++ b/dotnet-desktop-guide/framework/winforms/controls/set-indents-hanging-indents-bulleted-paragraphs-with-wf-richtextbox.md @@ -1,6 +1,7 @@ --- title: Set Indents, Hanging Indents, and Bulleted Paragraphs with RichTextBox Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/set-the-sort-modes-for-columns-wf-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/set-the-sort-modes-for-columns-wf-datagridview-control.md index b9c5c74ec7..fc6f77cf17 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/set-the-sort-modes-for-columns-wf-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/set-the-sort-modes-for-columns-wf-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Set the Sort Modes for Columns in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/sizing-options-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/sizing-options-in-the-windows-forms-datagridview-control.md index 06064d6816..aae2fcfdce 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/sizing-options-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/sizing-options-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Sizing Options in DataGridView Control description: Learn about sizing options in the Windows Forms DataGridView control. DataGridView rows, columns, and headers change size as a result of different occurrences. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], row sizing" - "data grids [Windows Forms], column sizing" diff --git a/dotnet-desktop-guide/framework/winforms/controls/sort-and-filter-ado-net-data-with-wf-bindingsource-component.md b/dotnet-desktop-guide/framework/winforms/controls/sort-and-filter-ado-net-data-with-wf-bindingsource-component.md index 9ed34f072d..7ac54aa748 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/sort-and-filter-ado-net-data-with-wf-bindingsource-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/sort-and-filter-ado-net-data-with-wf-bindingsource-component.md @@ -1,6 +1,7 @@ --- title: Sort and Filter ADO.NET Data with BindingSource Component ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/sort-the-contents-of-a-wf-combobox-listbox-or-checkedlistbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/sort-the-contents-of-a-wf-combobox-listbox-or-checkedlistbox-control.md index 0d84228cf2..73aeba0632 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/sort-the-contents-of-a-wf-combobox-listbox-or-checkedlistbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/sort-the-contents-of-a-wf-combobox-listbox-or-checkedlistbox-control.md @@ -1,6 +1,7 @@ --- title: Sort the Contents of ComboBox, ListBox, or CheckedListBox Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "CheckedListBox control [Windows Forms], sorting" - "ComboBox control [Windows Forms], sorting contents" diff --git a/dotnet-desktop-guide/framework/winforms/controls/sorting-data-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/sorting-data-in-the-windows-forms-datagridview-control.md index 5c048ad892..468a759e5f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/sorting-data-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/sorting-data-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Sorting data in DataGridView control ms.date: "02/13/2018" +ms.service: dotnet-framework helpviewer_keywords: - "data [Windows Forms], sorting in grids" - "data grids [Windows Forms], sorting data" diff --git a/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class-overview.md b/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class-overview.md index e95c3950f4..e5faad6a99 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class-overview.md @@ -1,6 +1,7 @@ --- title: "SoundPlayer Class Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "playing sounds [Windows Forms], SoundPlayer class" - "SoundPlayer class [Windows Forms], about SoundPlayer class" diff --git a/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class.md b/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class.md index 73b16a2e1a..e1d8c60a42 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class.md +++ b/dotnet-desktop-guide/framework/winforms/controls/soundplayer-class.md @@ -1,6 +1,7 @@ --- title: "SoundPlayer Class" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "SoundPlayer" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/specify-default-values-for-new-rows-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/specify-default-values-for-new-rows-in-the-datagrid.md index 80198b40b7..1a33460526 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/specify-default-values-for-new-rows-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/specify-default-values-for-new-rows-in-the-datagrid.md @@ -1,6 +1,7 @@ --- title: Specify Default Values for New Rows in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-overview-windows-forms.md index 894d86dda4..40beabf1ef 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "SplitContainer Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "SplitContainer" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-windows-forms.md index 87fc0c884d..c74dc31916 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/splitcontainer-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "SplitContainer Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "splitter windows" - "SplitContainer control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/splitter-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/splitter-control-overview-windows-forms.md index 510faf9361..d2c43f6a40 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/splitter-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/splitter-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "Splitter Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Splitter" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/splitter-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/splitter-control-windows-forms.md index b52ebbffc7..76ff236515 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/splitter-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/splitter-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "Splitter Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "multiple views" - "Splitter control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-overview-windows-forms.md index b7fde90462..72cfaeb888 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "StatusBar Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "StatusBar" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-windows-forms.md index f52faee55d..a71c84d0a2 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/statusbar-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "StatusBar Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "StatusBar control [Windows Forms]" - "status bars [Windows Forms], creating" diff --git a/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control-overview.md index a18263bc51..007f98b8bc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control-overview.md @@ -1,6 +1,7 @@ --- title: "StatusStrip Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "StatusStrip" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control.md b/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control.md index f8c7a7849a..2bd0d859f6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control.md @@ -1,6 +1,7 @@ --- title: "StatusStrip Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "StatusStrip control [Windows Forms]" - "status bars" diff --git a/dotnet-desktop-guide/framework/winforms/controls/stretch-a-toolstriptextbox-to-fill-the-remaining-width-of-a-toolstrip-wf.md b/dotnet-desktop-guide/framework/winforms/controls/stretch-a-toolstriptextbox-to-fill-the-remaining-width-of-a-toolstrip-wf.md index 1c57e8add9..de187b6989 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/stretch-a-toolstriptextbox-to-fill-the-remaining-width-of-a-toolstrip-wf.md +++ b/dotnet-desktop-guide/framework/winforms/controls/stretch-a-toolstriptextbox-to-fill-the-remaining-width-of-a-toolstrip-wf.md @@ -1,6 +1,7 @@ --- title: "How to: Stretch a ToolStripTextBox to Fill the Remaining Width of a ToolStrip" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-overview-windows-forms.md index af13725be5..b8cd60652b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TabControl Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "TabControl" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-windows-forms.md index a28e067492..acb7db6991 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TabControl Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TabControl control [Windows Forms]" - "tab controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-overview.md index fb372aeb40..79fb303a34 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-overview.md @@ -1,6 +1,7 @@ --- title: "TableLayoutPanel Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "TableLayoutPanel" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-windows-forms.md index b1b8240930..22b83080b1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/tablelayoutpanel-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TableLayoutPanel Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TableLayoutPanel control [Windows Forms]" - "layout [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/textbox-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/textbox-control-overview-windows-forms.md index 69d49022fe..e11d52ee99 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/textbox-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/textbox-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TextBox Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/textbox-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/textbox-control-windows-forms.md index 1f4dd7f1fe..9855a03934 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/textbox-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/textbox-control-windows-forms.md @@ -2,6 +2,7 @@ title: "TextBox Control" description: Learn about various aspects of the Windows Forms TextBox control including using it for editable text and making it read-only. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "text boxes" - "TextBox control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/timer-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/timer-component-overview-windows-forms.md index e461c609b6..ea848cf4b8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/timer-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/timer-component-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "Timer Component Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Timer" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/timer-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/timer-component-windows-forms.md index 51352cb146..7fdcdf32bc 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/timer-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/timer-component-windows-forms.md @@ -1,6 +1,7 @@ --- title: "Timer Component" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Timer component [Windows Forms]" - "timers" diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-overview-windows-forms.md index b116bcdd89..25903240e1 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ToolBar Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ToolBar" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-windows-forms.md index eface5ea2e..2086c2c039 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolbar-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ToolBar Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "toolbars [Windows Forms]" - "ToolBar control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-architecture.md b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-architecture.md index f162778bc4..925d7a5d10 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-architecture.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-architecture.md @@ -1,6 +1,7 @@ --- title: "ToolStrip Control Architecture" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStrip control [Windows Forms], architecture" ms.assetid: 71df2d18-862e-4701-9ff9-c1fe606f94f2 diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-overview-windows-forms.md index 92badf2594..40bdb983fb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ToolStrip Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Toolstrip" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-windows-forms.md index 921ee6b9b9..07c16fc421 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ToolStrip Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "toolbars [Windows Forms]" - "ToolStrip control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-technology-summary.md b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-technology-summary.md index 814e99e4cc..59333587ae 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstrip-technology-summary.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstrip-technology-summary.md @@ -1,6 +1,7 @@ --- title: "ToolStrip Technology Summary" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStrip control [Windows Forms], technology summary" - "status bars [Windows Forms], technology summary" diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control-overview.md index a82fb1437d..a070896c2c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control-overview.md @@ -1,6 +1,7 @@ --- title: "ToolStripContainer Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ToolStripContainer" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control.md b/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control.md index 7d6cf6d300..22b551181d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control.md @@ -1,6 +1,7 @@ --- title: "ToolStripContainer Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "toolbars [Windows Forms], built-in rafting" - "ToolStripContainer control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control-overview.md index f50dcc833a..5ad56235e3 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control-overview.md @@ -1,6 +1,7 @@ --- title: "ToolStripPanel Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ToolStripPanel" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control.md b/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control.md index 8aaf8a617d..4434dc3061 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-control.md @@ -1,6 +1,7 @@ --- title: "ToolStripPanel Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStripPanel control [Windows Forms]" - "horizontal space" diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control-overview.md index 129ca37bb3..0a5f64018c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control-overview.md @@ -1,6 +1,7 @@ --- title: "ToolStripProgressBar Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ToolStripProgressBar" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control.md b/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control.md index 5f883ef353..386e787993 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstripprogressbar-control.md @@ -1,6 +1,7 @@ --- title: "ToolStripProgressBar Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStrip control [Windows Forms], ToolStripProgressBar" - "ToolStripProgressBar control [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control-overview.md index c615e72c5d..58d5537a8e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control-overview.md @@ -1,6 +1,7 @@ --- title: "ToolStripStatusLabel Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ToolStripStatusLabel" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control.md b/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control.md index d9e5993d5f..f18e6bd49b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/toolstripstatuslabel-control.md @@ -1,6 +1,7 @@ --- title: "ToolStripStatusLabel Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolStripStatusLabel control [Windows Forms]" - "status bars" diff --git a/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-overview-windows-forms.md index 27cd22e91b..2bed9f8d62 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ToolTip Component Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "ToolTip" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-windows-forms.md index 663173081d..76af7dee0e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/tooltip-component-windows-forms.md @@ -1,6 +1,7 @@ --- title: "ToolTip Component" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "tooltips [Windows Forms]" - "ToolTip component [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-overview-windows-forms.md index a3fd7f288c..7293632fff 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TrackBar Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "TrackBar" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-windows-forms.md index 1b28626baa..2d61104da5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/trackbar-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TrackBar Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "sliders" - "slider controls [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/controls/treeview-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/treeview-control-overview-windows-forms.md index ed679a6d53..03393b0faf 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/treeview-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/treeview-control-overview-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TreeView Control Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "TreeView" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/treeview-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/treeview-control-windows-forms.md index 8ff28563c6..c20e64506f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/treeview-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/treeview-control-windows-forms.md @@ -1,6 +1,7 @@ --- title: "TreeView Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "checked list items [Windows Forms], Windows Forms controls" - "list controls [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/controls/troubleshooting-control-and-component-authoring.md b/dotnet-desktop-guide/framework/winforms/controls/troubleshooting-control-and-component-authoring.md index b5fe6eae7f..6253eb8f21 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/troubleshooting-control-and-component-authoring.md +++ b/dotnet-desktop-guide/framework/winforms/controls/troubleshooting-control-and-component-authoring.md @@ -1,6 +1,7 @@ --- title: "Troubleshooting Control and Component Authoring" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/unbound-column-to-a-data-bound-datagridview.md b/dotnet-desktop-guide/framework/winforms/controls/unbound-column-to-a-data-bound-datagridview.md index 990f453f9a..7ab3d19a3b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/unbound-column-to-a-data-bound-datagridview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/unbound-column-to-a-data-bound-datagridview.md @@ -1,6 +1,7 @@ --- title: Add an Unbound Column to a Data-Bound DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/use-the-row-template-to-customize-rows-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/use-the-row-template-to-customize-rows-in-the-datagrid.md index c21a7a3045..211cf7361b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/use-the-row-template-to-customize-rows-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/use-the-row-template-to-customize-rows-in-the-datagrid.md @@ -1,6 +1,7 @@ --- title: Use the Row Template to Customize Rows in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/user-drawn-controls.md b/dotnet-desktop-guide/framework/winforms/controls/user-drawn-controls.md index 11f46752f1..e338bd4cdb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/user-drawn-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/user-drawn-controls.md @@ -1,6 +1,7 @@ --- title: "User-Drawn Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/using-the-designer-with-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/using-the-designer-with-the-windows-forms-datagridview-control.md index 7309533c82..f7a8bbce37 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/using-the-designer-with-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/using-the-designer-with-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Using the Designer with DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "tables [Windows Forms]" - "DataGridView control [Windows Forms], designer support" diff --git a/dotnet-desktop-guide/framework/winforms/controls/using-the-managed-html-document-object-model.md b/dotnet-desktop-guide/framework/winforms/controls/using-the-managed-html-document-object-model.md index bc693cc638..6850294b94 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/using-the-managed-html-document-object-model.md +++ b/dotnet-desktop-guide/framework/winforms/controls/using-the-managed-html-document-object-model.md @@ -1,6 +1,7 @@ --- title: "Using the Managed HTML Document Object Model" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "managed HTML DOM" ms.assetid: a017dd5c-cd7b-47e4-952c-f4f54cb48409 diff --git a/dotnet-desktop-guide/framework/winforms/controls/using-the-row-for-new-records-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/using-the-row-for-new-records-in-the-windows-forms-datagridview-control.md index 217c31a439..136f056d7e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/using-the-row-for-new-records-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/using-the-row-for-new-records-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Using the Row for New Records in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], adding rows for new records" - "rows [Windows Forms], new records" diff --git a/dotnet-desktop-guide/framework/winforms/controls/varieties-of-custom-controls.md b/dotnet-desktop-guide/framework/winforms/controls/varieties-of-custom-controls.md index 1a22d8e552..bff8382599 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/varieties-of-custom-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/varieties-of-custom-controls.md @@ -1,6 +1,7 @@ --- title: "Varieties of Custom Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "controls [Windows Forms], user controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/view-errors-within-a-dataset-with-wf-errorprovider-component.md b/dotnet-desktop-guide/framework/winforms/controls/view-errors-within-a-dataset-with-wf-errorprovider-component.md index 025e796651..c822721b5d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/view-errors-within-a-dataset-with-wf-errorprovider-component.md +++ b/dotnet-desktop-guide/framework/winforms/controls/view-errors-within-a-dataset-with-wf-errorprovider-component.md @@ -1,6 +1,7 @@ --- title: View Errors Within a DataSet using ErrorProvider Component ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-in-the-windows-forms-datagridview-control.md index b8374310cc..fc5dcf1de8 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-in-the-windows-forms-datagridview-control.md @@ -1,6 +1,7 @@ --- title: Virtual Mode in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGridView control [Windows Forms], virtual mode" ms.assetid: feae5d43-2848-4b1a-8ea7-77085dc415b5 diff --git a/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-with-just-in-time-data-loading-in-the-datagrid.md b/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-with-just-in-time-data-loading-in-the-datagrid.md index d480d38933..d697657e44 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-with-just-in-time-data-loading-in-the-datagrid.md +++ b/dotnet-desktop-guide/framework/winforms/controls/virtual-mode-with-just-in-time-data-loading-in-the-datagrid.md @@ -1,6 +1,7 @@ --- title: Implement Virtual Mode with Just-In-Time Data Loading in DataGridView Control ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-flowlayoutpanel.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-flowlayoutpanel.md index b5f2db73f9..ca61ebaf91 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-flowlayoutpanel.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-flowlayoutpanel.md @@ -2,6 +2,7 @@ title: Arrange Controls Using FlowLayoutPanel description: Learn how to use the FlowLayoutPanel control and the TableLayoutPanel control to provide intuitive ways to arrange controls in your Windows Forms project. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "FlowLayoutPanel control [Windows Forms], walkthroughs" - "Windows Forms controls, arranging" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-tablelayoutpanel.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-tablelayoutpanel.md index 721e771160..6d08b76c0a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-tablelayoutpanel.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-a-tablelayoutpanel.md @@ -2,6 +2,7 @@ title: Arranging Controls Using a TableLayoutPanel description: Learn how to arrange controls on your Windows Forms by using the FlowLayoutPanel control and the TableLayoutPanel control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], arranging with TableLayoutPanel" - "TableLayoutPanel control [Windows Forms], walkthroughs" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-snaplines.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-snaplines.md index e3001c16b6..2e7ccb75fb 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-snaplines.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-arranging-controls-on-windows-forms-using-snaplines.md @@ -1,6 +1,7 @@ --- title: Arranging Controls Using Snaplines ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [Windows Forms], arranging with snaplines" - "snaplines [Windows Forms], arranging Windows Forms controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-authoring-a-composite-control-with-visual-csharp.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-authoring-a-composite-control-with-visual-csharp.md index 39310c6418..9dec9d158e 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-authoring-a-composite-control-with-visual-csharp.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-authoring-a-composite-control-with-visual-csharp.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Authoring a Composite Control with Visual C#" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - CSharp helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-automatically-populating-the-toolbox-with-custom-components.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-automatically-populating-the-toolbox-with-custom-components.md index 086759be56..20baa58446 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-automatically-populating-the-toolbox-with-custom-components.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-automatically-populating-the-toolbox-with-custom-components.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Automatically Populating the Toolbox with Custom Components" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "IToolboxService interface" - "Toolbox [Windows Forms], populating" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-a-professionally-styled-toolstrip-control.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-a-professionally-styled-toolstrip-control.md index 8e661ed653..999812caa9 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-a-professionally-styled-toolstrip-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-a-professionally-styled-toolstrip-control.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Creating a Professionally Styled ToolStrip Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-mdi-form-with-menu-merging-and-toolstrip-controls.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-mdi-form-with-menu-merging-and-toolstrip-controls.md index d2d2938d20..99af8a89f5 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-mdi-form-with-menu-merging-and-toolstrip-controls.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-mdi-form-with-menu-merging-and-toolstrip-controls.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Creating an MDI Form with Menu Merging and ToolStrip Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md index 8a0e41d407..2e7d80d8cf 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: Walkthrough to create an Unbound Windows Forms DataGridView Control description: You can create an Unbound Windows Forms DataGridView Control and display a small amount of data without binding it to a data source. ms.date: "01/18/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-debugging-custom-windows-forms-controls-at-design-time.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-debugging-custom-windows-forms-controls-at-design-time.md index 4a92bfb8fc..094c4cbc7a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-debugging-custom-windows-forms-controls-at-design-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-debugging-custom-windows-forms-controls-at-design-time.md @@ -1,6 +1,7 @@ --- title: Debug Custom Controls at Design Time ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-implementing-a-form-that-uses-a-background-operation.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-implementing-a-form-that-uses-a-background-operation.md index 2b17884442..551a58d55b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-implementing-a-form-that-uses-a-background-operation.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-implementing-a-form-that-uses-a-background-operation.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Implementing a Form That Uses a Background Operation" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-inheriting-from-a-windows-forms-control-with-visual-csharp.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-inheriting-from-a-windows-forms-control-with-visual-csharp.md index c3376e26c6..45ea875609 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-inheriting-from-a-windows-forms-control-with-visual-csharp.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-inheriting-from-a-windows-forms-control-with-visual-csharp.md @@ -1,6 +1,7 @@ --- title: Inherit from a Control ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "inheritance [Windows Forms], custom controls" - "inheritance [Windows Forms], control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-providing-standard-menu-items-to-a-form.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-providing-standard-menu-items-to-a-form.md index c1bccb8886..9044472580 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-providing-standard-menu-items-to-a-form.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-providing-standard-menu-items-to-a-form.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Providing Standard Menu Items to a Form" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-running-an-operation-in-the-background.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-running-an-operation-in-the-background.md index 0f73bdc863..ed239b0220 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-running-an-operation-in-the-background.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-running-an-operation-in-the-background.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Running an Operation in the Background" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-updating-status-bar-information-at-run-time.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-updating-status-bar-information-at-run-time.md index ad5fe13638..8d5d199051 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-updating-status-bar-information-at-run-time.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-updating-status-bar-information-at-run-time.md @@ -2,6 +2,7 @@ title: "Walkthrough: Updating Status Bar Information at Run Time" description: Learn how to walk through the process of updating status bar information at run time based on application state or another user interaction. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-validating-data-in-the-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-validating-data-in-the-windows-forms-datagridview-control.md index edbcfd7747..54aaa1b1f6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-validating-data-in-the-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-validating-data-in-the-windows-forms-datagridview-control.md @@ -2,6 +2,7 @@ title: "Walkthrough: Validate data in DataGridView control" description: Learn about and walk through the process of validating data in DataGridView control before it is committed to the data store. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-working-with-the-maskedtextbox-control.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-working-with-the-maskedtextbox-control.md index 4e223081fb..a62721081a 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-working-with-the-maskedtextbox-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-working-with-the-maskedtextbox-control.md @@ -2,6 +2,7 @@ title: "Walkthrough: Working with the MaskedTextBox Control" description: Learn how to use the MaskedTextBox control to alert users when the value they're attempting to commit is not valid for the type. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/controls/ways-to-select-a-windows-forms-button-control.md b/dotnet-desktop-guide/framework/winforms/controls/ways-to-select-a-windows-forms-button-control.md index efc8bc3af4..01f651588c 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/ways-to-select-a-windows-forms-button-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/ways-to-select-a-windows-forms-button-control.md @@ -2,6 +2,7 @@ title: Ways to Select a Button Control description: Learn about the different ways to select a button control such as a mouse click, moving the focus, using the access key and other options. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Button control [Windows Forms], selecting" ms.assetid: fe2fc058-5118-4f70-b264-6147d64a7a8d diff --git a/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-overview.md b/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-overview.md index 237a5b0203..9edfce1fbf 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-overview.md +++ b/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-overview.md @@ -2,6 +2,7 @@ title: "WebBrowser Control Overview" description: Learn how to use the WebBrowser control to seamlessly combine Web controls with Windows Forms controls in a single application. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "WebBrowser" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-windows-forms.md index e68efce883..78a7b81927 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/webbrowser-control-windows-forms.md @@ -2,6 +2,7 @@ title: "WebBrowser Control" description: Learn about how the Windows Forms WebBrowser control hosts webpages and provides web browsing capabilities to your application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WebBrowser control [Windows Forms]" - "Web pages [Windows Forms], hosting in applications" diff --git a/dotnet-desktop-guide/framework/winforms/controls/webbrowser-security.md b/dotnet-desktop-guide/framework/winforms/controls/webbrowser-security.md index 405803584f..948fb8e138 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/webbrowser-security.md +++ b/dotnet-desktop-guide/framework/winforms/controls/webbrowser-security.md @@ -2,6 +2,7 @@ title: "WebBrowser Security" description: Learn about WebBrowser Security, which is designed to work in full trust only. HTML in the control can come from external Web servers. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WebBrowser control [Windows Forms], security" - "security [Windows Forms], WebBrowser control" diff --git a/dotnet-desktop-guide/framework/winforms/controls/when-to-use-a-windows-forms-combobox-instead-of-a-listbox.md b/dotnet-desktop-guide/framework/winforms/controls/when-to-use-a-windows-forms-combobox-instead-of-a-listbox.md index 1eaa50ceb2..a871e92ba6 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/when-to-use-a-windows-forms-combobox-instead-of-a-listbox.md +++ b/dotnet-desktop-guide/framework/winforms/controls/when-to-use-a-windows-forms-combobox-instead-of-a-listbox.md @@ -2,6 +2,7 @@ title: ComboBox vs. ListBox description: Learn about using Windows Forms ComboBox and Windows Forms ListBox, and learn to how tell when one or the other is more appropriate for a task. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListBox control [Windows Forms], adding and removing items" - "ListBox control [Windows Forms], vs. ComboBox" diff --git a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-control-development-basics.md b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-control-development-basics.md index 99966d5517..a566fa3326 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-control-development-basics.md +++ b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-control-development-basics.md @@ -2,6 +2,7 @@ title: Basics for developing controls description: Learn the basics of developing controls with the Windows Forms Control class so that you can apply them to various scenarios. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom controls [Windows Forms], derivation types" - "programming concepts [Windows Forms], Windows Forms controls" diff --git a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-by-function.md b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-by-function.md index 82677ea032..b8fd9348ce 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-by-function.md +++ b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-by-function.md @@ -1,6 +1,7 @@ --- title: Controls by Function ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "controls [Windows Forms], by function" diff --git a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-padding-autosize.md b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-padding-autosize.md index 5348149f43..2a824f1c7f 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-padding-autosize.md +++ b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-padding-autosize.md @@ -2,6 +2,7 @@ title: Lay Out Controls with Padding, Margins, and the AutoSize Property description: Learn how to lay out controls with precise placement by using padding, margins and the AutoSize property. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Margin.Bottom" - "Margin.Left" diff --git a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-used-to-list-options.md b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-used-to-list-options.md index 198b791cb5..f4ba07f5f0 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-used-to-list-options.md +++ b/dotnet-desktop-guide/framework/winforms/controls/windows-forms-controls-used-to-list-options.md @@ -2,6 +2,7 @@ title: Controls Used to List Options description: Learn about the controls used to list options in Windows Forms, along with the variety of controls that provide users with a list of options. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms controls, listing options" - "option lists in Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/creating-a-new-windows-form.md b/dotnet-desktop-guide/framework/winforms/creating-a-new-windows-form.md index c25119ac90..ebc28e1d8d 100644 --- a/dotnet-desktop-guide/framework/winforms/creating-a-new-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/creating-a-new-windows-form.md @@ -2,6 +2,7 @@ title: "Creating a New Windows Form" description: Find topics that introduce basic vocabulary, guidelines, and instructions you should understand to when you start to create a Windows Forms application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, getting started" - "Windows Forms, creating a new form" diff --git a/dotnet-desktop-guide/framework/winforms/creating-event-handlers-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/creating-event-handlers-in-windows-forms.md index 94c4822f69..b148c8bb22 100644 --- a/dotnet-desktop-guide/framework/winforms/creating-event-handlers-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/creating-event-handlers-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Create Event Handlers" description: Learn how events in Windows Forms can be assigned to multiple handlers, and how the methods that handle particular events can be changed dynamically. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "event handling [Windows Forms]" - "Windows Forms controls, event handling" diff --git a/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md b/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md index df0c5cd875..9645311586 100644 --- a/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md @@ -2,6 +2,7 @@ title: Data Binding Overview description: Learn how to bind to an array of values that you calculate at runtime, read from a file, or derive from the values of other controls in Windows Forms. ms.date: "01/17/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 ms.topic: overview helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/data-sources-supported-by-windows-forms.md b/dotnet-desktop-guide/framework/winforms/data-sources-supported-by-windows-forms.md index c3fdcb2105..8e90db7264 100644 --- a/dotnet-desktop-guide/framework/winforms/data-sources-supported-by-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/data-sources-supported-by-windows-forms.md @@ -2,6 +2,7 @@ title: Supported Data Sources description: Learn about the wide range of data sources that are supported by Windows Forms data binding, which can access a wide range of data structures. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "collections [Windows Forms], binding to" - "OLE DB providers [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/dialog-boxes-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/dialog-boxes-in-windows-forms.md index 1eed387d93..f1eb75c53d 100644 --- a/dotnet-desktop-guide/framework/winforms/dialog-boxes-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/dialog-boxes-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Dialog Boxes" descriptions: Learn about dialog boxes and the various ways that users can interact with them. Also learn how to create custom dialog boxes with Windows Forms Designer. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "dialog boxes [Windows Forms], Windows Forms" - "Windows Forms dialog boxes" diff --git a/dotnet-desktop-guide/framework/winforms/drag-and-drop-functionality-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/drag-and-drop-functionality-in-windows-forms.md index 908bd2e59c..ce59424655 100644 --- a/dotnet-desktop-guide/framework/winforms/drag-and-drop-functionality-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/drag-and-drop-functionality-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Drag-and-Drop Functionality" description: Learn about drag-and-drop functionality in Windows Forms, which includes a set of methods, events, and classes that implement drag-and-drop behavior. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drag and drop [Windows Forms], Windows Forms" - "Windows Forms, drag and drop" diff --git a/dotnet-desktop-guide/framework/winforms/ensure-the-selected-row-in-a-child-table-correct.md b/dotnet-desktop-guide/framework/winforms/ensure-the-selected-row-in-a-child-table-correct.md index 3f35ef3be7..9140a93674 100644 --- a/dotnet-desktop-guide/framework/winforms/ensure-the-selected-row-in-a-child-table-correct.md +++ b/dotnet-desktop-guide/framework/winforms/ensure-the-selected-row-in-a-child-table-correct.md @@ -2,6 +2,7 @@ title: "How to: Ensure the Selected Row in a Child Table Remains at the Correct Position" description: Learn how to ensure the selected row in a child table remains at the correct position with data binding. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/event-handlers-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/event-handlers-overview-windows-forms.md index a17c75f8b2..22fbd86df9 100644 --- a/dotnet-desktop-guide/framework/winforms/event-handlers-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/event-handlers-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "Event Handlers Overview" description: Learn about the standard Windows Forms event handler format, including which parameters are passed to the handlers. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/events-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/events-overview-windows-forms.md index bde3c36238..298d9b8455 100644 --- a/dotnet-desktop-guide/framework/winforms/events-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/events-overview-windows-forms.md @@ -2,6 +2,7 @@ title: "Events Overview" description: Learn about and get an overview of events, which are user, program or system generated actions that you can respond to or handle within your code. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "Windows Forms, event handling" diff --git a/dotnet-desktop-guide/framework/winforms/getting-started-with-windows-forms.md b/dotnet-desktop-guide/framework/winforms/getting-started-with-windows-forms.md index 5ff429adc2..f6cd2c46c9 100644 --- a/dotnet-desktop-guide/framework/winforms/getting-started-with-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/getting-started-with-windows-forms.md @@ -2,6 +2,7 @@ title: "Getting Started" description: Learn how to use Windows Forms to create powerful Windows-based applications that display data, handle user input, and help you deploy your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "Designer_System.Windows.Forms.Design.FormDocumentDesigner" - "vb.wfc.formdesigner" diff --git a/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md index 51f56c924b..a41fae8336 100644 --- a/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md @@ -2,6 +2,7 @@ title: "High DPI support" description: Learn about support in Windows Forms for common high DPI and dynamic DPI scenarios. Also learn how to configure Windows Forms applications for high DPI support. ms.date: "05/16/2017" +ms.service: dotnet-framework helpviewer_keywords: - "High DPI in Windows Forms" - "Dynamic rescaling in Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/how-keyboard-input-works.md b/dotnet-desktop-guide/framework/winforms/how-keyboard-input-works.md index 63c91d777b..328518f73a 100644 --- a/dotnet-desktop-guide/framework/winforms/how-keyboard-input-works.md +++ b/dotnet-desktop-guide/framework/winforms/how-keyboard-input-works.md @@ -2,6 +2,7 @@ title: "How Keyboard Input Works" description: Learn how keyboard input works with Windows Forms, which processes keyboard input by raising keyboard events in response to Windows messages. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "keyboard input [Windows Forms], about keyboard input" diff --git a/dotnet-desktop-guide/framework/winforms/how-mouse-input-works-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-mouse-input-works-in-windows-forms.md index 1d465edf9c..ce58a5afe4 100644 --- a/dotnet-desktop-guide/framework/winforms/how-mouse-input-works-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-mouse-input-works-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How Mouse Input Works" description: Learn how mouse input works and the options you have for handling mouse events to perform actions in your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "Windows Forms, mouse input" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-access-keyed-collections-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-access-keyed-collections-in-windows-forms.md index 5f5869eae7..8896e8245e 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-access-keyed-collections-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-access-keyed-collections-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Access Keyed Collections" description: Learn to Access Keyed Collections in Windows Forms with .NET Framework 4.8 - ListView, Control, TabControl, and more. Boost your app's functionality. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-apply-the-propertynamechanged-pattern.md b/dotnet-desktop-guide/framework/winforms/how-to-apply-the-propertynamechanged-pattern.md index b801f12314..b4d687ba6d 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-apply-the-propertynamechanged-pattern.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-apply-the-propertynamechanged-pattern.md @@ -2,6 +2,7 @@ title: "How to: Apply the PropertyNameChanged Pattern" description: Learn how to apply the PropertyNameChanged pattern to custom controls that are used with the Windows Forms data binding engine. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-change-the-borders-of-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-change-the-borders-of-windows-forms.md index f6e908fc00..33f7408ce1 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-change-the-borders-of-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-change-the-borders-of-windows-forms.md @@ -2,6 +2,7 @@ title: Change form borders descriptions: Learn how to change form borders when you are determining the appearance and behavior of your Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-connect-multiple-events-to-a-single-event-handler-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-connect-multiple-events-to-a-single-event-handler-in-windows-forms.md index 383a2866e8..7d3991c1a6 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-connect-multiple-events-to-a-single-event-handler-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-connect-multiple-events-to-a-single-event-handler-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Connect Multiple Events to a Single Event Handler" description: Learn how to connect multiple events to a single event handler in Windows Forms by using the Events view of the Properties window in C#. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "vb" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/winforms/how-to-create-a-bound-control-and-format-the-displayed-data.md b/dotnet-desktop-guide/framework/winforms/how-to-create-a-bound-control-and-format-the-displayed-data.md index 1599e80bb0..49de2afadc 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-create-a-bound-control-and-format-the-displayed-data.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-create-a-bound-control-and-format-the-displayed-data.md @@ -2,6 +2,7 @@ title: "How to: Create a Bound Control and Format the Displayed Data" description: Learn about how to create a bound control as well as ways to format the displayed data with Windows Forms data binding. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data [Windows Forms], formatting" - "bound controls [Windows Forms], creating" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-create-a-simple-bound-control-on-a-windows-form.md b/dotnet-desktop-guide/framework/winforms/how-to-create-a-simple-bound-control-on-a-windows-form.md index eb7f17ba05..82d29b5c52 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-create-a-simple-bound-control-on-a-windows-form.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-create-a-simple-bound-control-on-a-windows-form.md @@ -2,6 +2,7 @@ title: "How to: Create a Simple-Bound Control on a Windows Form" description: Learn how to create a simple-bound control on a Windows Form, which allows you to display a single data element from a dataset table. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [Windows Forms], simple data binding" - "Windows Forms controls, data binding" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-create-a-windows-forms-application-from-the-command-line.md b/dotnet-desktop-guide/framework/winforms/how-to-create-a-windows-forms-application-from-the-command-line.md index 5ba2f95128..79b78ab08f 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-create-a-windows-forms-application-from-the-command-line.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-create-a-windows-forms-application-from-the-command-line.md @@ -3,6 +3,7 @@ title: Create a Windows Forms application from the command line titleSuffix: "" description: Learn how to complete the basic steps to create and run a Windows Forms application from the command line. ms.date: "03/14/2018" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md index 47ccc73a0c..1aafae5549 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Create Event Handlers at Run Time" description: Learn how to create an event handler at run time with the Windows Forms Designer in Visual Studio. This action allows you to connect event handlers at run time. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-determine-which-modifier-key-was-pressed.md b/dotnet-desktop-guide/framework/winforms/how-to-determine-which-modifier-key-was-pressed.md index 0a7f0d5c5c..f8e1ae2272 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-determine-which-modifier-key-was-pressed.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-determine-which-modifier-key-was-pressed.md @@ -2,6 +2,7 @@ title: "How to: Determine Which Modifier Key Was Pressed" description: Learn how to determine which modifier key has been pressed when you create an application that accepts user keystrokes. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-display-dialog-boxes-for-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-display-dialog-boxes-for-windows-forms.md index 2d7824d2e0..e700feb22c 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-display-dialog-boxes-for-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-display-dialog-boxes-for-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Display Dialog Boxes" description: Learn how to display dialog boxes in a similar way to how you display other forms in Windows applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-distinguish-between-clicks-and-double-clicks.md b/dotnet-desktop-guide/framework/winforms/how-to-distinguish-between-clicks-and-double-clicks.md index df6a2c1ee5..bcbac7e662 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-distinguish-between-clicks-and-double-clicks.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-distinguish-between-clicks-and-double-clicks.md @@ -2,6 +2,7 @@ title: "How to: Distinguish Between Clicks and Double-Clicks" descriptions: Learn how to distinguish between clicks and double-clicks so that you can program double-clicks to extend the action of clicks. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-handle-keyboard-input-at-the-form-level.md b/dotnet-desktop-guide/framework/winforms/how-to-handle-keyboard-input-at-the-form-level.md index f375a68131..ed2663a469 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-handle-keyboard-input-at-the-form-level.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-handle-keyboard-input-at-the-form-level.md @@ -2,6 +2,7 @@ title: "How to: Handle Keyboard Input at the Form Level" description: Learn how to handle keyboard input for your Windows Forms at the form level, before messages reach a control. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-handle-user-input-events-in-windows-forms-controls.md b/dotnet-desktop-guide/framework/winforms/how-to-handle-user-input-events-in-windows-forms-controls.md index 5cf7d312b9..208e3d45e6 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-handle-user-input-events-in-windows-forms-controls.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-handle-user-input-events-in-windows-forms-controls.md @@ -2,6 +2,7 @@ title: Handle User Input Events in Controls description: Learn how to handle user input events in Windows Forms controls, such as keyboard, mouse, focus and validation events. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-implement-the-ilistsource-interface.md b/dotnet-desktop-guide/framework/winforms/how-to-implement-the-ilistsource-interface.md index 28d83ff3e5..d0a0d63c7c 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-implement-the-ilistsource-interface.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-implement-the-ilistsource-interface.md @@ -2,6 +2,7 @@ title: "How to: Implement the IListSource Interface" description: Learn how to implement the IListSource Interface so that it is able to provide a list from another location. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-implement-the-inotifypropertychanged-interface.md b/dotnet-desktop-guide/framework/winforms/how-to-implement-the-inotifypropertychanged-interface.md index b1be6c306e..78b1297b86 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-implement-the-inotifypropertychanged-interface.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-implement-the-inotifypropertychanged-interface.md @@ -2,6 +2,7 @@ title: "How to: Implement the INotifyPropertyChanged Interface" description: Learn how to implement the INotifyPropertyChanged interface on business objects that are used in Windows Forms data binding. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-implement-the-itypedlist-interface.md b/dotnet-desktop-guide/framework/winforms/how-to-implement-the-itypedlist-interface.md index df87ddd56f..d16d5d78ab 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-implement-the-itypedlist-interface.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-implement-the-itypedlist-interface.md @@ -2,6 +2,7 @@ title: "How to: Implement the ITypedList Interface" description: Learn how to implement the ITypedList Interface to enable discovery of the schema for a bindable list. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md b/dotnet-desktop-guide/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md index d733bd6b0b..364a174535 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-modify-keyboard-input-to-a-standard-control.md @@ -2,6 +2,7 @@ title: "How to: Modify Keyboard Input to a Standard Control" description: Learn how to modify keyboard input to a standard Windows Forms control so that you can consume and modify keyboard input. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-navigate-data-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-navigate-data-in-windows-forms.md index 935ab06c1d..bbc5ea1411 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-navigate-data-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-navigate-data-in-windows-forms.md @@ -2,6 +2,7 @@ title: "How to: Navigate Data" description: Learn how to navigate a data source in a Windows application by binding the data source to a component and then binding controls to the binding source. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-resize-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-resize-windows-forms.md index 810c8c0a95..31eb3c1bab 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-resize-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-resize-windows-forms.md @@ -2,6 +2,7 @@ title: Resize form description: Learn how to resize both the height and width of the form by setting a new value for the Size property, or adjust the Height or Width properties individually. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-respond-to-font-scheme-changes-in-a-windows-forms-application.md b/dotnet-desktop-guide/framework/winforms/how-to-respond-to-font-scheme-changes-in-a-windows-forms-application.md index 6bca716b21..1c2780ecee 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-respond-to-font-scheme-changes-in-a-windows-forms-application.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-respond-to-font-scheme-changes-in-a-windows-forms-application.md @@ -3,6 +3,7 @@ title: Respond to Font Scheme Changes in a Windows Forms app description: Learn how to respond to font scheme changes in a Windows Forms app when users change system-wide font settings to make fonts appear larger or smaller. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/how-to-simulate-mouse-and-keyboard-events-in-code.md b/dotnet-desktop-guide/framework/winforms/how-to-simulate-mouse-and-keyboard-events-in-code.md index ebbddb6bcb..7540f54e7a 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-simulate-mouse-and-keyboard-events-in-code.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-simulate-mouse-and-keyboard-events-in-code.md @@ -2,6 +2,7 @@ title: "How to: Simulate Mouse and Keyboard Events in Code" description: Learn how to use the options Windows Forms provides to programmatically simulate mouse and keyboard inputs. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/includes/visual-studio-designer-net.md b/dotnet-desktop-guide/framework/winforms/includes/visual-studio-designer-net.md index 782540452a..71f2ba42b5 100644 --- a/dotnet-desktop-guide/framework/winforms/includes/visual-studio-designer-net.md +++ b/dotnet-desktop-guide/framework/winforms/includes/visual-studio-designer-net.md @@ -2,6 +2,7 @@ author: adegeo ms.author: adegeo ms.date: 06/15/2023 +ms.service: dotnet-framework ms.topic: include --- diff --git a/dotnet-desktop-guide/framework/winforms/index.yml b/dotnet-desktop-guide/framework/winforms/index.yml index a22ee54919..33ae1f61d9 100644 --- a/dotnet-desktop-guide/framework/winforms/index.yml +++ b/dotnet-desktop-guide/framework/winforms/index.yml @@ -8,6 +8,7 @@ metadata: description: Learn about Windows Forms (WinForms), a graphical user interface for Windows and .NET Framework. ms.topic: landing-page ms.date: 08/30/2020 + ms.service: dotnet-framework # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart # reference | sample | tutorial | video | whats-new diff --git a/dotnet-desktop-guide/framework/winforms/interfaces-related-to-data-binding.md b/dotnet-desktop-guide/framework/winforms/interfaces-related-to-data-binding.md index 1216a23c64..5c81a29de3 100644 --- a/dotnet-desktop-guide/framework/winforms/interfaces-related-to-data-binding.md +++ b/dotnet-desktop-guide/framework/winforms/interfaces-related-to-data-binding.md @@ -2,6 +2,7 @@ title: "Interfaces Related to Data Binding" description: Learn about interfaces and how they work with ADO.NET data binding, which allows you to create many different data structures for your application. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "data [Windows Forms], data-binding interfaces" diff --git a/dotnet-desktop-guide/framework/winforms/keyboard-input-in-a-windows-forms-application.md b/dotnet-desktop-guide/framework/winforms/keyboard-input-in-a-windows-forms-application.md index f50ddc4798..6524f2cec0 100644 --- a/dotnet-desktop-guide/framework/winforms/keyboard-input-in-a-windows-forms-application.md +++ b/dotnet-desktop-guide/framework/winforms/keyboard-input-in-a-windows-forms-application.md @@ -2,6 +2,7 @@ title: Keyboard input description: Learn about how keyboard input works with Windows Forms so that your application can respond to specific key presses. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "keyboard input [Windows Forms], using in Windows Forms" - "keyboards [Windows Forms], keyboard input" diff --git a/dotnet-desktop-guide/framework/winforms/more-secure-file-and-data-access-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/more-secure-file-and-data-access-in-windows-forms.md index c200191170..cda03412d2 100644 --- a/dotnet-desktop-guide/framework/winforms/more-secure-file-and-data-access-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/more-secure-file-and-data-access-in-windows-forms.md @@ -2,6 +2,7 @@ title: "More Secure File and Data Access" description: Learn about secure file and data access provided by the .NET Framework, which uses permissions to help protect resources and data. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/more-secure-printing-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/more-secure-printing-in-windows-forms.md index 58535011e7..dac7bd7b82 100644 --- a/dotnet-desktop-guide/framework/winforms/more-secure-printing-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/more-secure-printing-in-windows-forms.md @@ -2,6 +2,7 @@ title: "More Secure Printing" description: Learn about secure printing provided by the .NET Framework, which uses the PrintingPermission class to control access to printing capabilities. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, printing" - "PrintingPermission class [Windows Forms], Windows Forms security" diff --git a/dotnet-desktop-guide/framework/winforms/mouse-capture-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/mouse-capture-in-windows-forms.md index 0b731baafc..505de20324 100644 --- a/dotnet-desktop-guide/framework/winforms/mouse-capture-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/mouse-capture-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Mouse Capture" description: Learn about mouse capture, which allows your application to receive mouse input whether or not the pointer is within its borders. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "mouse [Windows Forms], capture" ms.assetid: 8911d4b0-a4f8-4f93-8246-371aebd27d0c diff --git a/dotnet-desktop-guide/framework/winforms/mouse-events-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/mouse-events-in-windows-forms.md index d5a3784790..a883c34e29 100644 --- a/dotnet-desktop-guide/framework/winforms/mouse-events-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/mouse-events-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Mouse Events" description: Learn how to get the mouse location from mouse events, and understand the order in which mouse click events are raised in Windows Forms controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "MouseLeave event [Windows Forms]" - "events [Windows Forms], mouse" diff --git a/dotnet-desktop-guide/framework/winforms/mouse-input-in-a-windows-forms-application.md b/dotnet-desktop-guide/framework/winforms/mouse-input-in-a-windows-forms-application.md index c5b81ca525..de5c871573 100644 --- a/dotnet-desktop-guide/framework/winforms/mouse-input-in-a-windows-forms-application.md +++ b/dotnet-desktop-guide/framework/winforms/mouse-input-in-a-windows-forms-application.md @@ -2,6 +2,7 @@ title: Mouse input description: Learn about mouse input in Windows Forms, which includes customized mouse cursors, mouse capture, and drag-and-drop behavior. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, mouse input" ms.assetid: 743c2f3c-219e-4a52-b6b8-2657096a2da6 diff --git a/dotnet-desktop-guide/framework/winforms/mouse-pointers-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/mouse-pointers-in-windows-forms.md index e60faa0ea2..fe72a9d38d 100644 --- a/dotnet-desktop-guide/framework/winforms/mouse-pointers-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/mouse-pointers-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Mouse Pointers" description: Learn about mouse pointers which are also often called cursors. Discover ways to modify and control the mouse pointer in Windows Forms. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "pointers [Windows Forms], setting" - "mouse pointers" diff --git a/dotnet-desktop-guide/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md b/dotnet-desktop-guide/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md index 916000bc8d..680894dcfb 100644 --- a/dotnet-desktop-guide/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md +++ b/dotnet-desktop-guide/framework/winforms/multiple-controls-bound-to-data-source-synchronized.md @@ -2,6 +2,7 @@ title: "How to: Ensure Multiple Controls Bound to the Same Data Source Remain Synchronized" description: Learn how to ensure multiple controls bound to the same data source remain synchronized with each other and the data source. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/order-of-events-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/order-of-events-in-windows-forms.md index 76371c3de3..3a8a8ec41c 100644 --- a/dotnet-desktop-guide/framework/winforms/order-of-events-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/order-of-events-in-windows-forms.md @@ -2,6 +2,7 @@ title: "Order of Events" description: Learn details regarding the order of events in Windows Forms during several important stages in the lifetime of applications and controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "events [Windows Forms], order of" - "focus event order" diff --git a/dotnet-desktop-guide/framework/winforms/security-in-windows-forms-overview.md b/dotnet-desktop-guide/framework/winforms/security-in-windows-forms-overview.md index 76a4915d32..0b36263d7d 100644 --- a/dotnet-desktop-guide/framework/winforms/security-in-windows-forms-overview.md +++ b/dotnet-desktop-guide/framework/winforms/security-in-windows-forms-overview.md @@ -2,6 +2,7 @@ title: Security overview description: Learn about security in Windows Forms and discover ways to prevent code from being able to access the user's computer resources without permission. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "code access security [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/winforms/user-input-in-a-windows-forms-application.md b/dotnet-desktop-guide/framework/winforms/user-input-in-a-windows-forms-application.md index 8a82fe59db..f98b043df3 100644 --- a/dotnet-desktop-guide/framework/winforms/user-input-in-a-windows-forms-application.md +++ b/dotnet-desktop-guide/framework/winforms/user-input-in-a-windows-forms-application.md @@ -3,6 +3,7 @@ title: User input in a Windows Forms app description: Learn about user input in Windows Forms apps and the keyboard messages that raise events based on mouse or keyboard input. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms, user input" ms.assetid: 9d61fa96-70f7-4754-885a-49a4a6316bdb diff --git a/dotnet-desktop-guide/framework/winforms/user-input-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/user-input-in-windows-forms.md index d81726e4ab..5e09b2ea63 100644 --- a/dotnet-desktop-guide/framework/winforms/user-input-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/user-input-in-windows-forms.md @@ -2,6 +2,7 @@ title: "User Input" description: Learn about user input in Windows Forms, which has a user input model based on events that are raised while processing related Windows messages. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "keyboard input [Windows Forms], using in Windows Forms" - "Windows Forms, user input" diff --git a/dotnet-desktop-guide/framework/winforms/user-input-validation-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/user-input-validation-in-windows-forms.md index 066fac744e..6eee864fb9 100644 --- a/dotnet-desktop-guide/framework/winforms/user-input-validation-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/user-input-validation-in-windows-forms.md @@ -2,6 +2,7 @@ title: "User Input Validation" description: Learn about several ways that you can use Windows Forms to validate user input in your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "Windows Forms, validating user input" diff --git a/dotnet-desktop-guide/framework/winforms/using-keyboard-events.md b/dotnet-desktop-guide/framework/winforms/using-keyboard-events.md index a178dee2f4..e1f3f8cda1 100644 --- a/dotnet-desktop-guide/framework/winforms/using-keyboard-events.md +++ b/dotnet-desktop-guide/framework/winforms/using-keyboard-events.md @@ -2,6 +2,7 @@ title: "Using Keyboard Events" description: Learn how to handle and use keyboard events in Windows Forms. You can also access the data provided by a keyboard event, such as the key that is pressed. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "KeyPress event [Windows Forms]" - "keyboards [Windows Forms], keyboard events" diff --git a/dotnet-desktop-guide/framework/winforms/windows-forms-accessibility-improvements.md b/dotnet-desktop-guide/framework/winforms/windows-forms-accessibility-improvements.md index 8d95d17e1b..1dd572d5a5 100644 --- a/dotnet-desktop-guide/framework/winforms/windows-forms-accessibility-improvements.md +++ b/dotnet-desktop-guide/framework/winforms/windows-forms-accessibility-improvements.md @@ -2,6 +2,7 @@ title: "Windows Forms Accessibility Improvements" description: Learn about the ways in which .NET Core Windows Forms attempts to improve accessibility in comparison with .NET Framework Windows Forms. ms.date: "04/20/2020" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms accessibility" - "accessibility" diff --git a/dotnet-desktop-guide/framework/winforms/windows-forms-coordinates.md b/dotnet-desktop-guide/framework/winforms/windows-forms-coordinates.md index d2ef7d1b6b..87998d2d4a 100644 --- a/dotnet-desktop-guide/framework/winforms/windows-forms-coordinates.md +++ b/dotnet-desktop-guide/framework/winforms/windows-forms-coordinates.md @@ -2,6 +2,7 @@ title: Coordinates in Windows Forms description: Learn about the coordinate system for Windows Forms, which is based on device coordinates and drawing in pixel units. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms coordinates" - "screen coordinates" diff --git a/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md b/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md index 580872346b..2a46050176 100644 --- a/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md +++ b/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md @@ -2,6 +2,7 @@ title: Data Binding description: Learn how to use data binding in Windows Forms to display and make changes to information from a data source in controls on the form. ms.date: "01/17/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "data [Windows Forms]" diff --git a/dotnet-desktop-guide/framework/winforms/windows-forms-overview.md b/dotnet-desktop-guide/framework/winforms/windows-forms-overview.md index eb37a38769..7c80852771 100644 --- a/dotnet-desktop-guide/framework/winforms/windows-forms-overview.md +++ b/dotnet-desktop-guide/framework/winforms/windows-forms-overview.md @@ -2,6 +2,7 @@ title: Overview description: Learn how you can use Windows Forms to build smart clients that meet the needs of today's enterprises and end users. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "smart clients" diff --git a/dotnet-desktop-guide/framework/winforms/windows-forms-security.md b/dotnet-desktop-guide/framework/winforms/windows-forms-security.md index 7928f2f7f1..5804ee65ce 100644 --- a/dotnet-desktop-guide/framework/winforms/windows-forms-security.md +++ b/dotnet-desktop-guide/framework/winforms/windows-forms-security.md @@ -2,6 +2,7 @@ title: Security description: Learn about Windows Forms Security, which is code-based and specifies that security levels are set for code, regardless of the user running the code. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "designer access security [Windows Forms]" - "permissions [Windows Forms], Windows Forms" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/activate-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/activate-function-wpf-unmanaged-api-reference.md index 65d9f33970..f00887b5b7 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/activate-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/activate-function-wpf-unmanaged-api-reference.md @@ -3,6 +3,7 @@ title: "Activate Function - WPF unmanaged API reference" description: Learn about the Activate function of the Windows Presentation Foundation (WPF) unmanaged API reference. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" api_name: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/advanced-ink-handling.md b/dotnet-desktop-guide/framework/wpf/advanced/advanced-ink-handling.md index d2732120c5..c957d4971d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/advanced-ink-handling.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/advanced-ink-handling.md @@ -2,6 +2,7 @@ title: "Advanced Ink Handling" description: Learn about the advanced digital ink features available in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/advanced-text-formatting.md b/dotnet-desktop-guide/framework/wpf/advanced/advanced-text-formatting.md index 582c0d47be..79560883cb 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/advanced-text-formatting.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/advanced-text-formatting.md @@ -2,6 +2,7 @@ title: "Advanced Text Formatting" description: Learn about the text formatting features available in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/alignment-margins-and-padding-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/alignment-margins-and-padding-overview.md index b80f8f90ef..059459a1e5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/alignment-margins-and-padding-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/alignment-margins-and-padding-overview.md @@ -3,6 +3,7 @@ title: "Alignment, Margins, and Padding Overview" description: Learn about HorizontalAlignment, Margin, Padding, and VerticalAlignment, which control child element position in Windows Presentation Foundation applications. ms.topic: overview ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/annotations-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/annotations-overview.md index dd1a42c1e0..12db718989 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/annotations-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/annotations-overview.md @@ -2,6 +2,7 @@ title: "Annotations Overview" description: Learn about the annotation features of Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/annotations-schema.md b/dotnet-desktop-guide/framework/wpf/advanced/annotations-schema.md index 9c9ccb914a..a261c88bfa 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/annotations-schema.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/annotations-schema.md @@ -2,6 +2,7 @@ title: "Annotations Schema" description: Learn about the XML schema definition used by the Microsoft Annotations Framework to save and retrieve user annotation data in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XML schema definition (XSD)" - "Microsoft Annotations Framework [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/annotations.md b/dotnet-desktop-guide/framework/wpf/advanced/annotations.md index 12d8779ce6..76e2770ae3 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/annotations.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/annotations.md @@ -2,6 +2,7 @@ title: "Annotations" description: Learn about the document viewing controls that support annotating document content, which are available in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "highlights [WPF]" - "documents [WPF], annotations" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/application-startup-time.md b/dotnet-desktop-guide/framework/wpf/advanced/application-startup-time.md index 4cd3b3b0cb..861dcd84f4 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/application-startup-time.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/application-startup-time.md @@ -2,6 +2,7 @@ title: "Application Startup Time" description: Learn about the application startup time, which is the amount of time that a Windows Presentation Foundation (WPF) application requires to start. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "splash screen [WPF], startup time" - "WPF [WPF], startup time" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/attached-events-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/attached-events-overview.md index cc895ebbfd..2935fc5e1e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/attached-events-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/attached-events-overview.md @@ -2,6 +2,7 @@ title: "Attached Events Overview" description: Learn about using attached events with Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md index 278a4cb296..4df2e41b86 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md @@ -2,6 +2,7 @@ title: "Attached Properties Overview" description: Learn about attached properties in Windows Presentation Foundation, which are global properties settable on any object. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/base-elements-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/base-elements-how-to-topics.md index 6cdb5f5319..e883268ea5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/base-elements-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/base-elements-how-to-topics.md @@ -2,6 +2,7 @@ title: "Base Elements How-to Topics" description: Use this collection of how-to articles to learn how to use the four base elements of Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/base-elements-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/base-elements-overview.md index 10dd54be83..1f17239a4f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/base-elements-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/base-elements-overview.md @@ -2,6 +2,7 @@ title: "Base Elements Overview" description: Learn about the base elements of Windows Presentation Foundation (WPF), which are the four main classes from which most of the WPF classes are derived. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "base elements [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/base-elements.md b/dotnet-desktop-guide/framework/wpf/advanced/base-elements.md index fa2da6f0ff..7b45644e85 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/base-elements.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/base-elements.md @@ -2,6 +2,7 @@ title: "Base Elements" description: Use this collection of articles to learn about the four base elements of Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/bidirectional-features-in-wpf-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/bidirectional-features-in-wpf-overview.md index a5dce159f2..6ce9e20dd2 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/bidirectional-features-in-wpf-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/bidirectional-features-in-wpf-overview.md @@ -2,6 +2,7 @@ title: Bidirectional features overview description: Learn about features that support development of bidirectional content in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Span elements [WPF]" - "bidirectional features [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md index 6a1e52438f..8f158f5582 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md @@ -2,6 +2,7 @@ title: "Binding Markup Extension" description: Learn about the binding markup XAML extension in Windows Presentation Foundation (WPF). ms.date: "01/17/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 f1_keywords: - "Binding" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/cleartype-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/cleartype-overview.md index f3b559f0e6..d0cf990fef 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/cleartype-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/cleartype-overview.md @@ -2,6 +2,7 @@ title: "ClearType Overview" description: Learn about Microsoft ClearType technology in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "typography [WPF], ClearType technology" - "ClearType [WPF], technology" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/cleartype-registry-settings.md b/dotnet-desktop-guide/framework/wpf/advanced/cleartype-registry-settings.md index 195b7ec4fa..6e7d337dfe 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/cleartype-registry-settings.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/cleartype-registry-settings.md @@ -2,6 +2,7 @@ title: "ClearType Registry Settings" description: Learn about the Microsoft ClearType registry settings used by Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ClearType [WPF], registry settings" - "typography [WPF], ClearType registry settings" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/code-behind-and-xaml-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/code-behind-and-xaml-in-wpf.md index 6436c246e2..990e72c1d9 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/code-behind-and-xaml-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/code-behind-and-xaml-in-wpf.md @@ -2,6 +2,7 @@ title: "Code-Behind and XAML" description: Learn about code-behind, which describes code that is joined with markup-defined objects when an XAML page is markup-compiled, in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XAML [WPF], code-behind" - "code-behind files [WPF], XAML" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/collecting-ink.md b/dotnet-desktop-guide/framework/wpf/advanced/collecting-ink.md index 11e256869e..cb0d543c9e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/collecting-ink.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/collecting-ink.md @@ -2,6 +2,7 @@ title: Collect digital ink description: Learn about methods for collecting digital ink in Windows Presentation Foundation (WPF). ms.date: 08/15/2018 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/collection-type-dependency-properties.md b/dotnet-desktop-guide/framework/wpf/advanced/collection-type-dependency-properties.md index 7658f3d496..1e0fb6177f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/collection-type-dependency-properties.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/collection-type-dependency-properties.md @@ -2,6 +2,7 @@ title: "Collection-Type Dependency Properties" description: Learn how to implement and initialize collection-type dependency properties in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md index 940c2320f5..b007bf4d72 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md @@ -2,6 +2,7 @@ title: "ColorConvertedBitmap Markup Extension" description: Learn about the ColorConvertedBitmap markup XAML extension of Windows Presentation Foundation (WPF). ms.date: "01/17/2022" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "XAML [WPF], ColorConvertedBitmap markup extension" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/commanding-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/commanding-overview.md index e2e242db1f..8a464429b2 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/commanding-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/commanding-overview.md @@ -2,6 +2,7 @@ title: "Commanding Overview" description: Learn about commanding, an input mechanism in Windows Presentation Foundation which provides input handling at a more semantic level than device input. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/componentresourcekey-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/componentresourcekey-markup-extension.md index 3e38c4b5ec..33bcb7d0d0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/componentresourcekey-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/componentresourcekey-markup-extension.md @@ -2,6 +2,7 @@ title: "ComponentResourceKey Markup Extension" description: Learn about the ComponentResourceKey markup XAML extension of Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 f1_keywords: - "ComponentResourceKey" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/createidispatchstaforwarder-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/createidispatchstaforwarder-function-wpf-unmanaged-api-reference.md index 934e040565..08d4f3f188 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/createidispatchstaforwarder-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/createidispatchstaforwarder-function-wpf-unmanaged-api-reference.md @@ -3,6 +3,7 @@ title: "CreateIDispatchSTAForwarder Function - WPF unmanaged API reference" description: Learn about the CreateIDispatchSTAForwarder function of the Windows Presentation Foundation (WPF) unmanaged API reference. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" api_name: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/creating-an-ink-input-control.md b/dotnet-desktop-guide/framework/wpf/advanced/creating-an-ink-input-control.md index e7d71b0284..ddd2645003 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/creating-an-ink-input-control.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/creating-an-ink-input-control.md @@ -2,6 +2,7 @@ title: "Creating an Ink Input Control" description: Learn how to create a digital ink input control in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ink strokes [WPF], managing" - "managing ink strokes [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/custom-dependency-properties.md b/dotnet-desktop-guide/framework/wpf/advanced/custom-dependency-properties.md index 9cdf673a84..b1c5e3e3b2 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/custom-dependency-properties.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/custom-dependency-properties.md @@ -2,6 +2,7 @@ title: "Custom Dependency Properties" description: Learn about steps to implement a property in Windows Presentation Foundation, and options to improve performance, usability, or versatility of the property. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/custom-rendering-ink.md b/dotnet-desktop-guide/framework/wpf/advanced/custom-rendering-ink.md index a233b73599..9ea7482274 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/custom-rendering-ink.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/custom-rendering-ink.md @@ -2,6 +2,7 @@ title: "Custom Rendering Ink" description: Learn how to customize digital ink rendering in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/data-and-data-objects.md b/dotnet-desktop-guide/framework/wpf/advanced/data-and-data-objects.md index b7e5e8ac79..e91cf54553 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/data-and-data-objects.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/data-and-data-objects.md @@ -2,6 +2,7 @@ title: "Data and Data Objects" description: Learn about data objects and how they handle data in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/datetime-xaml-syntax.md b/dotnet-desktop-guide/framework/wpf/advanced/datetime-xaml-syntax.md index 6dd13b8958..a84c154bc1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/datetime-xaml-syntax.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/datetime-xaml-syntax.md @@ -2,6 +2,7 @@ title: "DateTime XAML Syntax" description: Learn about DateTime Extensible Application Markup Language (XAML) syntax and when to use this syntax in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DateTime XAML syntax [WPF], strings for" - "DateTime XAML syntax [WPF], where used" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/deactivate-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/deactivate-function-wpf-unmanaged-api-reference.md index 95a6df69af..df22b3039d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/deactivate-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/deactivate-function-wpf-unmanaged-api-reference.md @@ -3,6 +3,7 @@ title: "Deactivate Function - WPF unmanaged API reference" description: Learn about the Deactivate function of the Windows Presentation Foundation (WPF) unmanaged API reference. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" api_name: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md index 6b81490b78..a4ea54b597 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md @@ -2,6 +2,7 @@ title: "Dependency properties overview" description: A property that is backed by the WPF property system is known as a dependency property. This overview describes the WPF property system and the capabilities of a dependency property. ms.date: "06/06/2018" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-callbacks-and-validation.md b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-callbacks-and-validation.md index fcaafbf9b5..e506befa15 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-callbacks-and-validation.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-callbacks-and-validation.md @@ -2,6 +2,7 @@ title: "Dependency Property Callbacks and Validation" description: Learn about dependency property callbacks and validation in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-metadata.md b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-metadata.md index 57f81ef6d1..967ab01e9c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-metadata.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-metadata.md @@ -2,6 +2,7 @@ title: "Dependency Property Metadata" description: Learn about dependency property metadata, and how to use it, in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "APIs [WPF], metadata" - "dependency properties [WPF], metadata" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-security.md b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-security.md index 27dcbbaf99..339fdb2219 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-security.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-security.md @@ -2,6 +2,7 @@ title: "Dependency Property Security" description: Learn about security considerations for dependency properties in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "wrappers [WPF], access" - "wrappers [WPF], security" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-value-precedence.md b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-value-precedence.md index 6a05b706ac..92c753d750 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-value-precedence.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/dependency-property-value-precedence.md @@ -2,6 +2,7 @@ title: "Dependency Property Value Precedence" description: Learn about value precedence considerations for dependency properties in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "dependency properties [WPF], classes as owners" - "dependency properties [WPF], metadata" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-how-to-topics.md index 5ea57c44ed..b4b8b16dbe 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-how-to-topics.md @@ -2,6 +2,7 @@ title: "Digital Ink How-to Topics" description: Use this collection of articles to learn how to use digital ink in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-overviews.md b/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-overviews.md index 03ead6ae12..ea4f92120c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-overviews.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/digital-ink-overviews.md @@ -2,6 +2,7 @@ title: "Digital Ink Overviews" description: Use this collection of articles to learn about digital ink in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/digital-ink.md b/dotnet-desktop-guide/framework/wpf/advanced/digital-ink.md index ab3a101714..42377b97ea 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/digital-ink.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/digital-ink.md @@ -2,6 +2,7 @@ title: "Digital Ink" description: Use this collection of articles to learn about digital ink, and how to use it, in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/disable-the-realtimestylus-for-wpf-applications.md b/dotnet-desktop-guide/framework/wpf/advanced/disable-the-realtimestylus-for-wpf-applications.md index f11a0c7061..cf4ea52a2e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/disable-the-realtimestylus-for-wpf-applications.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/disable-the-realtimestylus-for-wpf-applications.md @@ -2,6 +2,7 @@ title: Disable the RealTimeStylus description: Learn how to disable the built-in stylus support in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.assetid: e0525309-5ede-4782-837d-dbf6e5554859 --- # Disable the RealTimeStylus for WPF Applications diff --git a/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md b/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md index e60439c6d1..a96b0642be 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md @@ -2,6 +2,7 @@ title: "Document Serialization and Storage" description: Learn how documents are serialized, deserialized, and stored in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "serialization of documents [WPF]" - "documents [WPF], storage" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/documents-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/documents-in-wpf.md index b69c2fc184..529eeee966 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/documents-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/documents-in-wpf.md @@ -2,6 +2,7 @@ title: "Documents Overview" description: Learn about the document types and integrated document services that Windows Presentation Foundation (WPF) supports. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 ms.topic: overview helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/documents.md b/dotnet-desktop-guide/framework/wpf/advanced/documents.md index 0d09517253..0662644387 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/documents.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/documents.md @@ -2,6 +2,7 @@ title: "Documents" description: Use this collection of articles to learn about the features available for managing documents in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-how-to-topics.md index 86f7f8b4e0..420782b1ea 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-how-to-topics.md @@ -2,6 +2,7 @@ title: "Drag and Drop How-to Topics" description: Use this collection of articles to learn how to do drag-and-drop tasks in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-overview.md index 73441ee22b..b973f4f147 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-overview.md @@ -2,6 +2,7 @@ title: "Drag and Drop Overview" description: Learn about drag-and-drop support in Windows Presentation Foundation applications, which lets users drag objects to a region in the user interface. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop.md b/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop.md index 1ddb1feda0..ae66d8734f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop.md @@ -2,6 +2,7 @@ title: "Drag and Drop" description: Use this collection of articles to learn about the drag-and-drop feature in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/draw-text-using-glyphs.md b/dotnet-desktop-guide/framework/wpf/advanced/draw-text-using-glyphs.md index 4cedf57882..1a84b215ff 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/draw-text-using-glyphs.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/draw-text-using-glyphs.md @@ -2,6 +2,7 @@ title: "Draw Text Using Glyphs" description: Learn how to use the Glyphs object to display text in Extensible Application Markup Language (XAML) in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "text [WPF], drawing with Glyphs objects" - "Glyphs objects [WPF], drawing text" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/drawing-formatted-text.md b/dotnet-desktop-guide/framework/wpf/advanced/drawing-formatted-text.md index b66fabf571..5918ee4448 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/drawing-formatted-text.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/drawing-formatted-text.md @@ -2,6 +2,7 @@ title: "Drawing Formatted Text" description: Learn about drawing and controlling formatted text in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/dynamicresource-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/dynamicresource-markup-extension.md index bc50989b35..15d15fc4bd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/dynamicresource-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/dynamicresource-markup-extension.md @@ -2,6 +2,7 @@ title: "DynamicResource Markup Extension" description: Learn about the DynamicResource markup Extensible Application Markup Language (XAML) extension of Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 f1_keywords: - "DynamicResource" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization-how-to-topics.md index 09f50e1252..28b0997398 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization-how-to-topics.md @@ -2,6 +2,7 @@ title: "Element Tree and Serialization How-to Topics" description: Read this collection of articles to learn how to use element trees in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization.md b/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization.md index 48cb8567f2..0e5cad1cb1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/element-tree-and-serialization.md @@ -2,6 +2,7 @@ title: "Element Tree and Serialization" description: Read this collection of articles to learn about element trees and serialization of their state in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/events-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/events-how-to-topics.md index 3c0f6435db..dc63dd72a9 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/events-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/events-how-to-topics.md @@ -2,6 +2,7 @@ title: "Events How-to Topics" description: Read this collection of articles to learn how to use events in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/events-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/events-wpf.md index 37c6619601..f32ea6d63a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/events-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/events-wpf.md @@ -2,6 +2,7 @@ title: "Events" description: Read this collection of articles to learn about events in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/flow-content-elements-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/flow-content-elements-how-to-topics.md index 32e3e42af8..c8e6801a28 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/flow-content-elements-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/flow-content-elements-how-to-topics.md @@ -2,6 +2,7 @@ title: "Flow Content Elements How-to Topics" description: Learn how to accomplish common tasks using flow content elements in your Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/flow-content.md b/dotnet-desktop-guide/framework/wpf/advanced/flow-content.md index 842ad93406..fd5efcf60f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/flow-content.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/flow-content.md @@ -2,6 +2,7 @@ title: "Flow Content" description: Learn about flow content elements in Windows Presentation Foundation (WPF) applications, which provide the building blocks for creating flow content. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/flow-document-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/flow-document-overview.md index 7ff7c7b21e..545e1b00b5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/flow-document-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/flow-document-overview.md @@ -2,6 +2,7 @@ title: "Flow Document Overview" description: Learn about flow documents in Windows Presentation Foundation, which dynamically adjust content based on window size, device resolution, and user preferences. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/focus-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/focus-overview.md index f43627d60c..bae5a2f315 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/focus-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/focus-overview.md @@ -2,6 +2,7 @@ title: "Focus Overview" description: "Learn about the two main concepts in Windows Presentation Foundation that pertain to focus: keyboard focus and logical focus." ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/fonts-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/fonts-how-to-topics.md index 05308efdfc..c1ea079e38 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/fonts-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/fonts-how-to-topics.md @@ -2,6 +2,7 @@ title: "Fonts How-to Topics" description: Read this collection of articles to learn how to use the font features available in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/fonts-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/fonts-wpf.md index 1f249def8f..cda675adcc 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/fonts-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/fonts-wpf.md @@ -2,6 +2,7 @@ title: "Fonts" description: Read this collection of articles to learn about OpenType font support in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/forwardtranslateaccelerator-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/forwardtranslateaccelerator-function-wpf-unmanaged-api-reference.md index 526fcdcab8..c3d14832c2 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/forwardtranslateaccelerator-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/forwardtranslateaccelerator-function-wpf-unmanaged-api-reference.md @@ -3,6 +3,7 @@ title: "ForwardTranslateAccelerator Function - WPF unmanaged API reference" description: Learn about the ForwardTranslateAccelerator function of the Windows Presentation Foundation (WPF) unmanaged API reference. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" api_name: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/framework-property-metadata.md b/dotnet-desktop-guide/framework/wpf/advanced/framework-property-metadata.md index 7aabe269e9..cc06b8d15b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/framework-property-metadata.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/framework-property-metadata.md @@ -2,6 +2,7 @@ title: "Framework Property Metadata" description: Learn the details of how framework property metadata works in Windows Presentation Foundation (WPF) and how to use this metadata in your WPF applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "metadata [WPF], framework properties" - "framework property metadata [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/freezable-objects-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/freezable-objects-overview.md index 3ece936269..43f6db4a87 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/freezable-objects-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/freezable-objects-overview.md @@ -2,6 +2,7 @@ title: "Freezable Objects Overview" description: Learn how to use and create freezable objects in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/getting-started-with-ink.md b/dotnet-desktop-guide/framework/wpf/advanced/getting-started-with-ink.md index 6e96285c77..820285367b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/getting-started-with-ink.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/getting-started-with-ink.md @@ -2,6 +2,7 @@ title: Create InkCanvas in Visual Studio description: Learn how to get started adding digital ink capability to your Windows Presentation Foundation (WPF) applications. ms.date: 08/15/2018 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/globalization-and-localization.md b/dotnet-desktop-guide/framework/wpf/advanced/globalization-and-localization.md index 445723aac0..2836277170 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/globalization-and-localization.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/globalization-and-localization.md @@ -2,6 +2,7 @@ title: "Globalization and Localization" description: Read this collection of articles to learn about globalization and localization support in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/globalization-for-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/globalization-for-wpf.md index 84d6343a44..d23fa508a1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/globalization-for-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/globalization-for-wpf.md @@ -2,6 +2,7 @@ title: Globalization description: Learn about globalization support in Windows Presentation Foundation (WPF) to help you write WPF applications for the global market. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XAML [WPF], international user interface" - "XAML [WPF], globalization" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/glyphs.md b/dotnet-desktop-guide/framework/wpf/advanced/glyphs.md index 52c6c69135..fb5b7b2798 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/glyphs.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/glyphs.md @@ -2,6 +2,7 @@ title: "Glyphs" description: Learn how to use glyphs in Windows Presentation Foundation (WPF) applications. A glyph is a low-level depiction of a character drawn on-screen. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/graphics-rendering-tiers.md b/dotnet-desktop-guide/framework/wpf/advanced/graphics-rendering-tiers.md index 2d8f3eea42..2559f21e84 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/graphics-rendering-tiers.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/graphics-rendering-tiers.md @@ -2,6 +2,7 @@ title: "Graphics Rendering Tiers" description: Learn about graphics rendering tiers for devices running a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], performance" - "rendering graphics [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/handwriting-recognition.md b/dotnet-desktop-guide/framework/wpf/advanced/handwriting-recognition.md index 9da108203a..d9ca252e6a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/handwriting-recognition.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/handwriting-recognition.md @@ -1,6 +1,7 @@ --- title: "Handwriting Recognition" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/hosting-win32-content-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/hosting-win32-content-in-wpf.md index f1bb3307fe..b858b9c262 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/hosting-win32-content-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/hosting-win32-content-in-wpf.md @@ -1,6 +1,7 @@ --- title: "Hosting Win32 Content" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "interoperability [WPF], tutorials" - "Win32 code [WPF], WPF interoperation" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-event-handler-using-code.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-event-handler-using-code.md index 9a43c1085c..32bc6cb40f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-event-handler-using-code.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-event-handler-using-code.md @@ -2,6 +2,7 @@ title: "How to: Add an Event Handler Using Code" description: Use this example to learn how to add an event handler to an element in Windows Presentation Foundation by using code, instead of declaring it by using XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-owner-type-for-a-dependency-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-owner-type-for-a-dependency-property.md index ed497a8115..4ecdf4708f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-owner-type-for-a-dependency-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-an-owner-type-for-a-dependency-property.md @@ -1,6 +1,7 @@ --- title: "How to: Add an Owner Type for a Dependency Property" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-class-handling-for-a-routed-event.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-class-handling-for-a-routed-event.md index 2022f09f49..93937c7881 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-class-handling-for-a-routed-event.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-class-handling-for-a-routed-event.md @@ -1,6 +1,7 @@ --- title: "How to: Add Class Handling for a Routed Event" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-custom-data-to-ink-data.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-custom-data-to-ink-data.md index 348e35444c..6ee6955d03 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-custom-data-to-ink-data.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-add-custom-data-to-ink-data.md @@ -1,6 +1,7 @@ --- title: "How to: Add Custom Data to Ink Data" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ink data [WPF], adding custom data" - "InkCanvas [WPF], displaying" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-adjust-spacing-between-paragraphs.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-adjust-spacing-between-paragraphs.md index 0f95d25464..4da281e7f6 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-adjust-spacing-between-paragraphs.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-adjust-spacing-between-paragraphs.md @@ -1,6 +1,7 @@ --- title: "How to: Adjust Spacing Between Paragraphs" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "spacing between paragraphs [WPF]" - "paragraphs [WPF], spacing between" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md index f0c9103ad1..c4e4865776 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md @@ -2,6 +2,7 @@ title: "How to alter the typography of text" description: To alter the telegraphy of text, set the telegraphy attribute. You can set the typographic property of text programmatically. You can see how altered and default telegraphy properties of text render on screen each with an example. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-analyze-ink-with-analysis-hints.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-analyze-ink-with-analysis-hints.md index ed8d8806af..c4236681ee 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-analyze-ink-with-analysis-hints.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-analyze-ink-with-analysis-hints.md @@ -1,6 +1,7 @@ --- title: "How to: Analyze Ink with Analysis Hints" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-animate-the-size-of-a-frameworkelement.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-animate-the-size-of-a-frameworkelement.md index 93579c081f..365fdcf95b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-animate-the-size-of-a-frameworkelement.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-animate-the-size-of-a-frameworkelement.md @@ -1,6 +1,7 @@ --- title: "How to: Animate the Size of a FrameworkElement" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], FrameworkElement size" - "FrameworkElement [WPF], animating size of" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-a-focusvisualstyle-to-a-control.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-a-focusvisualstyle-to-a-control.md index 6db24e4d65..56257948b3 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-a-focusvisualstyle-to-a-control.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-a-focusvisualstyle-to-a-control.md @@ -1,6 +1,7 @@ --- title: "How to: Apply a FocusVisualStyle to a Control" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "properties [WPF], FocusVisualStyle" - "FocusVisualStyle property [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-animations-to-text.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-animations-to-text.md index acca3fda70..57286c5606 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-animations-to-text.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-animations-to-text.md @@ -1,6 +1,7 @@ --- title: "How to: Apply Animations to Text" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "typography [WPF], animations" - "animation [WPF], text" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-transforms-to-text.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-transforms-to-text.md index 51d0f5566e..f51d5b1868 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-transforms-to-text.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-apply-transforms-to-text.md @@ -1,6 +1,7 @@ --- title: "How to: Apply Transforms to Text" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "typography [WPF], rotated text" - "typography [WPF], scaled text" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-build-a-table-programmatically.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-build-a-table-programmatically.md index a870feba02..c071ef9b50 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-build-a-table-programmatically.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-build-a-table-programmatically.md @@ -1,6 +1,7 @@ --- title: "How to: Build a Table Programmatically" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to build a table programmatically. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-color-of-an-element-using-focus-events.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-color-of-an-element-using-focus-events.md index bdda09e78b..beea4c8872 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-color-of-an-element-using-focus-events.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-color-of-an-element-using-focus-events.md @@ -1,6 +1,7 @@ --- title: "How to: Change the Color of an Element Using Focus Events" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-cursor-type.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-cursor-type.md index 2a07ac84a1..10568bef43 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-cursor-type.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-cursor-type.md @@ -2,6 +2,7 @@ title: "How to: Change the Cursor Type" description: Change the mouse pointer Cursor for an element and for an application in Windows Presentation Foundation. This example consists of XAML and a code-behind file. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-flowdirection-of-content-programmatically.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-flowdirection-of-content-programmatically.md index c0c6a7cae4..212f13388c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-flowdirection-of-content-programmatically.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-flowdirection-of-content-programmatically.md @@ -1,6 +1,7 @@ --- title: "How to: Change the FlowDirection of Content Programmatically" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to change the FlowDirection of content programmatically. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-textwrapping-property-programmatically.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-textwrapping-property-programmatically.md index eb0502a685..26ba60bf51 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-textwrapping-property-programmatically.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-change-the-textwrapping-property-programmatically.md @@ -1,6 +1,7 @@ --- title: "How to: Change the TextWrapping Property Programmatically" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-clone-a-printer.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-clone-a-printer.md index e323e8a070..ce4a6b78a3 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-clone-a-printer.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-clone-a-printer.md @@ -1,6 +1,7 @@ --- title: "How to: Clone a Printer" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-custom-routed-event.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-custom-routed-event.md index 90c39176fe..a5cc9b67bd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-custom-routed-event.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-custom-routed-event.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Custom Routed Event" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-data-object.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-data-object.md index 840a0f2828..794b70a542 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-data-object.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-data-object.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Data Object" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to create a Data Object. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-rollover-effect-using-events.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-rollover-effect-using-events.md index 80628bb520..34c20f45b9 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-rollover-effect-using-events.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-rollover-effect-using-events.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Rollover Effect Using Events" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-routedcommand.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-routedcommand.md index c4688764f4..595c296295 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-routedcommand.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-routedcommand.md @@ -1,6 +1,7 @@ --- title: "How to: Create a RoutedCommand" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-text-decoration.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-text-decoration.md index c30bb655fd..6db4700ef5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-text-decoration.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-a-text-decoration.md @@ -1,6 +1,7 @@ --- title: "How to: Create a Text Decoration" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-outlined-text.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-outlined-text.md index b2bd51cde3..9cb825ae7a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-outlined-text.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-outlined-text.md @@ -1,6 +1,7 @@ --- title: "How to: Create Outlined Text" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-text-with-a-shadow.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-text-with-a-shadow.md index 0b7ac3bf7b..7dd06c41e8 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-text-with-a-shadow.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-create-text-with-a-shadow.md @@ -1,6 +1,7 @@ --- title: "How to: Create Text with a Shadow" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "typography [WPF], shadow effects" - "shadow effects in text [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-data-bind-to-an-inkcanvas.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-data-bind-to-an-inkcanvas.md index 2396ae239e..5ab99ab97a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-data-bind-to-an-inkcanvas.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-data-bind-to-an-inkcanvas.md @@ -1,6 +1,7 @@ --- title: "How to: Data Bind to an InkCanvas" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "InkCanvas [WPF], binding data to" - "binding data [WPF], to InkCanvas" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-a-table-with-xaml.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-a-table-with-xaml.md index 4fcd8807d7..7b27cc803c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-a-table-with-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-a-table-with-xaml.md @@ -1,6 +1,7 @@ --- title: "How to: Define a Table with XAML" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XAML [WPF], defining tables" - "documents [WPF], defining tables with XAML" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-and-reference-a-resource.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-and-reference-a-resource.md index 9265372d06..0d9c6875a0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-and-reference-a-resource.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-define-and-reference-a-resource.md @@ -1,6 +1,7 @@ --- title: "How to: Define and Reference a Resource" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "resources [WPF], defining" - "defining resources [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-detect-when-the-enter-key-pressed.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-detect-when-the-enter-key-pressed.md index e36d72e974..657825ae42 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-detect-when-the-enter-key-pressed.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-detect-when-the-enter-key-pressed.md @@ -2,6 +2,7 @@ title: "How to: Detect When the Enter Key Pressed" description: Detect when the Enter key is selected on the keyboard in Windows Presentation Foundation. This example consists of XAML and a code-behind file. ms.date: 07/16/2024 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-if-a-data-format-is-present-in-a-data-object.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-if-a-data-format-is-present-in-a-data-object.md index b95fd4d5ff..bb0398a317 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-if-a-data-format-is-present-in-a-data-object.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-if-a-data-format-is-present-in-a-data-object.md @@ -1,6 +1,7 @@ --- title: "How to: Determine if a Data Format is Present in a Data Object" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to determine if a Data Format is present in a Data Object. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-whether-a-freezable-is-frozen.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-whether-a-freezable-is-frozen.md index f370525e05..60fa25b26c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-whether-a-freezable-is-frozen.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-determine-whether-a-freezable-is-frozen.md @@ -1,6 +1,7 @@ --- title: "How to: Determine Whether a Freezable Is Frozen" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-diagnose-problematic-print-job.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-diagnose-problematic-print-job.md index 6cca7db44a..fc152cf215 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-diagnose-problematic-print-job.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-diagnose-problematic-print-job.md @@ -1,6 +1,7 @@ --- title: "How to: Diagnose Problematic Print Job" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-discover-whether-a-print-job-can-be-printed-at-this-time-of-day.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-discover-whether-a-print-job-can-be-printed-at-this-time-of-day.md index fce0b21357..9ccd85d66a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-discover-whether-a-print-job-can-be-printed-at-this-time-of-day.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-discover-whether-a-print-job-can-be-printed-at-this-time-of-day.md @@ -1,6 +1,7 @@ --- title: "How to: Discover Whether a Print Job Can Be Printed At This Time of Day" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-drag-and-drop-ink.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-drag-and-drop-ink.md index f832feac43..a87f17563a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-drag-and-drop-ink.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-drag-and-drop-ink.md @@ -1,6 +1,7 @@ --- title: "How to: Drag and Drop Ink" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-control-background.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-control-background.md index 6800d93056..f5163ece8c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-control-background.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-control-background.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Text to a Control's Background" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], drawing text to backgrounds" - "text [WPF], drawing to control backgrounds" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-visual.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-visual.md index 08496f5d14..b699ce6808 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-visual.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-draw-text-to-a-visual.md @@ -1,6 +1,7 @@ --- title: "How to: Draw Text to a Visual" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-a-command.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-a-command.md index b04c7a2e41..29f0a7f943 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-a-command.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-a-command.md @@ -1,6 +1,7 @@ --- title: "How to: Enable a Command" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-text-trimming.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-text-trimming.md index c7504bbc6b..3e623b0c5a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-text-trimming.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-text-trimming.md @@ -1,6 +1,7 @@ --- title: "How to: Enable Text Trimming" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-visual-styles-in-a-hybrid-application.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-visual-styles-in-a-hybrid-application.md index 81aa53d9de..587d58eeb5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-visual-styles-in-a-hybrid-application.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enable-visual-styles-in-a-hybrid-application.md @@ -1,6 +1,7 @@ --- title: "How to: Enable Visual Styles in a Hybrid Application" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-a-subset-of-print-queues.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-a-subset-of-print-queues.md index 3c88b3976e..d97bd40ffb 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-a-subset-of-print-queues.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-a-subset-of-print-queues.md @@ -1,6 +1,7 @@ --- title: "How to: Enumerate a Subset of Print Queues" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-system-fonts.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-system-fonts.md index 5dcdad1efe..d4861c55e4 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-system-fonts.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-enumerate-system-fonts.md @@ -1,6 +1,7 @@ --- title: "How to: Enumerate System Fonts" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-erase-ink-on-a-custom-control.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-erase-ink-on-a-custom-control.md index 45054bbfc1..e3f3b9ca65 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-erase-ink-on-a-custom-control.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-erase-ink-on-a-custom-control.md @@ -1,6 +1,7 @@ --- title: "How to: Erase Ink on a Custom Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-an-element-by-its-name.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-an-element-by-its-name.md index 672d667e51..0b97cff7e5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-an-element-by-its-name.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-an-element-by-its-name.md @@ -1,6 +1,7 @@ --- title: "How to: Find an Element by Its Name" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-the-source-element-in-an-event-handler.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-the-source-element-in-an-event-handler.md index 01580a27ca..426f157ead 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-the-source-element-in-an-event-handler.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-find-the-source-element-in-an-event-handler.md @@ -1,6 +1,7 @@ --- title: "How to: Find the Source Element in an Event Handler" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-flip-a-uielement-horizontally-or-vertically.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-flip-a-uielement-horizontally-or-vertically.md index b15d855838..2592800e03 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-flip-a-uielement-horizontally-or-vertically.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-flip-a-uielement-horizontally-or-vertically.md @@ -1,6 +1,7 @@ --- title: "How to: Flip a UIElement Horizontally or Vertically" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to flip a UIElement horizontally or vertically. helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-get-print-system-object-properties-without-reflection.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-get-print-system-object-properties-without-reflection.md index d1677a731f..6ecc14fc1a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-get-print-system-object-properties-without-reflection.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-get-print-system-object-properties-without-reflection.md @@ -1,6 +1,7 @@ --- title: "How to: Get Print System Object Properties Without Reflection" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-loaded-event.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-loaded-event.md index 1e40d4b277..a5ff9e1fbf 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-loaded-event.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-loaded-event.md @@ -1,6 +1,7 @@ --- title: "How to: Handle a Loaded Event" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-routed-event.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-routed-event.md index 06eb5a4417..b76bae789b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-routed-event.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-a-routed-event.md @@ -1,6 +1,7 @@ --- title: "How to: Handle a Routed Event" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-the-contextmenuopening-event.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-the-contextmenuopening-event.md index a372e97617..5e2ef1631d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-the-contextmenuopening-event.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-handle-the-contextmenuopening-event.md @@ -1,6 +1,7 @@ --- title: "How to: Handle the ContextMenuOpening Event" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ContextMenuOpening properties [WPF]" ms.assetid: 789652fb-1951-4217-934a-7843e355adf4 diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-command-support.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-command-support.md index 27551aec15..4339df623f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-command-support.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-command-support.md @@ -1,6 +1,7 @@ --- title: "How to: Hook Up a Command to a Control with Command Support" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-no-command-support.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-no-command-support.md index 6d477d26e7..d577ddc606 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-no-command-support.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-hook-up-a-command-to-a-control-with-no-command-support.md @@ -1,6 +1,7 @@ --- title: "How to: Hook Up a Command to a Control with No Command Support" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-a-dependency-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-a-dependency-property.md index 018cea484a..c5cc88dc2c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-a-dependency-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-a-dependency-property.md @@ -2,6 +2,7 @@ title: "How to: Implement a Dependency Property" description: Define a dependency property in Windows Presentation Foundation, by backing a common language runtime property with a DependencyProperty field. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-icommandsource.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-icommandsource.md index 8f7eaa6568..09210a6dcf 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-icommandsource.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-implement-icommandsource.md @@ -1,6 +1,7 @@ --- title: "How to: Implement ICommandSource" ms.date: "12/05/2019" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-insert-an-element-into-text-programmatically.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-insert-an-element-into-text-programmatically.md index 3dc67c8c25..7b50cddef2 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-insert-an-element-into-text-programmatically.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-insert-an-element-into-text-programmatically.md @@ -1,6 +1,7 @@ --- title: "How to: Insert an Element Into Text Programmatically" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-invoke-a-print-dialog.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-invoke-a-print-dialog.md index d6563767c8..0676de6c6a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-invoke-a-print-dialog.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-invoke-a-print-dialog.md @@ -1,6 +1,7 @@ --- title: "How to: Invoke a Print Dialog" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-list-the-data-formats-in-a-data-object.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-list-the-data-formats-in-a-data-object.md index a963eb7bc7..59f71d5ae0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-list-the-data-formats-in-a-data-object.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-list-the-data-formats-in-a-data-object.md @@ -1,6 +1,7 @@ --- title: "How to: List the Data Formats in a Data Object" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to list the Data Formats in a Data Object. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-localize-an-application.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-localize-an-application.md index c58a73a1bd..35e6703801 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-localize-an-application.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-localize-an-application.md @@ -1,6 +1,7 @@ --- title: Localize an app ms.date: 03/30/2017 +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to localize an application. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-freezable-read-only.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-freezable-read-only.md index 36e18710cb..dfeded451d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-freezable-read-only.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-freezable-read-only.md @@ -1,6 +1,7 @@ --- title: "How to: Make a Freezable Read-Only" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-uielement-transparent-or-semi-transparent.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-uielement-transparent-or-semi-transparent.md index e3dd15250f..ca83eafece 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-uielement-transparent-or-semi-transparent.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-a-uielement-transparent-or-semi-transparent.md @@ -1,6 +1,7 @@ --- title: "How to: Make a UIElement Transparent or Semi-Transparent" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "UIElements [WPF], transparency" - "opacity [WPF], of UIElements" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-an-object-follow-the-mouse-pointer.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-an-object-follow-the-mouse-pointer.md index ba69ad66f2..d990305145 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-an-object-follow-the-mouse-pointer.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-make-an-object-follow-the-mouse-pointer.md @@ -1,6 +1,7 @@ --- title: "How to: Make an Object Follow the Mouse Pointer" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-a-flowdocument-through-the-blocks-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-a-flowdocument-through-the-blocks-property.md index 86f975f207..2443c60abc 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-a-flowdocument-through-the-blocks-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-a-flowdocument-through-the-blocks-property.md @@ -1,6 +1,7 @@ --- title: "How to: Manipulate a FlowDocument through the Blocks Property" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to manipulate a FlowDocument through the Blocks property. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-blocks-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-blocks-property.md index 562b0e88c0..d44321789f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-blocks-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-blocks-property.md @@ -1,6 +1,7 @@ --- title: "How to: Manipulate Flow Content Elements through the Blocks Property" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to manipulate Flow Content Elements through the Blocks property. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-inlines-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-inlines-property.md index 4d7d42943f..75269e4b0a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-inlines-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-flow-content-elements-through-the-inlines-property.md @@ -1,6 +1,7 @@ --- title: "How to: Manipulate Flow Content Elements through the Inlines Property" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to manipulate Flow Content Elements through the Inlines property. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-columns-through-the-columns-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-columns-through-the-columns-property.md index 09e68bae46..51b6820253 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-columns-through-the-columns-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-columns-through-the-columns-property.md @@ -1,6 +1,7 @@ --- title: "How to: Manipulate a Table's Columns through the Columns Property" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to manipulate a Table's Columns through the Columns property. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-row-groups-through-the-rowgroups-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-row-groups-through-the-rowgroups-property.md index dbaf64aa12..f673a29a7f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-row-groups-through-the-rowgroups-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-manipulate-table-row-groups-through-the-rowgroups-property.md @@ -1,6 +1,7 @@ --- title: "How to: Manipulate a Table's Row Groups through the RowGroups Property" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to manipulate a Table's Row Groups through the RowGroups property. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-obtain-a-writable-copy-of-a-read-only-freezable.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-obtain-a-writable-copy-of-a-read-only-freezable.md index 2279027055..0e732fb933 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-obtain-a-writable-copy-of-a-read-only-freezable.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-obtain-a-writable-copy-of-a-read-only-freezable.md @@ -1,6 +1,7 @@ --- title: "How to: Obtain a Writable Copy of a Read-Only Freezable" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-open-a-file-that-is-dropped-on-a-richtextbox-control.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-open-a-file-that-is-dropped-on-a-richtextbox-control.md index 5f7469e17d..317df1d1a4 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-open-a-file-that-is-dropped-on-a-richtextbox-control.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-open-a-file-that-is-dropped-on-a-richtextbox-control.md @@ -1,6 +1,7 @@ --- title: "How to: Open a File That is Dropped on a RichTextBox Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-metadata-for-a-dependency-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-metadata-for-a-dependency-property.md index d5930d3c22..598a1e6973 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-metadata-for-a-dependency-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-metadata-for-a-dependency-property.md @@ -1,6 +1,7 @@ --- title: "How to: Override Metadata for a Dependency Property" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-the-logical-tree.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-the-logical-tree.md index fe481e0933..3b27951f6b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-the-logical-tree.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-override-the-logical-tree.md @@ -1,6 +1,7 @@ --- title: "How to: Override the Logical Tree" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "overriding the logical tree [WPF]" - "logical tree [WPF], overriding" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-programmatically-print-xps-files.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-programmatically-print-xps-files.md index 021d3ab5e9..e778e3f6fd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-programmatically-print-xps-files.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-programmatically-print-xps-files.md @@ -1,6 +1,7 @@ --- title: "How to: Programmatically Print XPS Files" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-recognize-application-gestures.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-recognize-application-gestures.md index 11b061c8aa..79d84f33bb 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-recognize-application-gestures.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-recognize-application-gestures.md @@ -1,6 +1,7 @@ --- title: "How To: Recognize Application Gestures" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-register-an-attached-property.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-register-an-attached-property.md index 5fa815e623..e8b485f119 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-register-an-attached-property.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-register-an-attached-property.md @@ -1,6 +1,7 @@ --- title: "How to: Register an Attached Property" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-remotely-survey-the-status-of-printers.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-remotely-survey-the-status-of-printers.md index a2abbc7487..8468b61c5d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-remotely-survey-the-status-of-printers.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-remotely-survey-the-status-of-printers.md @@ -1,6 +1,7 @@ --- title: "How to: Remotely Survey the Status of Printers" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-retrieve-data-in-a-particular-data-format.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-retrieve-data-in-a-particular-data-format.md index 3401420475..d55f7caa21 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-retrieve-data-in-a-particular-data-format.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-retrieve-data-in-a-particular-data-format.md @@ -1,6 +1,7 @@ --- title: "How to: Retrieve Data in a Particular Data Format" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to retrieve Data in a particular Data Format. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-rotate-ink.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-rotate-ink.md index 449f0feb08..994142c2df 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-rotate-ink.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-rotate-ink.md @@ -1,6 +1,7 @@ --- title: "How to: Rotate Ink" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to rotate Ink. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-select-ink-from-a-custom-control.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-select-ink-from-a-custom-control.md index 15d56a2dd1..41fe5a15cd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-select-ink-from-a-custom-control.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-select-ink-from-a-custom-control.md @@ -1,6 +1,7 @@ --- title: "How to: Select Ink from a Custom Control" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-set-margins-of-elements-and-controls.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-set-margins-of-elements-and-controls.md index b712750973..06fa74b265 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-set-margins-of-elements-and-controls.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-set-margins-of-elements-and-controls.md @@ -1,6 +1,7 @@ --- title: "How to: Set Margins of Elements and Controls" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-specify-whether-a-hyperlink-is-underlined.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-specify-whether-a-hyperlink-is-underlined.md index 197b53e736..fae9b54bc4 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-specify-whether-a-hyperlink-is-underlined.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-specify-whether-a-hyperlink-is-underlined.md @@ -1,6 +1,7 @@ --- title: "How to: Specify Whether a Hyperlink is Underlined" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-store-multiple-data-formats-in-a-data-object.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-store-multiple-data-formats-in-a-data-object.md index 5e965a9ada..17f22c60c0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-store-multiple-data-formats-in-a-data-object.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-store-multiple-data-formats-in-a-data-object.md @@ -2,6 +2,7 @@ title: "How to: Store Multiple Data Formats in a Data Object" description: Learn how to store multiple data formats in a data object in Windows by passing a string and an object to the SetData method. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-grid-for-automatic-layout.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-grid-for-automatic-layout.md index 10dcd44978..52a5626c09 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-grid-for-automatic-layout.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-grid-for-automatic-layout.md @@ -2,6 +2,7 @@ title: "How to: Use a Grid for Automatic Layout" description: Learn how to use a grid for automatic layout when creating an application that is localization ready. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "grids [WPF], automatic layout" - "automatic layout [WPF], grid use" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-resourcedictionary-to-manage-localizable-string-resources.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-resourcedictionary-to-manage-localizable-string-resources.md index dc74a7ce97..f59c10dad8 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-resourcedictionary-to-manage-localizable-string-resources.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-resourcedictionary-to-manage-localizable-string-resources.md @@ -2,6 +2,7 @@ title: "How to: Use a ResourceDictionary to Manage Localizable String Resources" description: Learn how to use the ResourceDictionary to package and manage localizable string resources for Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-thicknessconverter-object.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-thicknessconverter-object.md index 06397a05d9..f9661181b2 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-thicknessconverter-object.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-a-thicknessconverter-object.md @@ -2,6 +2,7 @@ title: "How to: Use a ThicknessConverter Object" description: Learn how to use the ThicknessConverter object, which defines a custom method called changeThickness so that you can change the thickness of a border. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-application-resources.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-application-resources.md index 2dd6d329eb..fead641370 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-application-resources.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-application-resources.md @@ -2,6 +2,7 @@ title: "How to: Use Application Resources" description: Learn how to use Application Resources so that resources defined at the application level can be accessed by all other pages that are part of the application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application resources [WPF]" - "resources [WPF], application resources" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-automatic-layout-to-create-a-button.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-automatic-layout-to-create-a-button.md index 6c1885329d..585651477a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-automatic-layout-to-create-a-button.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-automatic-layout-to-create-a-button.md @@ -2,6 +2,7 @@ title: "How to: Use Automatic Layout to Create a Button" description: Learn how to use automatic layout to create a button in a localizable application in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Button controls [WPF], creating with automatic layout" - "automatic layout [WPF], creating buttons" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flow-content-elements.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flow-content-elements.md index 4b65d4701b..bcff3c1066 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flow-content-elements.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flow-content-elements.md @@ -2,6 +2,7 @@ title: "How to: Use Flow Content Elements" description: Learn how to use flow content elements to apply declarative usage for various flow content elements and their associated attributes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "flow content elements [WPF]" - "documents [WPF], flow content elements" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flowdocument-column-separating-attributes.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flowdocument-column-separating-attributes.md index be83f6b085..fe892115e7 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flowdocument-column-separating-attributes.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-flowdocument-column-separating-attributes.md @@ -2,6 +2,7 @@ title: "How to: Use FlowDocument Column-Separating Attributes" description: Learn how to use FlowDocument Column-Separating attributes to adjust the graphical user interface for the needs of your application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "FlowDocument column-separating attributes" - "column-separating attributes" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-resources-in-localizable-applications.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-resources-in-localizable-applications.md index 260f9f1185..c7cba71f35 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-resources-in-localizable-applications.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-resources-in-localizable-applications.md @@ -2,6 +2,7 @@ title: "How to: Use Resources in Localizable Applications" description: Learn how to use resources in localizable applications so that your application and user interface adapt to different cultures. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "applications [WPF], localizable" - "localizable applications [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-special-characters-in-xaml.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-special-characters-in-xaml.md index 7846984f1f..0a160c4951 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-special-characters-in-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-special-characters-in-xaml.md @@ -2,6 +2,7 @@ title: "How to: Use Special Characters in XAML" description: Learn about the syntax for encoding special characters in Unicode UTF-8 file format in Visual Studio for use in XAML files in Windows Presentation Foundation. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Unicode UTF-8 file format" - "UTF-8 file format" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-fonts-keys.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-fonts-keys.md index d2a3775ee7..56a7d51cca 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-fonts-keys.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-fonts-keys.md @@ -2,6 +2,7 @@ title: "How to: Use System Fonts Keys" description: Learn how to use system font keys, which is a system resource that helps you to create visuals that are consistent with system settings. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "resource keys [WPF], SystemFonts class" ms.assetid: 036ebea7-5677-4f60-8ba4-56c9f9d9b8bd diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-parameters-keys.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-parameters-keys.md index 7d101204cb..ce302de759 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-parameters-keys.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-system-parameters-keys.md @@ -2,6 +2,7 @@ title: "How to: Use System Parameters Keys" description: Learn how to use system parameter keys to expose system metrics that help you create visuals that are consistent with system settings. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "resource keys [WPF], SystemParameters class" - "classes [WPF], SystemParameters" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemfonts.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemfonts.md index 687fe8c282..f5bce87fcc 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemfonts.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemfonts.md @@ -2,6 +2,7 @@ title: "How to: Use SystemFonts" description: An example of using the SystemFonts class to style and customize a button in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemparameters.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemparameters.md index a2ff1de2b3..e5118adff3 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemparameters.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-systemparameters.md @@ -2,6 +2,7 @@ title: "How to: Use SystemParameters" description: Learn how to use the SystemParameters class and its properties to style or customize a button. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-the-fontsizeconverter-class.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-the-fontsizeconverter-class.md index eb7ebea1fe..1b5a148e05 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-the-fontsizeconverter-class.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-use-the-fontsizeconverter-class.md @@ -2,6 +2,7 @@ title: "How to: Use the FontSizeConverter Class" description: Learn how to create an instance of the FontSizeConverter class and discover how to use it to change font sizes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "FontSizeConverter objects [WPF]" - "typography [WPF], FontSizeConverter objects" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-validate-and-merge-printtickets.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-validate-and-merge-printtickets.md index b02705cd12..d24ddaaf03 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-validate-and-merge-printtickets.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-validate-and-merge-printtickets.md @@ -2,6 +2,7 @@ title: "How to: Validate and Merge PrintTickets" description: Learn how to validate and merge PrintTickets using Microsoft Windows Print Schema, which includes PrintCapabilities and PrintTickets classes. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/index.md b/dotnet-desktop-guide/framework/wpf/advanced/index.md index bb422f9c7e..e8792d9722 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/index.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/index.md @@ -2,6 +2,7 @@ title: "Advanced (Windows Presentation Foundation)" description: Learn about advanced topics in Windows Presentation Foundation, such as architecture, base element classes, and the property system. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/initialization-for-object-elements-not-in-an-object-tree.md b/dotnet-desktop-guide/framework/wpf/advanced/initialization-for-object-elements-not-in-an-object-tree.md index 866e7d2b4e..cffd084137 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/initialization-for-object-elements-not-in-an-object-tree.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/initialization-for-object-elements-not-in-an-object-tree.md @@ -2,6 +2,7 @@ title: "Initialization for Object Elements Not in an Object Tree" description: Learn about the initialization of object elements in Windows Presentation Foundation (WPF) that are not found in an object tree. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/inline-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/advanced/inline-styles-and-templates.md index 8e94b5947d..6cf5ecf619 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/inline-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/inline-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Inline Styles and Templates" description: Learn about inline styles and templates and how to make resource references to existing styles and templates rather than define new ones inline. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "inline templates [WPF]" - "styles [WPF], inline" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/input-and-commands-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/input-and-commands-how-to-topics.md index 45c4089c29..93094c82cd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/input-and-commands-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/input-and-commands-how-to-topics.md @@ -2,6 +2,7 @@ title: "Input and Commands How-to Topics" description: Learn about a wide range of input and commands and browse through a selection of how-to topics that relate to them. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/input-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/input-overview.md index 025cdfc38d..04ba0200ce 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/input-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/input-overview.md @@ -2,6 +2,7 @@ title: "Input Overview" description: Learn about and get a thorough overview of inputs in Windows Presentation Foundation (WPF) as well as the architecture and classes that control them. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/input-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/input-wpf.md index 3bcdde36fd..b78decfc1a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/input-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/input-wpf.md @@ -2,6 +2,7 @@ title: "Input" description: Learn about your options for receiving input in Windows Presentation Foundation (WPF), which includes support for several types of input. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/intercepting-input-from-the-stylus.md b/dotnet-desktop-guide/framework/wpf/advanced/intercepting-input-from-the-stylus.md index ceff6ca40b..8db0f0e609 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/intercepting-input-from-the-stylus.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/intercepting-input-from-the-stylus.md @@ -2,6 +2,7 @@ title: "Intercepting Input from the Stylus" description: Learn how to intercept input from the stylus using the StylusPlugIn class, which allows you to implement custom behavior for optimal performance. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/introduction-to-the-glyphrun-object-and-glyphs-element.md b/dotnet-desktop-guide/framework/wpf/advanced/introduction-to-the-glyphrun-object-and-glyphs-element.md index 8c62fb6efb..495a0c14aa 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/introduction-to-the-glyphrun-object-and-glyphs-element.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/introduction-to-the-glyphrun-object-and-glyphs-element.md @@ -2,6 +2,7 @@ title: "Introduction to the GlyphRun Object and Glyphs Element" description: Learn about GlyphRun object and Glyphs element and get a full introduction to these Windows Presentation Foundation (WPF) features. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "typography [WPF], Glyphs element" - "Glyphs elements [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/layout-considerations-for-the-windowsformshost-element.md b/dotnet-desktop-guide/framework/wpf/advanced/layout-considerations-for-the-windowsformshost-element.md index a994fabf41..f80f111630 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/layout-considerations-for-the-windowsformshost-element.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/layout-considerations-for-the-windowsformshost-element.md @@ -2,6 +2,7 @@ title: "Layout Considerations for the WindowsFormsHost Element" description: Learn about the various layout considerations that should be taken into account when using the WindowsFormsHost element. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms [WPF], interoperability with" - "Windows Forms [WPF], WPF interoperation" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/layout.md b/dotnet-desktop-guide/framework/wpf/advanced/layout.md index e76deee823..4ad99dcf0a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/layout.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/layout.md @@ -2,6 +2,7 @@ title: "Layout" description: Understand how and when layout calculations occur in the Windows Presentation Foundation layout system. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/loadfromhistory-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/loadfromhistory-function-wpf-unmanaged-api-reference.md index 4fa891e303..d8a6ba4d11 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/loadfromhistory-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/loadfromhistory-function-wpf-unmanaged-api-reference.md @@ -3,6 +3,7 @@ title: "LoadFromHistory Function - WPF unmanaged API reference" description: Learn about the LoadFromHistory function and how it works with unmanaged API Reference in Windows Presentation Foundation (WPF). titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" api_name: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/localization-attributes-and-comments.md b/dotnet-desktop-guide/framework/wpf/advanced/localization-attributes-and-comments.md index ae7531822b..dbca12062e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/localization-attributes-and-comments.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/localization-attributes-and-comments.md @@ -1,6 +1,7 @@ --- title: "Localization Attributes and Comments" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to use localization attributes and comments. helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/marking-routed-events-as-handled-and-class-handling.md b/dotnet-desktop-guide/framework/wpf/advanced/marking-routed-events-as-handled-and-class-handling.md index 66594cf576..949cbc92df 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/marking-routed-events-as-handled-and-class-handling.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/marking-routed-events-as-handled-and-class-handling.md @@ -2,6 +2,7 @@ title: "Marking Routed Events as Handled, and Class Handling" description: Learn about class handling and how handlers for a routed event can mark the event handled within the event data. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "tunneling events [WPF]" - "class listeners [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/markup-compatibility-mc-language-features.md b/dotnet-desktop-guide/framework/wpf/advanced/markup-compatibility-mc-language-features.md index ae22d11acc..e9f4ed1fea 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/markup-compatibility-mc-language-features.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/markup-compatibility-mc-language-features.md @@ -2,6 +2,7 @@ title: "Markup Compatibility (mc:) Language Features" description: Learn about markup compatibility, and its associated language features and capabilities in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/markup-extensions-and-wpf-xaml.md b/dotnet-desktop-guide/framework/wpf/advanced/markup-extensions-and-wpf-xaml.md index 45a2ee2566..1ed62a7c56 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/markup-extensions-and-wpf-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/markup-extensions-and-wpf-xaml.md @@ -2,6 +2,7 @@ title: "Markup Extensions and XAML" description: Learn about markup extension and Windows Presentation Foundation (WPF) XAML, including its purpose, syntax rules, and class object model. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "brace character [WPF]" - "Binding markup extensions [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/mc-ignorable-attribute.md b/dotnet-desktop-guide/framework/wpf/advanced/mc-ignorable-attribute.md index 9575d7cbf9..ed817e2a6a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/mc-ignorable-attribute.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/mc-ignorable-attribute.md @@ -1,6 +1,7 @@ --- title: "mc:Ignorable Attribute" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the mc Ignorable attribute. helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/mc-processcontent-attribute.md b/dotnet-desktop-guide/framework/wpf/advanced/mc-processcontent-attribute.md index ee688b02f4..a798335fff 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/mc-processcontent-attribute.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/mc-processcontent-attribute.md @@ -1,6 +1,7 @@ --- title: "mc:ProcessContent Attribute" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the mc ProcessContent attribute. helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/merged-resource-dictionaries.md b/dotnet-desktop-guide/framework/wpf/advanced/merged-resource-dictionaries.md index 9ca3960a44..a07d2a59fc 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/merged-resource-dictionaries.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/merged-resource-dictionaries.md @@ -2,6 +2,7 @@ title: "Merged Resource Dictionaries" description: Learn about merged resource dictionaries, which allows resources to be shared across applications, and which are more conveniently isolated for localization. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "merged resource dictionaries [WPF]" - "dictionaries [WPF], merged resources" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/migration-and-interoperability.md b/dotnet-desktop-guide/framework/wpf/advanced/migration-and-interoperability.md index 2a75ac55e4..c68bc8faaf 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/migration-and-interoperability.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/migration-and-interoperability.md @@ -2,6 +2,7 @@ title: "Migration and Interoperability" description: Learn about migration and interoperability between Windows Presentation Foundation (WPF) applications and other types of Microsoft Windows applications. ms.date: "03/23/2020" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md b/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md index 9a56847ee9..2de047e072 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md @@ -2,6 +2,7 @@ title: "Object Lifetime Events" description: Learn about and get a thorough overview of object lifetime events in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "events [WPF], ContentRendered" - "events [WPF], Deactivated" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/opentype-font-features.md b/dotnet-desktop-guide/framework/wpf/advanced/opentype-font-features.md index d3e5871878..7d6ff353af 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/opentype-font-features.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/opentype-font-features.md @@ -2,6 +2,7 @@ title: "OpenType Font Features" description: Learn about how to use OpenType font features in your Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-2d-graphics-and-imaging.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-2d-graphics-and-imaging.md index 821ab73077..11e272b2f3 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-2d-graphics-and-imaging.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-2d-graphics-and-imaging.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: 2D Graphics and Imaging" description: Learn about optimizing performance with 2D graphics and imaging in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-application-resources.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-application-resources.md index 714fbd2d12..b74bf25769 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-application-resources.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-application-resources.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: Application Resources" description: Learn how to optimize the performance of application resources in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application resources [WPF], performance" - "resources [WPF], performance" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-controls.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-controls.md index fb64224e6f..82cb80a15d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-controls.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-controls.md @@ -2,6 +2,7 @@ title: Optimize control performance description: Windows Presentation Foundation includes many common components that are used in most Windows applications. Learn how to improve user interface performance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], improving performance" - "container recycling [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-data-binding.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-data-binding.md index f22b404fb1..9ae7bbaf39 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-data-binding.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-data-binding.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: Data Binding" description: Learn how to optimize the performance of Windows Presentation Foundation (WPF) data binding, for a simple, consistent way to present and interact with data. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "binding data [WPF], performance" - "data binding [WPF], performance" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-layout-and-design.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-layout-and-design.md index 24b67c2daf..70e4b4a5d1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-layout-and-design.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-layout-and-design.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: Layout and Design" description: Learn how to optimize the performance of your application layout and design by eliminating overhead. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-object-behavior.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-object-behavior.md index b553fbbae3..ed5432da60 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-object-behavior.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-object-behavior.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: Object Behavior" description: Learn how to optimize the performance of object behavior in Windows Presentation Foundation (WPF) by understanding their intrinsic behavior. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-other-recommendations.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-other-recommendations.md index 6e12b02bc7..c7b42d0dd5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-other-recommendations.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-other-recommendations.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: Other Recommendations" description: Learn how to optimize the performance of your applications with this list that is more expansive than the basic application performance overview. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-taking-advantage-of-hardware.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-taking-advantage-of-hardware.md index 57ffd97c75..2e34ab9ef7 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-taking-advantage-of-hardware.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-taking-advantage-of-hardware.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: Taking Advantage of Hardware" description: Learn how to optimize the performance of hardware and to take advantage of Windows Presentation Foundation (WPF) performance optimization features. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], performance" - "hardware rendering pipeline [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-text.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-text.md index 13bdd4c601..4f8ab764d1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-text.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-performance-text.md @@ -2,6 +2,7 @@ title: "Optimizing Performance: Text" description: Learn how to optimize the performance of text content through use of feature-rich user interface (UI) controls. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-wpf-application-performance.md b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-wpf-application-performance.md index 4069004765..a5e78d600f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/optimizing-wpf-application-performance.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/optimizing-wpf-application-performance.md @@ -2,6 +2,7 @@ title: Optimize app performance description: Use these resources improve performance of Windows Presentation Foundation applications, such as planning for performance and taking advantage of hardware. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application rendering [WPF], performance" - "application optimization [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/packaging-fonts-with-applications.md b/dotnet-desktop-guide/framework/wpf/advanced/packaging-fonts-with-applications.md index 1c0ac04499..bbb35e3465 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/packaging-fonts-with-applications.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/packaging-fonts-with-applications.md @@ -2,6 +2,7 @@ title: "Packaging Fonts with Applications" description: Learn how to package fonts with a Windows Presentation Foundation application, including adding fonts as content and resource items, and limits on font usage. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/performance-considerations-for-direct3d9-and-wpf-interoperability.md b/dotnet-desktop-guide/framework/wpf/advanced/performance-considerations-for-direct3d9-and-wpf-interoperability.md index ba214083bc..aa8df07afd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/performance-considerations-for-direct3d9-and-wpf-interoperability.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/performance-considerations-for-direct3d9-and-wpf-interoperability.md @@ -3,6 +3,7 @@ title: Performance considerations for Direct3D9 and WPF interop description: Explore the performance considerations for working with Direct3D9 and Windows Presentation Foundation (WPF) interoperability. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF [WPF], Direct3D9 interop performance" - "Direct3D9 [WPF interoperability], performance" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/performance.md b/dotnet-desktop-guide/framework/wpf/advanced/performance.md index c543cfc46d..9ee495315c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/performance.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/performance.md @@ -2,6 +2,7 @@ title: "Performance" description: Learn how to achieve optimal application performance in application design as well as get an understanding of best practices for WPF applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Presentation Foundation [WPF], performance" - "performance [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/planning-for-application-performance.md b/dotnet-desktop-guide/framework/wpf/advanced/planning-for-application-performance.md index 7c476ba356..960cf293d1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/planning-for-application-performance.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/planning-for-application-performance.md @@ -2,6 +2,7 @@ title: "Planning for Application Performance" description: Learn how to plan for application performance optimization and understand how to develop performance strategies for your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "applications [WPF], optimizing" - "WPF application [WPF], optimizing" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/presentationoptions-freeze-attribute.md b/dotnet-desktop-guide/framework/wpf/advanced/presentationoptions-freeze-attribute.md index ce3fe16511..d5e8eec297 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/presentationoptions-freeze-attribute.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/presentationoptions-freeze-attribute.md @@ -1,6 +1,7 @@ --- title: "PresentationOptions:Freeze Attribute" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the Freeze attribute. helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/preview-events.md b/dotnet-desktop-guide/framework/wpf/advanced/preview-events.md index 66c52bc277..6c6f5cf066 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/preview-events.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/preview-events.md @@ -2,6 +2,7 @@ title: "Preview Events" description: Learn about preview events, which are also known as tunneling events, and how they are routed from the application root towards the element that raised the event. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Preview events [WPF]" - "suppressing events [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/printing-and-print-system-management.md b/dotnet-desktop-guide/framework/wpf/advanced/printing-and-print-system-management.md index 4c979a138c..f9d92f710b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/printing-and-print-system-management.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/printing-and-print-system-management.md @@ -2,6 +2,7 @@ title: "Printing and Print System Management" description: Learn about printing and print system management in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "printing [WPF]" - "print system management [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/printing-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/printing-how-to-topics.md index 9b94200131..8f7f851ac0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/printing-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/printing-how-to-topics.md @@ -2,6 +2,7 @@ title: "Printing How-to Topics" description: Learn about printing and print system management features in this expanded list of printing how-to topics. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "printing [WPF]" - "print system management [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/printing-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/printing-overview.md index d5e939f3d0..5523eb487f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/printing-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/printing-overview.md @@ -2,6 +2,7 @@ title: "Printing Overview" description: Learn about the printing and print system management APIs that the .NET Framework offers application developers using Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/processunhandledexception-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/processunhandledexception-function-wpf-unmanaged-api-reference.md index aad1372b07..31182cbecd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/processunhandledexception-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/processunhandledexception-function-wpf-unmanaged-api-reference.md @@ -3,6 +3,7 @@ title: "ProcessUnhandledException Function - WPF unmanaged API reference" description: Learn how to use the ProcessUnhandledException function, which is used by the Windows Presentation Foundation (WPF) infrastructure for exception handling. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" api_name: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/properties-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/properties-how-to-topics.md index 9a564e4d16..69293671d0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/properties-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/properties-how-to-topics.md @@ -2,6 +2,7 @@ title: "Properties How-to Topics" description: Learn about various types of properties that can be configured in Windows Presentation Foundation (WPF) in this list of properties how-to topics. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/properties-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/properties-wpf.md index 7b2dcb32b5..693d0b6a82 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/properties-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/properties-wpf.md @@ -2,6 +2,7 @@ title: "Properties" description: Learn how Windows Presentation Foundation (WPF) provides services that can extend the functionality of a common language runtime (CLR) property. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/property-change-events.md b/dotnet-desktop-guide/framework/wpf/advanced/property-change-events.md index e5a2603320..c93da19c8e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/property-change-events.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/property-change-events.md @@ -2,6 +2,7 @@ title: "Property Change Events" description: Learn how Windows Presentation Foundation (WPF) defines several events that are raised in response to a change in the value of a property. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "dependency properties [WPF], change events" - "property value changes [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/property-value-inheritance.md b/dotnet-desktop-guide/framework/wpf/advanced/property-value-inheritance.md index 6fb1d8f42d..f16e72ece0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/property-value-inheritance.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/property-value-inheritance.md @@ -2,6 +2,7 @@ title: "Property Value Inheritance" description: Learn about property value inheritance, which is a feature of the Windows Presentation Foundation (WPF) property system. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "inheritance [WPF], property values" - "value inheritance [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/propertypath-xaml-syntax.md b/dotnet-desktop-guide/framework/wpf/advanced/propertypath-xaml-syntax.md index d97dd4c8b6..167bc89a81 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/propertypath-xaml-syntax.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/propertypath-xaml-syntax.md @@ -2,6 +2,7 @@ title: "PropertyPath XAML Syntax" description: Learn the syntax for the PropertyPath object, which supports complex inline XAML syntax for setting various properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "PropertyPath object [WPF]" - "XAML [WPF], PropertyPath object" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/read-only-dependency-properties.md b/dotnet-desktop-guide/framework/wpf/advanced/read-only-dependency-properties.md index c35e21111a..14e8e63534 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/read-only-dependency-properties.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/read-only-dependency-properties.md @@ -2,6 +2,7 @@ title: "Read-Only Dependency Properties" description: Learn about read-only dependency properties, including scenarios and techniques for creating a custom read-only dependency property. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "dependency properties [WPF], read-only" - "read-only dependency properties [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/relativesource-markupextension.md b/dotnet-desktop-guide/framework/wpf/advanced/relativesource-markupextension.md index 5c710f35f9..50e42e309f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/relativesource-markupextension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/relativesource-markupextension.md @@ -2,6 +2,7 @@ title: "RelativeSource MarkupExtension" description: Specifies properties of a RelativeSource binding source, within a Binding Markup Extension, or when setting the RelativeSource property of a Binding in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 f1_keywords: - "RelativeSource" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/resources-and-code.md b/dotnet-desktop-guide/framework/wpf/advanced/resources-and-code.md index 66045e3c6f..0b781ba365 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/resources-and-code.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/resources-and-code.md @@ -2,6 +2,7 @@ title: "Resources and Code" description: Learn about resources and code, and specifically how to access resources from code and to create resources with code. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/resources-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/resources-how-to-topics.md index deaaf8ed30..0b5089778a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/resources-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/resources-how-to-topics.md @@ -2,6 +2,7 @@ title: "Resources How-to Topics" description: Learn about Windows Presentation Foundation (WPF) resources and how to use these resources from this list of how-to topics. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/resources-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/resources-wpf.md index 33c6df907d..73562fd282 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/resources-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/resources-wpf.md @@ -2,6 +2,7 @@ title: "Resources" description: Learn about Windows Presentation Foundation (WPF) resources, which are objects that can be reused in different places in your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/routed-events-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/routed-events-overview.md index c6d626899e..434be6ce1e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/routed-events-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/routed-events-overview.md @@ -2,6 +2,7 @@ title: "Routed Events Overview" description: Learn about routed events in Windows Presentation Foundation, including how they are routed through an element tree and how to create custom routed events. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/safe-constructor-patterns-for-dependencyobjects.md b/dotnet-desktop-guide/framework/wpf/advanced/safe-constructor-patterns-for-dependencyobjects.md index 8eefce85e4..57f103e74b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/safe-constructor-patterns-for-dependencyobjects.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/safe-constructor-patterns-for-dependencyobjects.md @@ -2,6 +2,7 @@ title: "Safe Constructor Patterns for DependencyObjects" description: Learn about safe constructor patterns for DependencyObjects to avoid the risks of incomplete initialization if your class is used as a base class. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "constructor patterns for dependency objects [WPF]" - "dependency objects [WPF], constructor patterns" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/sample-opentype-font-pack.md b/dotnet-desktop-guide/framework/wpf/advanced/sample-opentype-font-pack.md index e6d98ab415..02ade43c45 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/sample-opentype-font-pack.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/sample-opentype-font-pack.md @@ -2,6 +2,7 @@ title: "Sample OpenType Font Pack" description: Learn about sample OpenType fonts and get an overview of how they are distributed with the Windows SDK. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "OpenType font pack [WPF]" - "fonts [WPF], OpenType font pack" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/savetohistory-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/savetohistory-function-wpf-unmanaged-api-reference.md index 33dec15075..6ac3467691 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/savetohistory-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/savetohistory-function-wpf-unmanaged-api-reference.md @@ -2,6 +2,7 @@ title: "SaveToHistory Function - WPF unmanaged API reference" titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the SaveToHistory function. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/serialization-limitations-of-xamlwriter-save.md b/dotnet-desktop-guide/framework/wpf/advanced/serialization-limitations-of-xamlwriter-save.md index e95e12c315..ba3fda63bc 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/serialization-limitations-of-xamlwriter-save.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/serialization-limitations-of-xamlwriter-save.md @@ -2,6 +2,7 @@ title: "Serialization Limitations of XamlWriter.Save" description: Learn about the serialization limitations of the XamlWriter.Save api in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XamlWriter.Save [WPF], serialization limitations of" - "limitations of XamlWriter.Save" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/setfakeactivewindow-function-wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/setfakeactivewindow-function-wpf-unmanaged-api-reference.md index 0dec98f61c..fd2c49973e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/setfakeactivewindow-function-wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/setfakeactivewindow-function-wpf-unmanaged-api-reference.md @@ -3,6 +3,7 @@ title: "SetFakeActiveWindow Function - WPF unmanaged API reference" description: Learn about the SetFakeActiveWindow function - WPF unmanaged API reference, which supports the Windows Presentation Foundation (WPF) infrastructure. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" api_name: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/sharing-message-loops-between-win32-and-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/sharing-message-loops-between-win32-and-wpf.md index 2d58c6ca7b..c4a7e6d306 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/sharing-message-loops-between-win32-and-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/sharing-message-loops-between-win32-and-wpf.md @@ -2,6 +2,7 @@ title: "Sharing Message Loops Between Win32 and WPF" titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Win32 code [WPF], sharing message loops" - "message loops [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/staticresource-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/staticresource-markup-extension.md index 012d6f39a7..eeaa0f6d5c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/staticresource-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/staticresource-markup-extension.md @@ -2,6 +2,7 @@ title: "StaticResource Markup Extension" description: Provides a value for any XAML property attribute by looking up a reference to an already defined resource. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 f1_keywords: - "StaticResource" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/storing-ink.md b/dotnet-desktop-guide/framework/wpf/advanced/storing-ink.md index d9c5bda16d..21ef8e10c6 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/storing-ink.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/storing-ink.md @@ -1,6 +1,7 @@ --- title: "Storing Ink" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md b/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md index 23238388d3..e22dccd570 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md @@ -1,6 +1,7 @@ --- title: "Styling for Focus in Controls, and FocusVisualStyle" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "keyboard focus [WPF]" - "focus [WPF], visual styling" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/table-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/table-overview.md index 3298e4c61e..e763e09037 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/table-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/table-overview.md @@ -1,6 +1,7 @@ --- title: "Table Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/technology-regions-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/technology-regions-overview.md index 385add5131..46e92912e3 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/technology-regions-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/technology-regions-overview.md @@ -1,6 +1,7 @@ --- title: "Technology Regions Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "window regions [WPF]" - "Win32 code [WPF], WPF interoperation" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/templatebinding-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/templatebinding-markup-extension.md index 8529aa7ec9..bbed1697da 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/templatebinding-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/templatebinding-markup-extension.md @@ -1,6 +1,7 @@ --- title: "TemplateBinding Markup Extension" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the TemplateBinding Markup Extension. f1_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/textelement-content-model-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/textelement-content-model-overview.md index 0f1874a35f..2fbfc85675 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/textelement-content-model-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/textelement-content-model-overview.md @@ -1,6 +1,7 @@ --- title: "TextElement Content Model Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/the-ink-object-model-windows-forms-and-com-versus-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/the-ink-object-model-windows-forms-and-com-versus-wpf.md index 0e6eff1b99..b8097ec77e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/the-ink-object-model-windows-forms-and-com-versus-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/the-ink-object-model-windows-forms-and-com-versus-wpf.md @@ -2,6 +2,7 @@ title: Digital ink - Windows Forms and COM vs. WPF titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/the-ink-threading-model.md b/dotnet-desktop-guide/framework/wpf/advanced/the-ink-threading-model.md index 61da20644d..258185ef9e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/the-ink-threading-model.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/the-ink-threading-model.md @@ -1,6 +1,7 @@ --- title: "The Ink Threading Model" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "application user interface thread [WPF]" - "stylus plug-in" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/themedictionary-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/themedictionary-markup-extension.md index aba394ad78..3b52091c2c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/themedictionary-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/themedictionary-markup-extension.md @@ -1,6 +1,7 @@ --- title: "ThemeDictionary Markup Extension" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the ThemeDictionary Markup Extension. f1_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/threading-model.md b/dotnet-desktop-guide/framework/wpf/advanced/threading-model.md index 9d5b544891..c5117f84ef 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/threading-model.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/threading-model.md @@ -2,6 +2,7 @@ title: "Threading Model" description: Learn about situations where you might need multiple threads in your Windows Presentation Foundation application. Single threaded solutions are preferred. ms.date: 10/26/2023 +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/trees-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/trees-in-wpf.md index a7af8fe699..7c7057bfa7 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/trees-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/trees-in-wpf.md @@ -1,6 +1,7 @@ --- title: "Trees" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "logical tree [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/troubleshooting-hybrid-applications.md b/dotnet-desktop-guide/framework/wpf/advanced/troubleshooting-hybrid-applications.md index e682c6e9c3..9e74483dc8 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/troubleshooting-hybrid-applications.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/troubleshooting-hybrid-applications.md @@ -1,6 +1,7 @@ --- title: "Troubleshooting Hybrid Applications" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "overlapping controls [WPF]" - "Windows Forms [WPF], interoperability with" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/typeconverters-and-xaml.md b/dotnet-desktop-guide/framework/wpf/advanced/typeconverters-and-xaml.md index ce1806c284..d68e5386aa 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/typeconverters-and-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/typeconverters-and-xaml.md @@ -1,6 +1,7 @@ --- title: "TypeConverters and XAML" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XAML [WPF], TypeConverter class" ms.assetid: f6313e4d-e89d-497d-ac87-b43511a1ae4b diff --git a/dotnet-desktop-guide/framework/wpf/advanced/types-migrated-from-wpf-to-system.md b/dotnet-desktop-guide/framework/wpf/advanced/types-migrated-from-wpf-to-system.md index 03346596d8..2ec155aa55 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/types-migrated-from-wpf-to-system.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/types-migrated-from-wpf-to-system.md @@ -1,6 +1,7 @@ --- title: "Types Migrated from WPF to System.Xaml" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF XAML [XAML Services], migration to System.Xaml" - "XAML [XAML Services], System.Xaml and WPF" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/typography-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/advanced/typography-how-to-topics.md index 636e4ebb3f..fd7c85acd0 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/typography-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/typography-how-to-topics.md @@ -1,6 +1,7 @@ --- title: "Typography How-to Topics" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/typography-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/typography-in-wpf.md index 9e0c6fe66a..1968acfb4f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/typography-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/typography-in-wpf.md @@ -1,6 +1,7 @@ --- title: "Typography in WPF" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the typography in WPF. helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/typography.md b/dotnet-desktop-guide/framework/wpf/advanced/typography.md index c963094d5d..92c0cd7943 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/typography.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/typography.md @@ -1,6 +1,7 @@ --- title: "Typography" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the typography. f1_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/use-automatic-layout-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/use-automatic-layout-overview.md index dadab423e0..901e3ca133 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/use-automatic-layout-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/use-automatic-layout-overview.md @@ -1,6 +1,7 @@ --- title: "Use Automatic Layout Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "layout [WPF], automatic" - "automatic layout [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/visual-basic-and-wpf-event-handling.md b/dotnet-desktop-guide/framework/wpf/advanced/visual-basic-and-wpf-event-handling.md index fede7d68e9..91dd2563d4 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/visual-basic-and-wpf-event-handling.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/visual-basic-and-wpf-event-handling.md @@ -1,6 +1,7 @@ --- title: Handle events in Visual Basic ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Visual Basic [WPF], event handlers" - "event handlers [WPF], Visual Basic" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-arranging-windows-forms-controls-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-arranging-windows-forms-controls-in-wpf.md index d3f07430ae..6563ef9488 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-arranging-windows-forms-controls-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-arranging-windows-forms-controls-in-wpf.md @@ -2,6 +2,7 @@ title: Arrange Windows Forms controls in WPF titleSuffix: "" ms.date: "04/03/2018" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-binding-to-data-in-hybrid-applications.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-binding-to-data-in-hybrid-applications.md index 9b6cde0567..4c0ec01526 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-binding-to-data-in-hybrid-applications.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-binding-to-data-in-hybrid-applications.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Binding to Data in Hybrid Applications" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-caching-application-data-in-a-wpf-application.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-caching-application-data-in-a-wpf-application.md index b6154b5844..f63996f8e5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-caching-application-data-in-a-wpf-application.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-caching-application-data-in-a-wpf-application.md @@ -1,6 +1,7 @@ --- title: Cache app data ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-direct3d9-content-for-hosting-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-direct3d9-content-for-hosting-in-wpf.md index 6b5505f3ef..7692c522fd 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-direct3d9-content-for-hosting-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-direct3d9-content-for-hosting-in-wpf.md @@ -1,6 +1,7 @@ --- title: Create Direct3D9 Content for Hosting ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-your-first-touch-application.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-your-first-touch-application.md index fcaf95b200..50b6f8ca6e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-your-first-touch-application.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-creating-your-first-touch-application.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Creating Your First Touch Application" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-enabling-drag-and-drop-on-a-user-control.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-enabling-drag-and-drop-on-a-user-control.md index cee9e55250..9f0a69743e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-enabling-drag-and-drop-on-a-user-control.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-enabling-drag-and-drop-on-a-user-control.md @@ -2,6 +2,7 @@ title: "Walkthrough: Enabling Drag and Drop on a User Control" description: Learn how to create a custom user control that can participate in drag-and-drop data transfer in Windows Presentation Foundation. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-3-d-wpf-composite-control-in-windows-forms.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-3-d-wpf-composite-control-in-windows-forms.md index 5e336c518e..7ea52072f7 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-3-d-wpf-composite-control-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-3-d-wpf-composite-control-in-windows-forms.md @@ -2,6 +2,7 @@ title: Host 3D WPF Composite Control in Windows Forms titleSuffix: "" ms.date: 08/18/2018 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-win32-control-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-win32-control-in-wpf.md index 19b270841e..bd7a04dbca 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-win32-control-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-win32-control-in-wpf.md @@ -2,6 +2,7 @@ title: Host a Win32 control in WPF titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-composite-control-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-composite-control-in-wpf.md index d27f0579cb..0eb8dee8c6 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-composite-control-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-composite-control-in-wpf.md @@ -2,6 +2,7 @@ title: Host a Windows Forms composite control in WPF titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf-by-using-xaml.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf-by-using-xaml.md index 99f7a8d923..ece832f982 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf-by-using-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf-by-using-xaml.md @@ -2,6 +2,7 @@ title: Host a Windows Forms control in WPF using XAML titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "hosting Windows Forms control in WPF [WPF]" ms.assetid: 1aef42cb-4cfb-44b4-9a7a-c02632d3d9c7 diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf.md index b5b127033e..714266cdb1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf.md @@ -3,6 +3,7 @@ title: Host a Windows Forms control in WPF description: Learn how to host Windows Forms controls in Windows Presentation Foundation, which already provides many controls with a rich feature set. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-clock-in-win32.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-clock-in-win32.md index dd4b7b15c0..3c55d47e78 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-clock-in-win32.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-clock-in-win32.md @@ -2,6 +2,7 @@ title: "Walkthrough: Host a WPF Clock in Win32" titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "interoperability [WPF], tutorials" - "Win32 code [WPF], WPF interoperation" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md index 332fdaa25c..d594b06b8b 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md @@ -2,6 +2,7 @@ title: Host a WPF composite control in Windows Forms titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "hosting WPF content in Windows Forms [WPF]" ms.assetid: 0ac41286-4c1b-4b17-9196-d985cb844ce1 diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-an-activex-control-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-an-activex-control-in-wpf.md index c84393e906..754502f17a 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-an-activex-control-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-an-activex-control-in-wpf.md @@ -2,6 +2,7 @@ title: Host an ActiveX control in WPF titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-direct3d9-content-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-direct3d9-content-in-wpf.md index 35b1293c0b..90eb5fab3c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-direct3d9-content-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-direct3d9-content-in-wpf.md @@ -2,6 +2,7 @@ title: Host Direct3D9 content in WPF titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Direct3D9 [WPF interoperability], hosting Direct3D9 content" - "WPF [WPF], hosting Direct3D9 content" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-wpf-content-in-win32.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-wpf-content-in-win32.md index 5834c583e0..104ad786ce 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-wpf-content-in-win32.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-wpf-content-in-win32.md @@ -2,6 +2,7 @@ title: Host WPF content in Win32 titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-localizing-a-hybrid-application.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-localizing-a-hybrid-application.md index 33be91e956..0207200a9c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-localizing-a-hybrid-application.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-localizing-a-hybrid-application.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Localizing a Hybrid Application" ms.date: 08/18/2018 +ms.service: dotnet-framework helpviewer_keywords: - "localization [WPF interoperability]" - "hybrid applications [WPF interoperability]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-elementhost-control.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-elementhost-control.md index e7e39c1bea..d0a0d2aa5f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-elementhost-control.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-elementhost-control.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Mapping Properties Using the ElementHost Control" ms.date: 08/18/2018 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-windowsformshost-element.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-windowsformshost-element.md index 3dd059d87d..3762a0cc84 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-windowsformshost-element.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-mapping-properties-using-the-windowsformshost-element.md @@ -1,6 +1,7 @@ --- title: "Walkthrough: Mapping Properties Using the WindowsFormsHost Element" ms.date: 08/18/2018 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/weak-event-patterns.md b/dotnet-desktop-guide/framework/wpf/advanced/weak-event-patterns.md index 3d2a29af7d..eb1691732d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/weak-event-patterns.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/weak-event-patterns.md @@ -2,6 +2,7 @@ title: "Weak Event Patterns" description: Learn about the Windows Presentation Foundation weak event pattern, which addresses the issue of handlers that are not destroyed, avoiding memory leaks. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "weak event pattern implementation [WPF]" - "event handlers [WPF], weak event pattern" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-interoperability-input-architecture.md b/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-interoperability-input-architecture.md index 3a15cd58ca..0e23772499 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-interoperability-input-architecture.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-interoperability-input-architecture.md @@ -2,6 +2,7 @@ title: "Windows Forms and WPF interop input architecture" titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "input architecture [WPF interoperability]" - "messages [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-property-mapping.md b/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-property-mapping.md index e9d71cc9c0..0a4503f47c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-property-mapping.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-and-wpf-property-mapping.md @@ -2,6 +2,7 @@ title: "Windows Forms and WPF Property Mapping" titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "property mapping [WPF interoperability]" - "Windows Forms [WPF], interoperability with" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-controls-and-equivalent-wpf-controls.md b/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-controls-and-equivalent-wpf-controls.md index 5a35118f0f..76ec912d6f 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-controls-and-equivalent-wpf-controls.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/windows-forms-controls-and-equivalent-wpf-controls.md @@ -2,6 +2,7 @@ title: "Windows Forms Controls and Equivalent WPF Controls" titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms [WPF], interoperability with" - "Windows Forms [WPF], WPF interoperation" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-direct3d9-interoperation.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-direct3d9-interoperation.md index 7ff2639071..66b21c2d98 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-direct3d9-interoperation.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-direct3d9-interoperation.md @@ -2,6 +2,7 @@ title: WPF and Direct3D9 interop titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "cpp" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-win32-interoperation.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-win32-interoperation.md index 025829b4a2..dc1c15ea23 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-win32-interoperation.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-win32-interoperation.md @@ -2,6 +2,7 @@ title: WPF and Win32 interop titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "hosting WPF content in Win32 window [WPF]" - "HWND interop [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-windows-forms-interoperation.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-windows-forms-interoperation.md index daa08054d8..f7c5abac44 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-windows-forms-interoperation.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-and-windows-forms-interoperation.md @@ -2,6 +2,7 @@ title: WPF and Windows Forms interop titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Forms [WPF], interoperability with" - "nester interoperation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-architecture.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-architecture.md index 2e27bf5f81..5330bf2f3d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-architecture.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-architecture.md @@ -2,6 +2,7 @@ title: Architecture description: Learn about the Windows Presentation Foundation class hierarchy, including most of the major subsystems and how they interact. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "properties [WPF], attached" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-globalization-and-localization-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-globalization-and-localization-overview.md index b17393624a..a0d22e2cef 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-globalization-and-localization-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-globalization-and-localization-overview.md @@ -2,6 +2,7 @@ title: Globalization and localization overview description: Learn about localization and globalization for Windows Presentation Foundation, including automatic layout, satellite assemblies, and localized attributes. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "globalization [WPF], about globalization" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-unmanaged-api-reference.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-unmanaged-api-reference.md index f8308fe85c..a9f8e03758 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-unmanaged-api-reference.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-unmanaged-api-reference.md @@ -1,6 +1,7 @@ --- title: "Unmanaged API Reference" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.assetid: 2a2e8274-6556-46a2-80d3-a1812903cbcf description: Learn how Windows Presentation Foundation (WPF) libraries expose a number of unmanaged functions that are intended for internal use only. --- diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-extensions.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-extensions.md index da848dbade..dc4f2e5ce3 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-extensions.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-extensions.md @@ -1,6 +1,7 @@ --- title: XAML extensions ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-namescopes.md b/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-namescopes.md index 431d3dd387..945d07bff2 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-namescopes.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/wpf-xaml-namescopes.md @@ -1,6 +1,7 @@ --- title: XAML namescopes ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "namescopes [WPF]" - "styles [WPF], namescopes in" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md index f7dcc79c00..1ea329fa83 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md @@ -1,6 +1,7 @@ --- title: XAML and custom classes ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom classes in XAML [WPF]" - "XAML [WPF], custom classes" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-in-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-in-wpf.md index 2ae24e0a6d..9c01f079af 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-in-wpf.md @@ -1,6 +1,7 @@ --- title: XAML ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-loading-and-dependency-properties.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-loading-and-dependency-properties.md index f7c83985b0..b32ae3593d 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-loading-and-dependency-properties.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-loading-and-dependency-properties.md @@ -1,6 +1,7 @@ --- title: "XAML Loading and Dependency Properties" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-namespaces-and-namespace-mapping-for-wpf-xaml.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-namespaces-and-namespace-mapping-for-wpf-xaml.md index d992ba6ad6..a183fb01eb 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-namespaces-and-namespace-mapping-for-wpf-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-namespaces-and-namespace-mapping-for-wpf-xaml.md @@ -2,6 +2,7 @@ title: XAML Namespaces and Namespace Mapping description: Learn more about the presence and purpose of the two XAML namespace mappings often found in the root tag of a Windows Presentation Foundation XAML file. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-overview.md index 2c31fef049..df4e8e7771 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-overview.md @@ -3,6 +3,7 @@ title: XAML overview description: Learn how the XAML language is structured and implemented by Windows Presentation Foundation (WPF) for .NET Framework. author: adegeo ms.date: 12/03/2020 +ms.service: dotnet-framework ms.author: adegeo ms.topic: overview dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-resources-define.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-resources-define.md index 549019ee09..bf2774ba7e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-resources-define.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-resources-define.md @@ -4,6 +4,7 @@ description: Learn about XAML resources in WPF for .NET Framework. Understand th author: adegeo ms.author: adegeo ms.date: 12/03/2020 +ms.service: dotnet-framework ms.topic: overview --- diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-syntax-in-detail.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-syntax-in-detail.md index 06b88f54a2..af03d6bb77 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-syntax-in-detail.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-syntax-in-detail.md @@ -2,6 +2,7 @@ title: "XAML Syntax In Detail" description: Learn about terms that are used to describe the elements of XAML syntax for Windows Presentation Foundation and other frameworks that use XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 ms.topic: overview helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/application-management-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/application-management-overview.md index 343eb222dd..c2dbce0b3d 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/application-management-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/application-management-overview.md @@ -1,6 +1,7 @@ --- title: "Application Management Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/build-and-deploy-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/app-development/build-and-deploy-how-to-topics.md index 98360c28cf..839e6a1b62 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/build-and-deploy-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/build-and-deploy-how-to-topics.md @@ -1,6 +1,7 @@ --- title: "Build and Deploy How-to Topics" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/building-a-wpf-application-wpf.md b/dotnet-desktop-guide/framework/wpf/app-development/building-a-wpf-application-wpf.md index 42f31bc334..a60f3eb776 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/building-a-wpf-application-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/building-a-wpf-application-wpf.md @@ -1,6 +1,7 @@ --- title: "Compile an app" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/building-and-deploying-wpf-applications.md b/dotnet-desktop-guide/framework/wpf/app-development/building-and-deploying-wpf-applications.md index acbd523254..70be0f9652 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/building-and-deploying-wpf-applications.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/building-and-deploying-wpf-applications.md @@ -1,6 +1,7 @@ --- title: Build and deploy apps ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/configure-vs-to-debug-a-xaml-browser-to-call-a-web-service.md b/dotnet-desktop-guide/framework/wpf/app-development/configure-vs-to-debug-a-xaml-browser-to-call-a-web-service.md index 1ac0510f9d..321a01ac64 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/configure-vs-to-debug-a-xaml-browser-to-call-a-web-service.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/configure-vs-to-debug-a-xaml-browser-to-call-a-web-service.md @@ -1,6 +1,7 @@ --- title: "How to: Configure Visual Studio to Debug a XAML Browser Application to Call a Web Service" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "debugging XBAPs that call a Web service [WPF]" - "debugging security exceptions for XBAPs [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/deploying-a-wpf-application-wpf.md b/dotnet-desktop-guide/framework/wpf/app-development/deploying-a-wpf-application-wpf.md index 58e8de04ae..826258b8fc 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/deploying-a-wpf-application-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/deploying-a-wpf-application-wpf.md @@ -2,6 +2,7 @@ title: "Deploy an app" description: Explore the deployment technologies that Windows and the .NET Framework use for Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "WPF applications [WPF], deployment" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/dialog-boxes-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/dialog-boxes-overview.md index 2917879e35..491ccdac55 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/dialog-boxes-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/dialog-boxes-overview.md @@ -2,6 +2,7 @@ title: "Dialog Boxes Overview" description: Learn about the varieties of dialog boxes in Windows Foundation Presentation (WPF) that you can use to gather and display information. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/filterinputmessage.md b/dotnet-desktop-guide/framework/wpf/app-development/filterinputmessage.md index 33f541403c..61ca77f974 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/filterinputmessage.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/filterinputmessage.md @@ -1,6 +1,7 @@ --- title: "FilterInputMessage" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "raw input [WPF]" - "FilterInputMessage method [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/firefox-add-ons-to-support-net-application-deployment.md b/dotnet-desktop-guide/framework/wpf/app-development/firefox-add-ons-to-support-net-application-deployment.md index 17b33ef410..e2669e3efb 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/firefox-add-ons-to-support-net-application-deployment.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/firefox-add-ons-to-support-net-application-deployment.md @@ -1,6 +1,7 @@ --- title: "Firefox Add-ons to Support .NET Application Deployment" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Firefox add-ons for .NET application deployment" - "WPF plug-in for Firefox" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/getcustomui.md b/dotnet-desktop-guide/framework/wpf/app-development/getcustomui.md index fd4026515d..0dbe2d2d1f 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/getcustomui.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/getcustomui.md @@ -1,6 +1,7 @@ --- title: "GetCustomUI" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom error messages [WPF]" ms.assetid: e55180fc-35bb-4f80-a136-772b5eb3e4e5 diff --git a/dotnet-desktop-guide/framework/wpf/app-development/getrawinputdevices.md b/dotnet-desktop-guide/framework/wpf/app-development/getrawinputdevices.md index 9607079749..ba2be8416f 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/getrawinputdevices.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/getrawinputdevices.md @@ -1,6 +1,7 @@ --- title: "GetRawInputDevices" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "raw input [WPF]" ms.assetid: c4d37ecd-065a-4d1c-9e6c-26804ae968ca diff --git a/dotnet-desktop-guide/framework/wpf/app-development/hosting-wpf-applications.md b/dotnet-desktop-guide/framework/wpf/app-development/hosting-wpf-applications.md index e680282c39..b4ffc53573 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/hosting-wpf-applications.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/hosting-wpf-applications.md @@ -1,6 +1,7 @@ --- title: Host apps ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-add-a-splash-screen-to-a-wpf-application.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-add-a-splash-screen-to-a-wpf-application.md index 8039666bec..eb3e5bbce3 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-add-a-splash-screen-to-a-wpf-application.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-add-a-splash-screen-to-a-wpf-application.md @@ -2,6 +2,7 @@ title: "How to add a splash screen" description: Find out how to add a startup window, or splash screen, to a Windows Presentation Foundation (WPF) application. ms.date: 08/18/2018 +ms.service: dotnet-framework helpviewer_keywords: - "WPF [WPF], splash screen" - "startup window [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-automatically-size-a-window-to-fit-its-content.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-automatically-size-a-window-to-fit-its-content.md index 28d80d2735..ebd90fdaa1 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-automatically-size-a-window-to-fit-its-content.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-automatically-size-a-window-to-fit-its-content.md @@ -2,6 +2,7 @@ title: "How to: Automatically Size a Window to Fit Its Content" description: Learn how to set the property that specifies how a window resizes to fit its content in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-call-a-page-function.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-call-a-page-function.md index b2fd53856c..0286bed469 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-call-a-page-function.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-call-a-page-function.md @@ -1,6 +1,7 @@ --- title: "How to: Call a Page Function" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-configure-iis-5-0-and-iis-6-0-to-deploy-wpf-applications.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-configure-iis-5-0-and-iis-6-0-to-deploy-wpf-applications.md index f2ac93d986..6562a6c990 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-configure-iis-5-0-and-iis-6-0-to-deploy-wpf-applications.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-configure-iis-5-0-and-iis-6-0-to-deploy-wpf-applications.md @@ -2,6 +2,7 @@ title: "How to: Configure IIS 5.0 and IIS 6.0 to Deploy WPF Applications" titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "MIME types [WPF], registering" - "adjusting content expiration setting [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-is-a-ui.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-is-a-ui.md index 226399261c..5f1ccec66e 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-is-a-ui.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-is-a-ui.md @@ -1,6 +1,7 @@ --- title: "How to: Create an Add-In That Is a UI" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-returns-a-ui.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-returns-a-ui.md index d2807a0b46..026c4d1a6d 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-returns-a-ui.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-create-an-add-in-that-returns-a-ui.md @@ -1,6 +1,7 @@ --- title: "How to: Create an Add-In That Returns a UI" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-0-is-installed.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-0-is-installed.md index 243d489d76..60c736488e 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-0-is-installed.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-0-is-installed.md @@ -1,6 +1,7 @@ --- title: "How to: Detect Whether the .NET Framework 3.0 Is Installed" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WinFX Runtime user-agent string" - "presence of WPT [WPF], detecting" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-5-is-installed.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-5-is-installed.md index 2395643f8a..ef822d0a06 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-5-is-installed.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-net-framework-3-5-is-installed.md @@ -1,6 +1,7 @@ --- title: "How to: Detect Whether the .NET Framework 3.5 Is Installed" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "verifying whether.NET Framework 3.5 is installed [WPF]" - "detecting .NET Framework 3.5 installation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-wpf-plug-in-for-firefox-is-installed.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-wpf-plug-in-for-firefox-is-installed.md index e59776c202..59c2c12b76 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-wpf-plug-in-for-firefox-is-installed.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-detect-whether-the-wpf-plug-in-for-firefox-is-installed.md @@ -3,6 +3,7 @@ title: Detect Whether WPF Plug-In for Firefox Is Installed description: Learn how to detect whether the WPF plug-in for Firefox is installed, by means of this code sample in HTML. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "plug-in for Firefox [WPF]" - "detecting Firefox installation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-determine-if-a-page-is-browser-hosted.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-determine-if-a-page-is-browser-hosted.md index 5b010d16de..9a5821bd08 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-determine-if-a-page-is-browser-hosted.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-determine-if-a-page-is-browser-hosted.md @@ -2,6 +2,7 @@ title: "How to: Determine If a Page is Browser Hosted" description: Learn how to determine if a page is browser hosted, by means of the included code samples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-all-windows-in-an-application.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-all-windows-in-an-application.md index a6d92033e2..0d203ad81f 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-all-windows-in-an-application.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-all-windows-in-an-application.md @@ -2,6 +2,7 @@ title: "How to: Get all Windows in an Application" description: Learn how to get all windows in an application, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-and-set-the-main-application-window.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-and-set-the-main-application-window.md index b68b746676..6ed55a4619 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-and-set-the-main-application-window.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-and-set-the-main-application-window.md @@ -2,6 +2,7 @@ title: "How to: Get and Set the Main Application Window" description: Follow this example to get and set the main application window within Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-the-return-value-of-a-page-function.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-the-return-value-of-a-page-function.md index f651842bee..04c788f997 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-the-return-value-of-a-page-function.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-get-the-return-value-of-a-page-function.md @@ -2,6 +2,7 @@ title: "How to: Get the Return Value of a Page Function" description: Learn how to get the return value of a page function, by means of the included examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-back-through-navigation-history.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-back-through-navigation-history.md index 4c7977c0c9..68f2314695 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-back-through-navigation-history.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-back-through-navigation-history.md @@ -2,6 +2,7 @@ title: "How to: Navigate Back Through Navigation History" description: Learn how to navigate back through navigation history, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-forward-or-back-through-navigation-history.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-forward-or-back-through-navigation-history.md index bda32efe79..5848a9139b 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-forward-or-back-through-navigation-history.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-forward-or-back-through-navigation-history.md @@ -2,6 +2,7 @@ title: "How to: Navigate Forward or Back Through Navigation History" description: Learn how to navigate forward or back through navigation history, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-to-a-page.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-to-a-page.md index df781ef6de..de398e39f4 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-to-a-page.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-navigate-to-a-page.md @@ -2,6 +2,7 @@ title: "How to: Navigate to a Page" description: Learn how to navigate to a page using NavigationWindow, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-dialog-box.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-dialog-box.md index 94d9b13c65..fcba31a034 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-dialog-box.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-dialog-box.md @@ -2,6 +2,7 @@ title: "How to: Open a Dialog Box" description: Learn how to open a dialog box in this article, by means of the included codes examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-message-box.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-message-box.md index 35fc3f2ce3..82fb210df9 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-message-box.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-message-box.md @@ -2,6 +2,7 @@ title: "How to: Open a Message Box" description: Learn how to open a message box in this article, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-window.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-window.md index 90cf9e1890..7762a2d283 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-window.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-open-a-window.md @@ -2,6 +2,7 @@ title: "How to: Open a Window" description: Learn how to open a window in this article, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-refresh-a-page.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-refresh-a-page.md index a0064fe1f5..1a59f152cf 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-refresh-a-page.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-refresh-a-page.md @@ -2,6 +2,7 @@ title: "How to: Refresh a Page" description: Learn how to refresh a page in this article, using the Refresh method, by means of code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-a-dialog-box-result.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-a-dialog-box-result.md index 002f9696ec..228672a10d 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-a-dialog-box-result.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-a-dialog-box-result.md @@ -2,6 +2,7 @@ title: "How to: Return a Dialog Box Result" description: Learn how to return a dialog box result in this article, by means of code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-from-a-page-function.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-from-a-page-function.md index 2995cbe333..61d770c606 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-from-a-page-function.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-return-from-a-page-function.md @@ -2,6 +2,7 @@ title: "How to: Return from a Page Function" description: Learn how to return from a page function in this article, by means of code samples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-height-of-a-window-from-a-page.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-height-of-a-window-from-a-page.md index b9f94dce1c..a46784a972 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-height-of-a-window-from-a-page.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-height-of-a-window-from-a-page.md @@ -2,6 +2,7 @@ title: "How to: Set the Height of a Window from a Page" description: Learn how to set the height of a window from a page in this article, by means of an included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "windows [WPF], setting height from a page" - "pages [WPF], setting window height from" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-title-of-a-window-from-a-page.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-title-of-a-window-from-a-page.md index 3dcfbdf5b8..d587fb8e36 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-title-of-a-window-from-a-page.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-title-of-a-window-from-a-page.md @@ -2,6 +2,7 @@ title: "How to: Set the Title of a Window from a Page" description: Learn how to set the title of a window from a page in this article, by means of an included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "windows [WPF], setting title from a page" - "title of window [WPF], setting from a page" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-width-of-a-window-from-a-page.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-width-of-a-window-from-a-page.md index b7522f9a1e..587bc3c783 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-width-of-a-window-from-a-page.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-set-the-width-of-a-window-from-a-page.md @@ -2,6 +2,7 @@ title: "How to: Set the Width of a Window from a Page" description: Learn how to set the width of a window from a page in this article, via the included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "width of windows [WPF], setting from a page" - "windows [WPF], setting width from a page" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-stop-a-page-from-loading.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-stop-a-page-from-loading.md index 6dd7688b09..84ab6602bb 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-stop-a-page-from-loading.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-stop-a-page-from-loading.md @@ -2,6 +2,7 @@ title: "How to: Stop a Page from Loading" description: Learn how to stop a page from loading in this article, by means of included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-topics.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-topics.md index 249223a4aa..db388bf629 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-topics.md @@ -2,6 +2,7 @@ title: "How-to Topics" description: Learn about how-to topics in this article, via links to create an add-in that returns a UI and to create an add-in that is a UI. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-an-application-scope-resource-dictionary.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-an-application-scope-resource-dictionary.md index 4162972244..0e3751981c 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-an-application-scope-resource-dictionary.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-an-application-scope-resource-dictionary.md @@ -2,6 +2,7 @@ title: "How to: Use an Application-Scope Resource Dictionary" description: Learn how to define and use an application-scope custom resource dictionary in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-mailto-to-send-mail-from-a-page.md b/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-mailto-to-send-mail-from-a-page.md index a316425a57..2ab56c9ce1 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-mailto-to-send-mail-from-a-page.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/how-to-use-mailto-to-send-mail-from-a-page.md @@ -2,6 +2,7 @@ title: "How to: Use mailto: to Send Mail From a Page" description: "Learn how to use mailto: to send mail from a page in this article, by means of an included code example in XAML." ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "sending mail from pages with mailto:" - "mailto:, sending mail from pages" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-clone.md b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-clone.md index 1e083fea8d..e7b683b7d2 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-clone.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-clone.md @@ -2,6 +2,7 @@ title: "IEnumRAWINPUTDEVIC:Clone" description: Learn about IEnumRAWINPUTDEVIC:Clone, which creates a raw input device enumerator with the same state as the current enumerator to iterate over the same list. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Clone method [WPF]" ms.assetid: 2a6a1900-aa55-45fa-9382-241d569a2dc4 diff --git a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-next.md b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-next.md index 5c4783767f..bbaffb01d1 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-next.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-next.md @@ -2,6 +2,7 @@ title: "IEnumRAWINPUTDEVIC:Next" description: Learn about IEnumRAWINPUTDEVIC:Next, which enumerates the next celt structures in the enumerator's list. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Next method [WPF]" ms.assetid: 3698b44d-510e-4d18-b32b-85f17188ee26 diff --git a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-reset.md b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-reset.md index bd66008bc3..526f45d58c 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-reset.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-reset.md @@ -2,6 +2,7 @@ title: "IEnumRAWINPUTDEVIC:Reset" description: Learn about IEnumRAWINPUTDEVIC:Reset, which resets the enumeration sequence to the beginning, via this code example in CPP. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Reset method [WPF]" ms.assetid: 6f3255f0-90e0-4736-b184-c1d3b8387bd3 diff --git a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-skip.md b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-skip.md index 3187a940ff..48d4c4da64 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-skip.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevic-skip.md @@ -2,6 +2,7 @@ title: "IEnumRAWINPUTDEVIC:Skip" description: Learn about IEnumRAWINPUTDEVIC:Skip, which instructs the enumerator to skip the next celt elements in the enumeration. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Skip method [WPF]" ms.assetid: c967b0f8-1c6a-459c-8c16-d4f08918ab65 diff --git a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevice.md b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevice.md index 63fb6687a5..531c94067e 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevice.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/ienumrawinputdevice.md @@ -2,6 +2,7 @@ title: "IEnumRAWINPUTDEVICE" description: Learn about IEnumRAWINPUTDEVICE, which enumerates the raw input devices, and is only used by PresentationHost.exe. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "IEnumRAWINPUTDEVICE interface [WPF]" ms.assetid: 88c8b389-a48b-46b9-b895-8ed7b1e26fea diff --git a/dotnet-desktop-guide/framework/wpf/app-development/index.md b/dotnet-desktop-guide/framework/wpf/app-development/index.md index 2ab4b41827..158306a49a 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/index.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/index.md @@ -2,6 +2,7 @@ title: "Application Development" description: Learn how to build a variety of applications using the framework of Windows Presentation Foundation (WPF). ms.date: "01/26/2018" +ms.service: dotnet-framework helpviewer_keywords: - "WPF [WPF], about application development" - "application development [WPF], about" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/iwpfhostsupport.md b/dotnet-desktop-guide/framework/wpf/app-development/iwpfhostsupport.md index 7738194bf5..9d18bd0ae6 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/iwpfhostsupport.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/iwpfhostsupport.md @@ -2,6 +2,7 @@ title: "IWpfHostSupport" description: Learn about IWpfHostSupport. Win32 applications such as Web browsers can host WPF content, including XAML browser applications (XBAPs) and loose XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "IWpfHostSupport interface [WPF]" ms.assetid: cc5a0281-de81-4cc1-87e4-0e46b1a811e9 diff --git a/dotnet-desktop-guide/framework/wpf/app-development/native-wpf-browser-hosting-support-apis.md b/dotnet-desktop-guide/framework/wpf/app-development/native-wpf-browser-hosting-support-apis.md index 395e0dd16d..5b07a62c64 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/native-wpf-browser-hosting-support-apis.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/native-wpf-browser-hosting-support-apis.md @@ -2,6 +2,7 @@ title: "Native Browser Hosting Support APIs" description: Learn about native browser hosting support APIs in this article, by means of an included code example in CPP. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/navigation-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/app-development/navigation-how-to-topics.md index 47c4e12639..f82e59c053 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/navigation-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/navigation-how-to-topics.md @@ -2,6 +2,7 @@ title: "Navigation How-to Topics" description: Learn about navigation how-to topics by means of the included list of relevant links in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/navigation-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/navigation-overview.md index 29645cc9ba..3eaed5c762 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/navigation-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/navigation-overview.md @@ -2,6 +2,7 @@ title: "Navigation Overview" description: Learn about support for browser-style navigation used in standalone applications and XAML browser applications in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/navigation-topologies-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/navigation-topologies-overview.md index 6c7e190967..06b0307847 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/navigation-topologies-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/navigation-topologies-overview.md @@ -2,6 +2,7 @@ title: "Navigation Topologies Overview" description: This article provides an overview of navigation topologies. Three common navigation topologies, with samples, are subsequently discussed. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "linear topology [WPF]" - "fixed hierarchical topology [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md b/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md index 86ebd24f52..027d7e2813 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md @@ -2,6 +2,7 @@ title: Pack URIs description: Learn about the many ways to use uniform resource identifiers (URIs) to identify and load files in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "pack URI scheme [WPF]" - "loading embedded resources [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/persist-and-restore-application-scope-properties.md b/dotnet-desktop-guide/framework/wpf/app-development/persist-and-restore-application-scope-properties.md index ac993af3cb..26f1d89285 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/persist-and-restore-application-scope-properties.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/persist-and-restore-application-scope-properties.md @@ -2,6 +2,7 @@ title: "How to: Persist and Restore Application-Scope Properties Across Application Sessions" description: Learn how to persist and restore application-scope properties across application sessions via included code examples in XAML, C#, and Visual Basic. ms.date: 06/13/2024 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/structured-navigation-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/structured-navigation-overview.md index 8ef7654ba5..b35979330a 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/structured-navigation-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/structured-navigation-overview.md @@ -2,6 +2,7 @@ title: "Structured Navigation Overview" description: This article provides an overview of structured navigation. Learn via included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/window-management-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/app-development/window-management-how-to-topics.md index 10e7823f59..462acbe000 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/window-management-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/window-management-how-to-topics.md @@ -2,6 +2,7 @@ title: "Window Management How-to Topics" description: Learn about window management how-to topics by following the list of relevant links collected in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/windows-in-wpf-applications.md b/dotnet-desktop-guide/framework/wpf/app-development/windows-in-wpf-applications.md index 0c7eb85cd6..b8028d21d7 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/windows-in-wpf-applications.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/windows-in-wpf-applications.md @@ -3,6 +3,7 @@ title: Windows in WPF apps description: Learn about windows in WPF applications. Users interact with applications through windows. The fundamental purpose of a window is to host and display content. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/app-development/wpf-add-ins-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/wpf-add-ins-overview.md index 538e127c3b..fd447667b9 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/wpf-add-ins-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/wpf-add-ins-overview.md @@ -2,6 +2,7 @@ title: Add-ins overview description: This article provides an overview of WPF add-ins. The .NET Framework includes an add-in model that developers can use. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "add-ins and XAML browser applications [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/wpf-application-resource-content-and-data-files.md b/dotnet-desktop-guide/framework/wpf/app-development/wpf-application-resource-content-and-data-files.md index dada512893..2f41d4e212 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/wpf-application-resource-content-and-data-files.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/wpf-application-resource-content-and-data-files.md @@ -2,6 +2,7 @@ title: Application Resource, Content, and Data Files description: Find out about the special support for configuring, identifying, and using application data files in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/wpf-host-presentationhost-exe.md b/dotnet-desktop-guide/framework/wpf/app-development/wpf-host-presentationhost-exe.md index 5e4a1cbe51..6e6b496678 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/wpf-host-presentationhost-exe.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/wpf-host-presentationhost-exe.md @@ -3,6 +3,7 @@ title: "WPF Host (PresentationHost.exe)" description: Learn about Windows Presentation Foundation (WPF) Host (PresentationHost.exe), which enables WPF applications to be hosted in compatible browsers. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF Host application [WPF]" - "PresentationHost.exe" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/wpf-windows-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/wpf-windows-overview.md index 51188f7b38..bbb4b57e42 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/wpf-windows-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/wpf-windows-overview.md @@ -2,6 +2,7 @@ title: Windows overview description: Get acquainted with the basics of creating and managing windows for standalone applications in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/app-development/wpf-xaml-browser-applications-overview.md b/dotnet-desktop-guide/framework/wpf/app-development/wpf-xaml-browser-applications-overview.md index d88645f85d..9caacf98a7 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/wpf-xaml-browser-applications-overview.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/wpf-xaml-browser-applications-overview.md @@ -2,6 +2,7 @@ title: "XAML Browser Applications Overview" description: Learn how XAML browser applications combines features of Web applications and rich-client applications in the Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/class-library-wpf.md b/dotnet-desktop-guide/framework/wpf/class-library-wpf.md index 6eb45c387c..10d68bcb44 100644 --- a/dotnet-desktop-guide/framework/wpf/class-library-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/class-library-wpf.md @@ -2,6 +2,7 @@ title: "Class Library" description: Learn about Windows Presentation Foundation (WPF) APIs by following the links collected in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF class library [WPF]" - "Windows Presentation Foundation class library [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/adorners-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/adorners-how-to-topics.md index d39730e06c..464bc3985b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/adorners-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/adorners-how-to-topics.md @@ -2,6 +2,7 @@ title: "Adorners How-to Topics" description: Learn about Adorners how-to topics by following the list of relevant links collected in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/adorners-overview.md b/dotnet-desktop-guide/framework/wpf/controls/adorners-overview.md index c12c9f6b49..37b1f93586 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/adorners-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/adorners-overview.md @@ -2,6 +2,7 @@ title: "Adorners Overview" description: Learn about Windows Presentation Foundation Adorners, a special type of FrameworkElement that provides cues to a user, such as functional handles for elements. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 ms.topic: overview dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/controls/adorners.md b/dotnet-desktop-guide/framework/wpf/controls/adorners.md index cadb525f42..9ba8ea7730 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/adorners.md +++ b/dotnet-desktop-guide/framework/wpf/controls/adorners.md @@ -2,6 +2,7 @@ title: "Adorners" description: Learn about Adorners and the Windows Presentation Foundation (WPF) Adorner framework in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/border.md b/dotnet-desktop-guide/framework/wpf/controls/border.md index 131a9fd9de..4d14e5f3e0 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/border.md +++ b/dotnet-desktop-guide/framework/wpf/controls/border.md @@ -2,6 +2,7 @@ title: "Border" description: Learn about the Border element in this article, including how to dynamically change the properties of the Border element. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/bulletdecorator.md b/dotnet-desktop-guide/framework/wpf/controls/bulletdecorator.md index 7d47f25c6b..f1cc8901b3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/bulletdecorator.md +++ b/dotnet-desktop-guide/framework/wpf/controls/bulletdecorator.md @@ -2,6 +2,7 @@ title: "BulletDecorator" description: Learn about BulletDecorator in this article, including BulletDecorator's two content properties, Bullet and Child. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/button-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/button-styles-and-templates.md index 9eec838e2a..fb301fed5e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/button-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/button-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Button Styles and Templates" description: Learn about styles and templates for the Windows Presentation Foundation Button control. Modify the ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "states [WPF], Button" - "parts [WPF], Button" diff --git a/dotnet-desktop-guide/framework/wpf/controls/button.md b/dotnet-desktop-guide/framework/wpf/controls/button.md index 7f9181389d..1408320310 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/button.md +++ b/dotnet-desktop-guide/framework/wpf/controls/button.md @@ -2,6 +2,7 @@ title: "Button" description: Learn about the Button control in this article, which reacts to user input from a mouse, keyboard, stylus, or other input device. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/calendar-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/calendar-styles-and-templates.md index 2d2dfaeda0..74385b400d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/calendar-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/calendar-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Calendar Styles and Templates" description: Learn about calendar styles and templates for the Calendar control. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styles [WPF], Calendar" - "templates [WPF], Calendar" diff --git a/dotnet-desktop-guide/framework/wpf/controls/calendar.md b/dotnet-desktop-guide/framework/wpf/controls/calendar.md index c01d59ac55..eed4de29e7 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/calendar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/calendar.md @@ -2,6 +2,7 @@ title: "Calendar" description: Learn about the Calendar control in this article, which enables a user to select a date by using a visual calendar display. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], Calendar" - "Calendar control [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/canvas-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/canvas-how-to-topics.md index ab9878a586..d7a95dd843 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/canvas-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/canvas-how-to-topics.md @@ -2,6 +2,7 @@ title: "Canvas How-to Topics" description: Learn how to use the Canvas element to absolutely position child elements, by means of the collection of links in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/canvas.md b/dotnet-desktop-guide/framework/wpf/controls/canvas.md index 968c4947e7..745005f2c3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/canvas.md +++ b/dotnet-desktop-guide/framework/wpf/controls/canvas.md @@ -2,6 +2,7 @@ title: "Canvas" description: Learn about the Canvas control, which is a layout control that enables absolute positioning of child elements. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/change-selection-in-a-richtextbox-programmatically.md b/dotnet-desktop-guide/framework/wpf/controls/change-selection-in-a-richtextbox-programmatically.md index 26c6cc5514..65654f01e0 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/change-selection-in-a-richtextbox-programmatically.md +++ b/dotnet-desktop-guide/framework/wpf/controls/change-selection-in-a-richtextbox-programmatically.md @@ -1,6 +1,7 @@ --- title: "Change Selection in a RichTextBox Programmatically" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to change selection in a RichTextBox programmatically. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/controls/checkbox-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/checkbox-styles-and-templates.md index 7ae530835d..8a68982682 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/checkbox-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/checkbox-styles-and-templates.md @@ -2,6 +2,7 @@ title: "CheckBox Styles and Templates" description: Learn about CheckBox styles and templates. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "states [WPF], CheckBox" - "templates [WPF], CheckBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/checkbox.md b/dotnet-desktop-guide/framework/wpf/controls/checkbox.md index 8f2b8ce42f..abce56bb3d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/checkbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/checkbox.md @@ -2,6 +2,7 @@ title: "CheckBox" description: Learn how to use a CheckBox in the user interface (UI) of your application to represent options that a user can select or clear. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/combobox-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/combobox-styles-and-templates.md index bc4738513e..76a371fd43 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/combobox-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/combobox-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ComboBox Styles and Templates" description: Learn about styles and templates for the Windows Presentation Foundation ComboBox control. Modify the ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ComboBox [WPF], styles and templates" - "states [WPF], ComboBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/combobox.md b/dotnet-desktop-guide/framework/wpf/controls/combobox.md index cb5df17e8c..4a28bf8c42 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/combobox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/combobox.md @@ -2,6 +2,7 @@ title: "ComboBox" description: Learn about the ComboBox control, which presents users with a list of options. The list is shown and hidden as the control expands and collapses. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/contextmenu-overview.md b/dotnet-desktop-guide/framework/wpf/controls/contextmenu-overview.md index a0fce59ad3..181a4745a1 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/contextmenu-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/contextmenu-overview.md @@ -2,6 +2,7 @@ title: "ContextMenu Overview" description: This article provides an overview of the ContextMenu class, which represents the element that exposes functionality by using a context-specific Menu. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/contextmenu-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/contextmenu-styles-and-templates.md index af0e096dce..272bd90c58 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/contextmenu-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/contextmenu-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ContextMenu Styles and Templates" description: Learn about ContextMenu styles and templates. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "templates [WPF], ContextMenu" - "parts [WPF], ContextMenu" diff --git a/dotnet-desktop-guide/framework/wpf/controls/contextmenu.md b/dotnet-desktop-guide/framework/wpf/controls/contextmenu.md index e55dbe915f..843fb333dd 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/contextmenu.md +++ b/dotnet-desktop-guide/framework/wpf/controls/contextmenu.md @@ -2,6 +2,7 @@ title: "ContextMenu" description: Learn about the ContextMenu, which allows a control to display a Controls.Menu that is specific to the context of the control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/control-authoring-overview.md b/dotnet-desktop-guide/framework/wpf/controls/control-authoring-overview.md index cee99cd2e6..d3f5ad4fb7 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/control-authoring-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/control-authoring-overview.md @@ -2,6 +2,7 @@ title: "Control Authoring Overview" description: The extensibility of Windows Presentation Foundation controls minimizes the need to create custom controls. Learn how to create a new control, if necessary. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/control-customization.md b/dotnet-desktop-guide/framework/wpf/controls/control-customization.md index 331aa59043..f2dc9369fd 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/control-customization.md +++ b/dotnet-desktop-guide/framework/wpf/controls/control-customization.md @@ -2,6 +2,7 @@ title: "Control Customization" description: Learn about control customization, which covers the various base classes, interfaces and other elements and concepts used in creating a WPF control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/control-library.md b/dotnet-desktop-guide/framework/wpf/controls/control-library.md index f50956a5da..97c34a55da 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/control-library.md +++ b/dotnet-desktop-guide/framework/wpf/controls/control-library.md @@ -2,6 +2,7 @@ title: "Control Library" description: Learn about the WPF control library, which contains information on the controls provided by WPF, listed alphabetically. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md index 51c4b95553..74ec48546b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Control Styles and Templates" description: Learn how to change the structure and appearance of a Windows Presentation Foundation control by modifying the ControlTemplate of that control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/controls-by-category.md b/dotnet-desktop-guide/framework/wpf/controls/controls-by-category.md index 6e81b3ed56..efbec2181c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/controls-by-category.md +++ b/dotnet-desktop-guide/framework/wpf/controls/controls-by-category.md @@ -2,6 +2,7 @@ title: "Controls by Category" description: Review Windows Presentation Foundation controls grouped into categories, which can help you select the appropriate control by comparing similar controls. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], listed by category" ms.assetid: f8a1f78e-d9fa-4367-9ec6-f084577e83bb diff --git a/dotnet-desktop-guide/framework/wpf/controls/creating-a-control-that-has-a-customizable-appearance.md b/dotnet-desktop-guide/framework/wpf/controls/creating-a-control-that-has-a-customizable-appearance.md index 39e8ec4aa2..86e63b3261 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/creating-a-control-that-has-a-customizable-appearance.md +++ b/dotnet-desktop-guide/framework/wpf/controls/creating-a-control-that-has-a-customizable-appearance.md @@ -2,6 +2,7 @@ title: "Creating a Control That Has a Customizable Appearance" description: Learn about creating a control that has a customizable appearance, such as a checkbox with a custom control template. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/datagrid-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/datagrid-styles-and-templates.md index e422f844d5..cfb145d1ab 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/datagrid-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/datagrid-styles-and-templates.md @@ -2,6 +2,7 @@ title: "DataGrid Styles and Templates" description: Learn about styles and templates for the Windows Presentation Foundation DataGrid control. Modify the ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "states [WPF], DataGrid" - "ControlTemplate [WPF], DataGrid" diff --git a/dotnet-desktop-guide/framework/wpf/controls/datagrid.md b/dotnet-desktop-guide/framework/wpf/controls/datagrid.md index 75813f3626..d267d09d0f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/datagrid.md +++ b/dotnet-desktop-guide/framework/wpf/controls/datagrid.md @@ -2,6 +2,7 @@ title: "DataGrid" description: Learn how the DataGrid control lets you display and edit data from different sources, such as a database, LINQ query, or any other bindable data source. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGrid column types [WPF]" - "DataGrid scenarios [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/datepicker-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/datepicker-styles-and-templates.md index 961d41c1db..c9980dfde1 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/datepicker-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/datepicker-styles-and-templates.md @@ -2,6 +2,7 @@ title: "DatePicker Styles and Templates" description: Learn about DatePicker styles and templates. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ControlTemplate [WPF], DatePicker" - "DatePicker [WPF], styles and templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/datepicker.md b/dotnet-desktop-guide/framework/wpf/controls/datepicker.md index c52fab5d63..3ba6624a94 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/datepicker.md +++ b/dotnet-desktop-guide/framework/wpf/controls/datepicker.md @@ -2,6 +2,7 @@ title: "DatePicker" description: Learn about the DatePicker control, which allows the user to select a date by either typing it into a text field or by using a drop-down Calendar control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], DatePicker" - "DatePicker control [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/default-keyboard-and-mouse-behavior-in-the-datagrid-control.md b/dotnet-desktop-guide/framework/wpf/controls/default-keyboard-and-mouse-behavior-in-the-datagrid-control.md index ca48ca5211..728ab047b2 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/default-keyboard-and-mouse-behavior-in-the-datagrid-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/default-keyboard-and-mouse-behavior-in-the-datagrid-control.md @@ -2,6 +2,7 @@ title: "Default Keyboard and Mouse Behavior in the DataGrid Control" description: Learn about default keyboard and mouse behavior in the DataGrid control. Typical interaction with the DataGrid include navigation, selection, and editing. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGrid [WPF], keyboard behavior" - "DataGrid [WPF], mouse behavior" diff --git a/dotnet-desktop-guide/framework/wpf/controls/dockpanel-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/dockpanel-how-to-topics.md index 081375d212..9c7ac6b7fc 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/dockpanel-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/dockpanel-how-to-topics.md @@ -2,6 +2,7 @@ title: "DockPanel How-to Topics" description: Learn about DockPanel how-to topics by means of the curated list of relevant links collected in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/dockpanel.md b/dotnet-desktop-guide/framework/wpf/controls/dockpanel.md index dafd960416..7fb1e1e855 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/dockpanel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/dockpanel.md @@ -2,6 +2,7 @@ title: "DockPanel" description: Learn about the DockPanel element, which is used to position child content along the edge of a layout container. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/documentviewer-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/documentviewer-styles-and-templates.md index 539f559456..406edb30ed 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/documentviewer-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/documentviewer-styles-and-templates.md @@ -2,6 +2,7 @@ title: "DocumentViewer Styles and Templates" description: Learn about DocumentViewer styles and templates. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "templates [WPF], DocumentViewer" - "DocumentViewer [WPF], styles and templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/documentviewer.md b/dotnet-desktop-guide/framework/wpf/controls/documentviewer.md index 66881b629e..1f2514fced 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/documentviewer.md +++ b/dotnet-desktop-guide/framework/wpf/controls/documentviewer.md @@ -2,6 +2,7 @@ title: "DocumentViewer" description: Learn about the DocumentViewer control, which is used to view FixedDocument content in a paginated format. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/expander-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/expander-how-to-topics.md index 297c4af6c7..3cb4fe1a7c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/expander-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/expander-how-to-topics.md @@ -2,6 +2,7 @@ title: "Expander How-to Topics" description: Learn about the Expander control by means of the curated list of relevant links collected in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/expander-overview.md b/dotnet-desktop-guide/framework/wpf/controls/expander-overview.md index 3c26a1ddda..e464691d70 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/expander-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/expander-overview.md @@ -2,6 +2,7 @@ title: "Expander Overview" description: This article provides an overview of the Expander control, which provides a way to provide content in an expandable area that resembles a window. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/expander-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/expander-styles-and-templates.md index 992b918311..a5ffbb1a97 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/expander-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/expander-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Expander Styles and Templates" description: Learn about the styles and templates for the Expander control. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styles [WPF], Expander" - "ControlTemplate [WPF], Expander" diff --git a/dotnet-desktop-guide/framework/wpf/controls/expander.md b/dotnet-desktop-guide/framework/wpf/controls/expander.md index aeb9b8facb..fba989e76f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/expander.md +++ b/dotnet-desktop-guide/framework/wpf/controls/expander.md @@ -2,6 +2,7 @@ title: "Expander" description: Learn about an Expander, which allows a user to view a header and expand that header to see further details, or to collapse a section up to a header. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/flowdocumentpageviewer.md b/dotnet-desktop-guide/framework/wpf/controls/flowdocumentpageviewer.md index 25a3828ee0..71e2cffa99 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/flowdocumentpageviewer.md +++ b/dotnet-desktop-guide/framework/wpf/controls/flowdocumentpageviewer.md @@ -2,6 +2,7 @@ title: "FlowDocumentPageViewer" description: Learn about the FlowDocumentPageViewer control, which is used to view FlowDocument content on a per page basis. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/flowdocumentreader.md b/dotnet-desktop-guide/framework/wpf/controls/flowdocumentreader.md index 84aa4d667b..fdf3533297 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/flowdocumentreader.md +++ b/dotnet-desktop-guide/framework/wpf/controls/flowdocumentreader.md @@ -2,6 +2,7 @@ title: "FlowDocumentReader" description: Learn about the FlowDocumentReader control, which is used to view FlowDocument content. It supports multiple viewing modes. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/flowdocumentscrollviewer.md b/dotnet-desktop-guide/framework/wpf/controls/flowdocumentscrollviewer.md index 6fe001aa81..5626575b63 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/flowdocumentscrollviewer.md +++ b/dotnet-desktop-guide/framework/wpf/controls/flowdocumentscrollviewer.md @@ -2,6 +2,7 @@ title: "FlowDocumentScrollViewer" description: Learn about the FlowDocumentScrollViewer control, which is used to view FlowDocument content in a scrolling container. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/frame-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/frame-styles-and-templates.md index 6627f2bd92..108c848f77 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/frame-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/frame-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Frame Styles and Templates" description: Learn about the styles and templates for the Frame control. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parts [WPF], Frame" - "templates [WPF], Frame" diff --git a/dotnet-desktop-guide/framework/wpf/controls/frame.md b/dotnet-desktop-guide/framework/wpf/controls/frame.md index 22d8cba8f8..f504b45990 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/frame.md +++ b/dotnet-desktop-guide/framework/wpf/controls/frame.md @@ -2,6 +2,7 @@ title: "Frame" description: Learn about the Frame control, which supports content navigation within content and can be hosted by various root elements. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/grid-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/grid-how-to-topics.md index b06fbc4085..7af39adeaa 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/grid-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/grid-how-to-topics.md @@ -2,6 +2,7 @@ title: "Grid How-to Topics" description: Learn about how to position elements using the Grid layout control via a curated list of helpful links in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/grid.md b/dotnet-desktop-guide/framework/wpf/controls/grid.md index fe62ddfcfb..5adb08b17a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/grid.md +++ b/dotnet-desktop-guide/framework/wpf/controls/grid.md @@ -2,6 +2,7 @@ title: "Grid" description: Learn about the Grid layout control, which is used to precisely position content in rows and columns via a curated list of helpful links. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/gridsplitter-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/gridsplitter-how-to-topics.md index c1e1d57c25..b4e7eac92c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/gridsplitter-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/gridsplitter-how-to-topics.md @@ -2,6 +2,7 @@ title: "GridSplitter How-to Topics" description: Learn about the GridSplitter control by means of the curated collection of helpful links present in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/gridsplitter.md b/dotnet-desktop-guide/framework/wpf/controls/gridsplitter.md index 3fa1f89853..dc9ad6be97 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/gridsplitter.md +++ b/dotnet-desktop-guide/framework/wpf/controls/gridsplitter.md @@ -2,6 +2,7 @@ title: "GridSplitter" description: Learn about the GridSplitter, which redistributes space between columns or rows of a Grid control, via helpful links. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/gridview-column-header-styles-and-templates-overview.md b/dotnet-desktop-guide/framework/wpf/controls/gridview-column-header-styles-and-templates-overview.md index 0f264f8af9..43d948b1b9 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/gridview-column-header-styles-and-templates-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/gridview-column-header-styles-and-templates-overview.md @@ -1,6 +1,7 @@ --- title: "GridView Column Header Styles and Templates Overview" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn about the GridView column header styles and templates. helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/gridview-overview.md b/dotnet-desktop-guide/framework/wpf/controls/gridview-overview.md index edcbe4ef8a..75e34a5c5c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/gridview-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/gridview-overview.md @@ -2,6 +2,7 @@ title: "GridView Overview" description: Learn about styles and templates for the Windows Presentation Foundation ListView control. Modify the ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "GridView view mode [WPF]" - "ListView controls [WPF], GridView view mode" diff --git a/dotnet-desktop-guide/framework/wpf/controls/groupbox-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/groupbox-styles-and-templates.md index 3ba94a7411..cba7fbe866 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/groupbox-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/groupbox-styles-and-templates.md @@ -2,6 +2,7 @@ title: "GroupBox Styles and Templates" description: Learn about the styles and templates for the GroupBox control. You can modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ControlTemplate [WPF], GroupBox" - "parts [WPF], GroupBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/groupbox.md b/dotnet-desktop-guide/framework/wpf/controls/groupbox.md index 19a713694b..259e922303 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/groupbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/groupbox.md @@ -2,6 +2,7 @@ title: "GroupBox" description: Learn about the GroupBox control, which is a HeaderedContentControl that provides a titled container for graphical user interface (GUI) content. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/guidelines-for-designing-stylable-controls.md b/dotnet-desktop-guide/framework/wpf/controls/guidelines-for-designing-stylable-controls.md index 3a805447ef..979accecf8 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/guidelines-for-designing-stylable-controls.md +++ b/dotnet-desktop-guide/framework/wpf/controls/guidelines-for-designing-stylable-controls.md @@ -2,6 +2,7 @@ title: "Guidelines for Designing Stylable Controls" description: Learn about the guidelines for designing stylable controls. This document summarizes a set of best practices to consider when designing a control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "style design for controls [WPF]" - "controls [WPF], style design" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-add-a-watermark-to-a-textbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-add-a-watermark-to-a-textbox.md index fa10dbad82..1e003b71da 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-add-a-watermark-to-a-textbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-add-a-watermark-to-a-textbox.md @@ -2,6 +2,7 @@ title: "Add a placeholder to a TextBox" description: Learn how to add a placeholder to a TextBox via the included code examples in XAML, C#, and Visual Basic. ms.date: 03/13/2025 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-add-row-details-to-a-datagrid-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-add-row-details-to-a-datagrid-control.md index 0df3deec19..7f0afbad78 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-add-row-details-to-a-datagrid-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-add-row-details-to-a-datagrid-control.md @@ -2,6 +2,7 @@ title: "How to: Add Row Details to a DataGrid Control" description: Learn how to customize the data presentation when using the Windows Presentation Foundation DataGrid control by adding a row details section. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-adorn-the-children-of-a-panel.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-adorn-the-children-of-a-panel.md index 03f3c3ca91..885df9bcd5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-adorn-the-children-of-a-panel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-adorn-the-children-of-a-panel.md @@ -2,6 +2,7 @@ title: "How to: Adorn the Children of a Panel" description: Learn how to adorn the children of a panel by means of the included code samples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-borderthickness-value.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-borderthickness-value.md index 79825e7c7d..73d8c63f6d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-borderthickness-value.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-borderthickness-value.md @@ -2,6 +2,7 @@ title: "How to: Animate a BorderThickness Value" description: Learn how to animate a BorderThickness value by using the ThicknessAnimation class via the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-popup.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-popup.md index 2dda906fac..0e0ecbc8c4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-popup.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-animate-a-popup.md @@ -2,6 +2,7 @@ title: "How to: Animate a Popup" description: Learn how to animate a Popup control in two ways via the included XAML code examples in this article. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Popup control [WPF], animating" - "animation [WPF], Popup controls" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-apply-stretch-properties-to-the-contents-of-a-viewbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-apply-stretch-properties-to-the-contents-of-a-viewbox.md index eb07c44ca5..a183d465de 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-apply-stretch-properties-to-the-contents-of-a-viewbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-apply-stretch-properties-to-the-contents-of-a-viewbox.md @@ -2,6 +2,7 @@ title: "How to: Apply Stretch Properties to the Contents of a Viewbox" description: Learn how to apply stretch properties to the contents of a Viewbox via the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-listbox-to-data.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-listbox-to-data.md index 5bdf682be3..3aa941fb2b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-listbox-to-data.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-listbox-to-data.md @@ -2,6 +2,7 @@ title: "How to: Bind a ListBox to Data" description: Learn how to bind a ListBox to data. You can use data binding to bind data to the individual items. See the included code examples in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListBox controls [WPF], binding data to" - "data binding [WPF], ListBox control" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-treeview-to-data-that-has-an-indeterminable-depth.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-treeview-to-data-that-has-an-indeterminable-depth.md index 305ff85228..aacc81b614 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-treeview-to-data-that-has-an-indeterminable-depth.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-a-treeview-to-data-that-has-an-indeterminable-depth.md @@ -2,6 +2,7 @@ title: "How to: Bind a TreeView to Data That Has an Indeterminable Depth" description: Learn how to bind a TreeView to data that has an indeterminable depth by means of the included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TreeView control [WPF], binding to data of indeterminate depth" ms.assetid: daddcd74-1b0f-4ffd-baeb-ec934c5e0f53 diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-an-adorner-to-an-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-an-adorner-to-an-element.md index 04f5dc0d20..3d6fb4d088 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-an-adorner-to-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-bind-an-adorner-to-an-element.md @@ -2,6 +2,7 @@ title: "How to: Bind an Adorner to an Element" description: Learn how to bind an adorner to a UIElement by a 2-step method and following the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-build-a-standard-ui-dialog-box-by-using-grid.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-build-a-standard-ui-dialog-box-by-using-grid.md index 95f7993ca4..e95be5d1da 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-build-a-standard-ui-dialog-box-by-using-grid.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-build-a-standard-ui-dialog-box-by-using-grid.md @@ -2,6 +2,7 @@ title: "How to: Build a Standard UI Dialog Box by Using Grid" description: Learn how to build or create a standard user interface (UI) dialog box by using the Grid element via code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-change-the-horizontal-alignment-of-a-column-in-a-listview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-change-the-horizontal-alignment-of-a-column-in-a-listview.md index 1b41ca1164..bcc36965fa 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-change-the-horizontal-alignment-of-a-column-in-a-listview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-change-the-horizontal-alignment-of-a-column-in-a-listview.md @@ -2,6 +2,7 @@ title: "How to: Change the Horizontal Alignment of a Column in a ListView" description: Learn how to change the horizontal alignment of a column in a ListView. By default, the content of each column in a ListViewItem is left-aligned. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView controls [WPF], horizontal alignment [WPF]" ms.assetid: b9573e44-9dad-4d14-939c-7859ca372758 diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-choose-between-stackpanel-and-dockpanel.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-choose-between-stackpanel-and-dockpanel.md index 488ff44f28..f50defeb9c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-choose-between-stackpanel-and-dockpanel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-choose-between-stackpanel-and-dockpanel.md @@ -2,6 +2,7 @@ title: "How to: Choose Between StackPanel and DockPanel" description: Learn how to choose between StackPanel and DockPanel when you stack content in a Panel, by means of code examples in CPP, C#, Visual Basic, and XAML. ms.date: 03/16/2023 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-convert-an-image-to-greyscale.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-convert-an-image-to-greyscale.md index 623b886e37..041e25f9df 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-convert-an-image-to-greyscale.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-convert-an-image-to-greyscale.md @@ -2,6 +2,7 @@ title: "How to: Convert an Image to Greyscale" description: Learn how to convert an image to greyscale using FormatConvertedBitmap via code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-button-that-has-an-image.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-button-that-has-an-image.md index a58409bfeb..3ad7e4fc1e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-button-that-has-an-image.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-button-that-has-an-image.md @@ -2,6 +2,7 @@ title: "How to: Create a Button That Has an Image" description: Learn how to create a button that has an image, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-complex-grid.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-complex-grid.md index 238a1a500f..c395705156 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-complex-grid.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-complex-grid.md @@ -2,6 +2,7 @@ title: "How to create a complex Grid" description: "An example on how to use a Grid control to create a layout that looks like a monthly calendar." ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "calendar [WPF], creating" - "monthly calendar [WPF], creating" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-control-that-has-an-access-key-and-text-wrapping.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-control-that-has-an-access-key-and-text-wrapping.md index 275c6e36a7..fad51f33a5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-control-that-has-an-access-key-and-text-wrapping.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-control-that-has-an-access-key-and-text-wrapping.md @@ -2,6 +2,7 @@ title: "How to: Create a Control That Has an Access Key and Text Wrapping" description: Learn how to create a control that has an access key and text wrapping, by means of the included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "access keys [WPF], control for" - "controls [WPF], text wrapping" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-panel-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-panel-element.md index 37b1e68085..aecb0a3a36 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-panel-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-panel-element.md @@ -2,6 +2,7 @@ title: "How to: Create a Custom Panel Element" description: Learn how to create a custom panel element, by means of the included code examples in CPP, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-view-mode-for-a-listview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-view-mode-for-a-listview.md index 99dd48617a..423936d016 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-view-mode-for-a-listview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-custom-view-mode-for-a-listview.md @@ -2,6 +2,7 @@ title: "How to: Create a Custom View Mode for a ListView" description: Learn how to create a custom view mode for a ListView by means of the included code examples in C#, Visual Basic, and XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-dockpanel.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-dockpanel.md index aca56bb4d0..85e012e965 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-dockpanel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-dockpanel.md @@ -2,6 +2,7 @@ title: "How to: Create a DockPanel" description: Learn how to create and use an instance of DockPanel, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-grid-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-grid-element.md index 5344084160..ea7bf228b2 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-grid-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-grid-element.md @@ -2,6 +2,7 @@ title: "How to: Create a Grid Element" description: Learn how to create a Grid element, by means of the included code examples in C#, Visual Basic, and XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-multiline-textbox-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-multiline-textbox-control.md index 48a3c0f394..36b563f492 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-multiline-textbox-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-multiline-textbox-control.md @@ -2,6 +2,7 @@ title: "How to: Create a Multiline TextBox Control" description: Learn how to use XAML to define a TextBox control that expands to accommodate multiple lines of text in a Windows Presentation Foundation application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TextBox control [WPF], multiple lines of text" ms.assetid: 05914a93-d0ea-4a9a-b693-09df7d4e2ac2 diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-stackpanel.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-stackpanel.md index be2360df1a..2966f9fa5a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-stackpanel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-stackpanel.md @@ -2,6 +2,7 @@ title: "How to: Create a StackPanel" description: Learn how to create a StackPanel, which allows you to stack elements in a specified direction, via the included example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "StackPanel control [WPF], creating" ms.assetid: e7ce65cb-720a-4bb6-95b6-286b74488a58 diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-style-for-a-dragged-gridview-column-header.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-style-for-a-dragged-gridview-column-header.md index e079915cca..4644f05468 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-style-for-a-dragged-gridview-column-header.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-a-style-for-a-dragged-gridview-column-header.md @@ -2,6 +2,7 @@ title: "How to: Create a Style for a Dragged GridView Column Header" description: Learn how to create a style for a dragged GridView column header, by means of the included code examples in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView controls [WPF], styling" ms.assetid: 0b999645-0313-4b33-80b9-19ece08b5459 diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-an-expander-with-a-scrollviewer.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-an-expander-with-a-scrollviewer.md index 1cc67297ab..73df96bb31 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-an-expander-with-a-scrollviewer.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-an-expander-with-a-scrollviewer.md @@ -2,6 +2,7 @@ title: "How to: Create an Expander with a ScrollViewer" description: Learn how to create an Expander with a ScrollViewer, by means of the included code examples in XAML and C#. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], Expander" - "ScrollViewer control [WPF], with Expander control" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-canvas.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-canvas.md index dd9a03d1bc..c5348a2a28 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-canvas.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-canvas.md @@ -2,6 +2,7 @@ title: "How to: Create and Use a Canvas" description: Learn how to create and use a canvas, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-gridlengthconverter-object.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-gridlengthconverter-object.md index cae82e1f21..478ccdf8df 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-gridlengthconverter-object.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-and-use-a-gridlengthconverter-object.md @@ -2,6 +2,7 @@ title: "How to: Create and Use a GridLengthConverter Object" description: Learn how to create and use a GridLengthConverter object, by means of the included code example in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-apply-template.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-apply-template.md index cdf721cb48..26aef23961 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-apply-template.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-apply-template.md @@ -4,6 +4,7 @@ description: Learn how to create and reference a control template in Windows Pre author: adegeo ms.author: adegeo ms.date: 12/03/2020 +ms.service: dotnet-framework ms.custom: devdivchpfy22 no-loc: ["", "", "", "", "", "", "", "", "", "", "", "", "SizeToContent", "MinWidth", "TargetType", "Title"] ms.topic: how-to diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-listviewitems-with-a-checkbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-listviewitems-with-a-checkbox.md index 5bb748ee3a..9d9f86d23c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-listviewitems-with-a-checkbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-listviewitems-with-a-checkbox.md @@ -2,6 +2,7 @@ title: "How to: Create ListViewItems with a CheckBox" description: Learn how to create ListViewItems with a Checkbox, by means of the two included code examples in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], ListView" - "controls [WPF], CheckBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-simple-or-complex-treeviews.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-simple-or-complex-treeviews.md index 6a3b25c337..402f52bf06 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-create-simple-or-complex-treeviews.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-create-simple-or-complex-treeviews.md @@ -2,6 +2,7 @@ title: "How to: Create Simple or Complex TreeViews" description: Learn how to create simple or complex TreeViews, by means of the six included code examples in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TreeView control [WPF], creating" - "Control class [WPF], TreeView [WPF], creating" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-crop-an-image.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-crop-an-image.md index fd025921ca..aad55baa99 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-crop-an-image.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-crop-an-image.md @@ -2,6 +2,7 @@ title: "How to: Crop an Image" description: Learn how to crop an image by using CroppedBitmap, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-thumb-size-on-a-scrollbar.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-thumb-size-on-a-scrollbar.md index 802aa33dec..8449d53194 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-thumb-size-on-a-scrollbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-thumb-size-on-a-scrollbar.md @@ -2,6 +2,7 @@ title: "How to: Customize the Thumb Size on a ScrollBar" description: Learn how to customize the Thumb Size on a ScrollBar. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "ScrollBar control [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-ticks-on-a-slider.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-ticks-on-a-slider.md index 5398c3721a..396aa539ed 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-ticks-on-a-slider.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-customize-the-ticks-on-a-slider.md @@ -2,6 +2,7 @@ title: "How to: Customize the Ticks on a Slider" description: Learn how to customize ticks on a Slider, or how to create a Slider control that has tick marks, via the included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TickBar [WPF]" - "Slider control [WPF], creating with TickBar" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-define-a-groupbox-template.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-define-a-groupbox-template.md index 1f813cef85..49709136b4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-define-a-groupbox-template.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-define-a-groupbox-template.md @@ -2,6 +2,7 @@ title: "How to: Define a GroupBox Template" description: Learn how to define a GroupBox Template, by means of the included example in XAML. See also how to create a GroupBox. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], GroupBox" - "GroupBox control [WPF], creating templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-detect-when-text-in-a-textbox-has-changed.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-detect-when-text-in-a-textbox-has-changed.md index 59c39f9d2c..4399cb9c8f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-detect-when-text-in-a-textbox-has-changed.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-detect-when-text-in-a-textbox-has-changed.md @@ -2,6 +2,7 @@ title: "How to: Detect When Text in a TextBox Has Changed" description: Learn how to use the TextChanged event to run a method whenever the text in a TextBox control changes in a Windows Presentation Foundation application. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-display-data-by-using-gridviewrowpresenter.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-display-data-by-using-gridviewrowpresenter.md index baff277c69..640fc7f21f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-display-data-by-using-gridviewrowpresenter.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-display-data-by-using-gridviewrowpresenter.md @@ -2,6 +2,7 @@ title: "How to: Display Data by Using GridViewRowPresenter" description: Learn how to display data by using GridViewRowPresenter, by means of the included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "displaying data with GridViewRowPresenter [WPF]" - "GridViewRowPresenter [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-display-listview-contents-by-using-a-gridview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-display-listview-contents-by-using-a-gridview.md index 7f69a8659c..af4a1d8ebd 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-display-listview-contents-by-using-a-gridview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-display-listview-contents-by-using-a-gridview.md @@ -2,6 +2,7 @@ title: "How to: Display ListView Contents by Using a GridView" description: Learn how to display ListView contents by using a GridView, by means of the included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView controls [WPF], displaying contents with GridView" - "GridView [WPF], displaying ListView contents" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-spell-checking-in-a-text-editing-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-spell-checking-in-a-text-editing-control.md index f14e13093a..76cdaa11ea 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-spell-checking-in-a-text-editing-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-spell-checking-in-a-text-editing-control.md @@ -2,6 +2,7 @@ title: "How to: Enable Spell Checking in a Text Editing Control" description: Learn how to enable spell checking in a text editing control, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-tab-characters-in-a-textbox-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-tab-characters-in-a-textbox-control.md index dab94a1a90..f035cc4702 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-tab-characters-in-a-textbox-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-enable-tab-characters-in-a-textbox-control.md @@ -2,6 +2,7 @@ title: "How to: Enable Tab Characters in a TextBox Control" description: Learn how to enable tab characters in a TextBox control, by means of the included code example in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TextBox control [WPF], enabling tab characters" - "tab characters [WPF], enabling" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-extract-the-text-content-from-a-richtextbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-extract-the-text-content-from-a-richtextbox.md index d32c185375..81c637e015 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-extract-the-text-content-from-a-richtextbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-extract-the-text-content-from-a-richtextbox.md @@ -2,6 +2,7 @@ title: "How to: Extract the Text Content from a RichTextBox" description: Learn how to extract the Text Content from a RichTextBox. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-find-a-treeviewitem-in-a-treeview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-find-a-treeviewitem-in-a-treeview.md index 6c7260ddb4..55e7b58946 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-find-a-treeviewitem-in-a-treeview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-find-a-treeviewitem-in-a-treeview.md @@ -2,6 +2,7 @@ title: "How to: Find a TreeViewItem in a TreeView" description: Learn how to find a TreeViewItem in a TreeView, by means of the included code examples in C#, Visual Basic, and XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-find-controltemplate-generated-elements.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-find-controltemplate-generated-elements.md index f6bd4409e8..f43c94c7c1 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-find-controltemplate-generated-elements.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-find-controltemplate-generated-elements.md @@ -2,6 +2,7 @@ title: "How to: Find ControlTemplate-Generated Elements" description: Learn how to find ControlTemplate-generated elements, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-collection-of-lines-from-a-textbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-collection-of-lines-from-a-textbox.md index 0ea42e008f..c99c2ab886 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-collection-of-lines-from-a-textbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-collection-of-lines-from-a-textbox.md @@ -2,6 +2,7 @@ title: "How to: Get a Collection of Lines from a TextBox" description: Learn about how to get a collection of lines from a Textbox, by means of the included code example in C#. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "lines [WPF], getting collection of" - "TextBox control [WPF], getting collection of lines" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-listboxitem.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-listboxitem.md index a495eb8bae..007b2742cf 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-listboxitem.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-a-listboxitem.md @@ -2,6 +2,7 @@ title: "How to: Get a ListBoxItem" description: Learn how to get a ListBoxItem, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-a-dock-value.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-a-dock-value.md index 612df78e0c..02379e9284 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-a-dock-value.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-a-dock-value.md @@ -2,6 +2,7 @@ title: "How to: Get or Set a Dock Value" description: Learn how to get or set a dock value, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-canvas-positioning-properties.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-canvas-positioning-properties.md index 63817a6e1c..9cdcbfe2dd 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-canvas-positioning-properties.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-get-or-set-canvas-positioning-properties.md @@ -2,6 +2,7 @@ title: "How to: Get or Set Canvas Positioning Properties" description: Learn how to get or set Canvas positioning properties, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-group-items-in-a-listview-that-implements-a-gridview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-group-items-in-a-listview-that-implements-a-gridview.md index b1a6b2ef6b..7a88b2c127 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-group-items-in-a-listview-that-implements-a-gridview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-group-items-in-a-listview-that-implements-a-gridview.md @@ -2,6 +2,7 @@ title: "How to: Group Items in a ListView That Implements a GridView" description: Learn how to group items in a ListView that implements a GridView, by means of the included code examples in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView controls [WPF], grouping items with GridViews" - "grouping items in ListViews implementing GridViews [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-group-sort-and-filter-data-in-the-datagrid-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-group-sort-and-filter-data-in-the-datagrid-control.md index 16f03bf8c3..33ea05fb4f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-group-sort-and-filter-data-in-the-datagrid-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-group-sort-and-filter-data-in-the-datagrid-control.md @@ -2,6 +2,7 @@ title: "How to: Group, sort, and filter Data in the DataGrid control" description: Learn how to bind a Windows Presentation Foundation DataGrid control to a CollectionView that supports grouping, sorting, and filtering data in views. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-mousedoubleclick-event-for-each-item-in-a-listview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-mousedoubleclick-event-for-each-item-in-a-listview.md index 4f7734f986..7ac678da8f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-mousedoubleclick-event-for-each-item-in-a-listview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-mousedoubleclick-event-for-each-item-in-a-listview.md @@ -2,6 +2,7 @@ title: "How to: Handle the MouseDoubleClick Event for Each Item in a ListView" description: Learn how to handle the MouseDoubleClick event for each item in a ListView, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md index 0206ccaee4..94bcc7912c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-handle-the-scrollchanged-event.md @@ -2,6 +2,7 @@ title: "How to: Handle the ScrollChanged Event" description: Learn how to handle the ScrollChanged event, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-horizontally-or-vertically-align-content-in-a-stackpanel.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-horizontally-or-vertically-align-content-in-a-stackpanel.md index e71a33d630..36bf8590f3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-horizontally-or-vertically-align-content-in-a-stackpanel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-horizontally-or-vertically-align-content-in-a-stackpanel.md @@ -2,6 +2,7 @@ title: "How to: Horizontally or Vertically Align Content in a StackPanel" description: Learn how to adjust content orientation in a Windows Presentation Foundation StackPanel and the HorizontalAlignment and VerticalAlignment of child content. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-an-adorner.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-an-adorner.md index 7537eade5d..5208ecb8ca 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-an-adorner.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-an-adorner.md @@ -2,6 +2,7 @@ title: "How to: Implement an Adorner" description: Learn about how to implement an adorner, by means of the included code examples in C# and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-validation-with-the-datagrid-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-validation-with-the-datagrid-control.md index eea4b7b9bd..c5ad7200e9 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-validation-with-the-datagrid-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-implement-validation-with-the-datagrid-control.md @@ -2,6 +2,7 @@ title: "How to: Implement Validation with the DataGrid Control" description: Learn how the Windows Presentation Foundation DataGrid control can perform validation at both the cell and row level and provide feedback for validation errors. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-performance-of-a-treeview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-performance-of-a-treeview.md index fbb45c87b7..a0eb286612 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-performance-of-a-treeview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-performance-of-a-treeview.md @@ -2,6 +2,7 @@ title: "How to: Improve the Performance of a TreeView" description: Learn how to improve the performance of a TreeView, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-scrolling-performance-of-a-listbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-scrolling-performance-of-a-listbox.md index 71f054090d..429d43d12b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-scrolling-performance-of-a-listbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-improve-the-scrolling-performance-of-a-listbox.md @@ -2,6 +2,7 @@ title: "How to: Improve the Scrolling Performance of a ListBox" description: Learn how to improve the scrolling performance of a ListBox, by means of the included code examples in XAML, C#, and Visual Basic. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-make-a-textbox-control-read-only.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-make-a-textbox-control-read-only.md index 90e28f5e69..682febbf36 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-make-a-textbox-control-read-only.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-make-a-textbox-control-read-only.md @@ -2,6 +2,7 @@ title: "How to: Make a TextBox Control Read-Only" description: Learn how to configure a TextBox control to be read-only in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "read-only TextBox controls [WPF]" - "TextBox control read-only" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-make-sure-that-a-gridsplitter-is-visible.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-make-sure-that-a-gridsplitter-is-visible.md index e4ba7624ea..401195833d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-make-sure-that-a-gridsplitter-is-visible.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-make-sure-that-a-gridsplitter-is-visible.md @@ -2,6 +2,7 @@ title: "How to: Make Sure That a GridSplitter Is Visible" description: Learn how to prevent a GridSplitter control from being hidden by other controls in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "GridSplitter control [WPF], ensuring visibility of" ms.assetid: 0a62a964-89c8-48f0-9023-5df721a8cf47 diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-override-the-panel-onrender-method.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-override-the-panel-onrender-method.md index 8ea0d23b41..380cfef765 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-override-the-panel-onrender-method.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-override-the-panel-onrender-method.md @@ -2,6 +2,7 @@ title: "How to: Override the Panel OnRender Method" description: Learn how to override the OnRender method of a rendered panel element to add custom graphical effects in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-partition-space-by-using-the-dockpanel-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-partition-space-by-using-the-dockpanel-element.md index 674d53f447..e97e1fb292 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-partition-space-by-using-the-dockpanel-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-partition-space-by-using-the-dockpanel-element.md @@ -2,6 +2,7 @@ title: "How to: Partition Space by Using the DockPanel Element" description: Learn how to partition space by Using the DockPanel element in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-custom-context-menu-in-a-richtextbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-custom-context-menu-in-a-richtextbox.md index 06f2341942..290e22f048 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-custom-context-menu-in-a-richtextbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-custom-context-menu-in-a-richtextbox.md @@ -1,6 +1,7 @@ --- title: "How to: Position a Custom Context Menu in a RichTextBox" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to position a Custom Context Menu in a RichTextBox. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-tooltip.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-tooltip.md index 96d4f4ea66..75af6b111a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-tooltip.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-position-a-tooltip.md @@ -2,6 +2,7 @@ title: "How to: Position a ToolTip" description: Learn how to specify the position of a ToolTip in a Windows Presentation Foundation (WPF) application by using a set of five properties. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md index 6fc670b3a4..13483486d1 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-position-the-child-elements-of-a-grid.md @@ -2,6 +2,7 @@ title: "How to: Position the Child Elements of a Grid" description: Learn how to use the get and set methods that are defined on a Windows Presentation Foundation Grid to position child elements. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-all-adorners-from-an-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-all-adorners-from-an-element.md index 7872beb31b..34d92391b5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-all-adorners-from-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-all-adorners-from-an-element.md @@ -1,6 +1,7 @@ --- title: "How to: Remove all Adorners from an Element" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to remove all Adorners from an Element. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-an-adorner-from-an-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-an-adorner-from-an-element.md index 6cf0c854bd..7ff059b305 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-an-adorner-from-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-remove-an-adorner-from-an-element.md @@ -1,6 +1,7 @@ --- title: "How to: Remove an Adorner from an Element" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to remove an Adorner from an Element. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-a-canvas-by-using-a-thumb.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-a-canvas-by-using-a-thumb.md index a1b3ba6077..ec93798932 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-a-canvas-by-using-a-thumb.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-a-canvas-by-using-a-thumb.md @@ -2,6 +2,7 @@ title: "How to: Resize a Canvas by Using a Thumb" description: Learn how to resize a Canvas control by using a Thumb control in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-columns-with-a-gridsplitter.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-columns-with-a-gridsplitter.md index fba98920c2..d5bc9265d4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-columns-with-a-gridsplitter.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-columns-with-a-gridsplitter.md @@ -2,6 +2,7 @@ title: "How to: Resize Columns with a GridSplitter" description: Learn how to create a vertical GridSplitter control to redistribute the space between two columns in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "grid columns [WPF], resizing" - "GridSplitter control [WPF], resizing grid columns" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-rows-with-a-gridsplitter.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-rows-with-a-gridsplitter.md index e20d37953b..cd845de28f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-rows-with-a-gridsplitter.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-resize-rows-with-a-gridsplitter.md @@ -2,6 +2,7 @@ title: "How to: Resize Rows with a GridSplitter" description: Learn how to create a horizontal GridSplitter control to redistribute the space between two rows in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "resizing grid rows [WPF]" - "grid rows [WPF], resizing" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-retrieve-a-text-selection.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-retrieve-a-text-selection.md index 662e506b7b..32104344fe 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-retrieve-a-text-selection.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-retrieve-a-text-selection.md @@ -1,6 +1,7 @@ --- title: "How to: Retrieve a Text Selection" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to retrieve a Text selection. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-rotate-an-image.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-rotate-an-image.md index e2ae8760b5..6b7d82cbd6 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-rotate-an-image.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-rotate-an-image.md @@ -2,6 +2,7 @@ title: "How to: Rotate an Image" description: Learn how to rotate an image by using the Rotation property of a BitmapImage object in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-save-load-and-print-richtextbox-content.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-save-load-and-print-richtextbox-content.md index 7327478dca..536964a055 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-save-load-and-print-richtextbox-content.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-save-load-and-print-richtextbox-content.md @@ -1,6 +1,7 @@ --- title: "How to: Save, Load, and Print RichTextBox Content" ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 description: Learn how to Save, Load, and Print RichTextBox content. dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-scroll-content-by-using-the-iscrollinfo-interface.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-scroll-content-by-using-the-iscrollinfo-interface.md index 50ae4488f1..0b8cc4dc03 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-scroll-content-by-using-the-iscrollinfo-interface.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-scroll-content-by-using-the-iscrollinfo-interface.md @@ -2,6 +2,7 @@ title: "How to: Scroll Content by Using the IScrollInfo Interface" description: Learn how to scroll content by using the IScrollInfo interface in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-focus-in-a-textbox-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-focus-in-a-textbox-control.md index f0eaaee0ae..9b5da9a45b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-focus-in-a-textbox-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-focus-in-a-textbox-control.md @@ -2,6 +2,7 @@ title: "How to: Set Focus in a TextBox Control" description: Learn how to use the Focus method to set focus on a Windows Presentation Foundation TextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-height-properties-of-an-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-height-properties-of-an-element.md index bb32119212..e7338d86d3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-height-properties-of-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-height-properties-of-an-element.md @@ -2,6 +2,7 @@ title: "How to: Set the Height Properties of an Element" description: Learn how to set the height properties of an element in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-text-content-of-a-textbox-control.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-text-content-of-a-textbox-control.md index 9f12d2379e..0eb52ecffe 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-text-content-of-a-textbox-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-text-content-of-a-textbox-control.md @@ -2,6 +2,7 @@ title: "How to: Set the Text Content of a TextBox Control" description: Learn how to use the Text property to set the initial text contents of a Windows Presentation Foundation TextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-width-properties-of-an-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-width-properties-of-an-element.md index 55ebc666f6..ef6cc7bb87 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-width-properties-of-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-set-the-width-properties-of-an-element.md @@ -2,6 +2,7 @@ title: "How to: Set the Width Properties of an Element" description: Learn how to set the width properties of an element in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-share-sizing-properties-between-grids.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-share-sizing-properties-between-grids.md index d344bf9ce2..e00f6e7b4a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-share-sizing-properties-between-grids.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-share-sizing-properties-between-grids.md @@ -2,6 +2,7 @@ title: "How to: Share Sizing Properties Between Grids" description: Learn how to share the sizing data of columns and rows between Grid elements in a Windows Presentation Foundation (WPF) application to keep sizing consistent. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-sort-a-gridview-column-when-a-header-is-clicked.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-sort-a-gridview-column-when-a-header-is-clicked.md index 4de058bb11..373b827231 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-sort-a-gridview-column-when-a-header-is-clicked.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-sort-a-gridview-column-when-a-header-is-clicked.md @@ -2,6 +2,7 @@ title: "How to: Sort a GridView Column When a Header Is Clicked" description: Learn how to sort the data in a GridView column when a column header is selected in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-specify-a-custom-popup-position.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-specify-a-custom-popup-position.md index 5fee693c29..e16d4168f9 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-specify-a-custom-popup-position.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-specify-a-custom-popup-position.md @@ -2,6 +2,7 @@ title: "How to: Specify a Custom Popup Position" description: Learn how to specify a custom position for a Popup control in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-style-a-row-in-a-listview-that-implements-a-gridview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-style-a-row-in-a-listview-that-implements-a-gridview.md index 39bb416d5f..60829fae29 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-style-a-row-in-a-listview-that-implements-a-gridview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-style-a-row-in-a-listview-that-implements-a-gridview.md @@ -2,6 +2,7 @@ title: "How to: Style a Row in a ListView That Uses a GridView" description: Learn how to specify the style of a row in a ListView control that uses a GridView control in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "GridView controls [WPF], styling rows" - "styling rows in ListViews implementing GridViews [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-style-controls-on-a-toolbar.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-style-controls-on-a-toolbar.md index c782cf7d4e..0051691062 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-style-controls-on-a-toolbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-style-controls-on-a-toolbar.md @@ -2,6 +2,7 @@ title: "How to: Style Controls on a ToolBar" description: Learn how to specify the style of the controls in a ToolBar in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styling controls on toolbar [WPF]" - "toolbars [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-a-custom-context-menu-with-a-textbox.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-a-custom-context-menu-with-a-textbox.md index 685b490c36..d4b34a1836 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-a-custom-context-menu-with-a-textbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-a-custom-context-menu-with-a-textbox.md @@ -2,6 +2,7 @@ title: "How to: Use a Custom Context Menu with a TextBox" description: Learn how to use a Custom Context Menu with a TextBox. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-selectedvalue-selectedvaluepath-and-selecteditem.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-selectedvalue-selectedvaluepath-and-selecteditem.md index a36e485f3a..fe2b891238 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-selectedvalue-selectedvaluepath-and-selecteditem.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-selectedvalue-selectedvaluepath-and-selecteditem.md @@ -2,6 +2,7 @@ title: "How to: Use SelectedValue, SelectedValuePath, and SelectedItem" description: Learn how to use the SelectedValue and SelectedValuePath properties to specify a value for the SelectedItem of a Windows Presentation Foundation TreeView. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TreeView control [WPF], SelectedValue properties" - "Control class [WPF], SelectedItem properties" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-spell-checking-with-a-context-menu.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-spell-checking-with-a-context-menu.md index 9374e3e323..630cd6c74b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-spell-checking-with-a-context-menu.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-spell-checking-with-a-context-menu.md @@ -2,6 +2,7 @@ title: "How to: Use Spell Checking with a Context Menu" description: Learn how to use Spell Checking with a Context Menu. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-templates-to-style-a-listview-that-uses-gridview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-templates-to-style-a-listview-that-uses-gridview.md index f92f5cfc8f..5e6f4b71cf 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-templates-to-style-a-listview-that-uses-gridview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-templates-to-style-a-listview-that-uses-gridview.md @@ -2,6 +2,7 @@ title: "How to: Use Templates to Style a ListView That Uses GridView" description: Learn how to use templates to specify the style of a ListView control that uses a GridView view mode in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView controls [WPF], styling" ms.assetid: 94bf964b-96c8-4bdf-a0c3-f5271b7cb565 diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-attached-properties-of-canvas-to-position-child-elements.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-attached-properties-of-canvas-to-position-child-elements.md index 55901c6707..79132e2e0d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-attached-properties-of-canvas-to-position-child-elements.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-attached-properties-of-canvas-to-position-child-elements.md @@ -2,6 +2,7 @@ title: "How to: Use the Attached Properties of Canvas to Position Child Elements" description: Learn how to use the attached properties of a Canvas element to position its child elements in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-betweenshowdelay-property.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-betweenshowdelay-property.md index 2a8d4d3d80..cedb8dd40e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-betweenshowdelay-property.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-betweenshowdelay-property.md @@ -2,6 +2,7 @@ title: "How to: Use the BetweenShowDelay Property" description: Learn how to use the BetweenShowDelay property in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ToolTip control [WPF], BetweenShowDelay time property" - "BetweenShowDelay time property [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-content-scrolling-methods-of-scrollviewer.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-content-scrolling-methods-of-scrollviewer.md index ce91928e11..fd9af585ec 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-content-scrolling-methods-of-scrollviewer.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-content-scrolling-methods-of-scrollviewer.md @@ -2,6 +2,7 @@ title: "How to: Use the Content-Scrolling Methods of ScrollViewer" description: Learn how to use the content-scrolling methods of a ScrollViewer element in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-image-element.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-image-element.md index c6c91dd0d5..c3c767e9b4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-image-element.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-the-image-element.md @@ -2,6 +2,7 @@ title: "How to: Use the Image Element" description: Learn how to use the Image Element. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-triggers-to-style-selected-items-in-a-listview.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-triggers-to-style-selected-items-in-a-listview.md index 9055d44339..b128132d8f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-use-triggers-to-style-selected-items-in-a-listview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-use-triggers-to-style-selected-items-in-a-listview.md @@ -2,6 +2,7 @@ title: "How to: Use Triggers to Style Selected Items in a ListView" description: Learn how to use triggers to style selected items in a ListView control in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ListView controls [WPF], styling" ms.assetid: 1e2bdce0-afe8-4507-9b18-f33de43de25a diff --git a/dotnet-desktop-guide/framework/wpf/controls/how-to-wrap-a-border-around-the-content-of-a-canvas.md b/dotnet-desktop-guide/framework/wpf/controls/how-to-wrap-a-border-around-the-content-of-a-canvas.md index 2ec3fb7375..2057fb498a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/how-to-wrap-a-border-around-the-content-of-a-canvas.md +++ b/dotnet-desktop-guide/framework/wpf/controls/how-to-wrap-a-border-around-the-content-of-a-canvas.md @@ -2,6 +2,7 @@ title: "How to: Wrap a Border Around the Content of a Canvas" description: Learn how to wrap a border around the content of a Canvas element in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], Canvas" - "controls [WPF], Border" diff --git a/dotnet-desktop-guide/framework/wpf/controls/image-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/image-how-to-topics.md index 54c9ecffee..778f80c224 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/image-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/image-how-to-topics.md @@ -2,6 +2,7 @@ title: "Image How-to Topics" description: Learn how to us the Image element to manipulate bitmap images in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/image.md b/dotnet-desktop-guide/framework/wpf/controls/image.md index b4ec5368df..1e4d556d06 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/image.md +++ b/dotnet-desktop-guide/framework/wpf/controls/image.md @@ -2,6 +2,7 @@ title: "Image" description: Learn how to us the Image element to display and manipulate bitmap images in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/index.md b/dotnet-desktop-guide/framework/wpf/controls/index.md index cb27418923..f13496958f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/index.md +++ b/dotnet-desktop-guide/framework/wpf/controls/index.md @@ -2,6 +2,7 @@ title: "Controls" description: Learn about Windows Presentation Foundation common UI components, referred to as controls, but which might not inherit from the Control class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/label-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/label-styles-and-templates.md index b9965b665c..e1735c4881 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/label-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/label-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Label Styles and Templates" description: Learn how to us the Image element to manipulate bitmap images in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "templates [WPF], Label" - "parts [WPF], Label" diff --git a/dotnet-desktop-guide/framework/wpf/controls/label.md b/dotnet-desktop-guide/framework/wpf/controls/label.md index 8226bf12c0..802a6a7b73 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/label.md +++ b/dotnet-desktop-guide/framework/wpf/controls/label.md @@ -2,6 +2,7 @@ title: "Label" description: Learn how to us the Image element to manipulate bitmap images in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/listbox-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/listbox-how-to-topics.md index febbf6d141..59c428af45 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listbox-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listbox-how-to-topics.md @@ -2,6 +2,7 @@ title: "ListBox How-to Topics" description: Learn how to use the ListBox control to display selectable lists of items in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/listbox-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/listbox-styles-and-templates.md index 0dfd2407b9..fa76de52f7 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listbox-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listbox-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ListBox Styles and Templates" description: Learn about the styles and templates of the ListBox control in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styles [WPF], ListBox" - "templates [WPF], ListBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/listbox.md b/dotnet-desktop-guide/framework/wpf/controls/listbox.md index 97d16fabb1..af45e7f3c5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listbox.md @@ -2,6 +2,7 @@ title: "ListBox" description: Learn about the ListBox control in Windows Presentation Foundation (WPF), which provides users with a selectable lists of items. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/listview-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/listview-how-to-topics.md index d3d01a9b17..72e433d1f4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listview-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listview-how-to-topics.md @@ -2,6 +2,7 @@ title: "ListView How-to Topics" description: Learn how to use the ListView control to display a set of data items in a Windows Presentation Foundation (WPF) application. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/listview-overview.md b/dotnet-desktop-guide/framework/wpf/controls/listview-overview.md index a4130b3a84..8f86378bcf 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listview-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listview-overview.md @@ -2,6 +2,7 @@ title: "ListView Overview" description: Learn about the Windows Presentation Foundation ListView control, which provides the infrastructure to display data items in different layouts or views. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/listview-overviews.md b/dotnet-desktop-guide/framework/wpf/controls/listview-overviews.md index dd03c575e5..e94487c68c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listview-overviews.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listview-overviews.md @@ -2,6 +2,7 @@ title: "ListView Overviews" description: Learn about the ListView control in Windows Presentation Foundation (WPF), which allows users to displays data items in different layouts or views. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md index baa2e36d9d..f9f8d1d80f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ListView Styles and Templates" description: Review a list of topics describing the styles and templates available for use with ListView control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parts [WPF], ListView" - "states [WPF], ListView" diff --git a/dotnet-desktop-guide/framework/wpf/controls/listview.md b/dotnet-desktop-guide/framework/wpf/controls/listview.md index 1ab17ef303..fc0b722b0c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listview.md @@ -2,6 +2,7 @@ title: "ListView" description: Learn about the ListView control in Windows Presentation Foundation (WPF), which allows users to displays data items in different layouts or views. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md index 9854b8fbd6..59b5512bd5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md +++ b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md @@ -2,6 +2,7 @@ title: "How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections" description: Learn how to use methods in the ColumnDefinitionCollection and RowDefinitionCollection classes to perform actions like adding, clearing, or counting contents. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md b/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md index f8ab0c7c44..acda216b38 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md @@ -2,6 +2,7 @@ title: "Menu Overview" description: Learn how the Menu class enables you to organize elements associated with commands and event handlers in a hierarchical order. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Menu control [WPF]" - "controls [WPF], Menu" diff --git a/dotnet-desktop-guide/framework/wpf/controls/menu-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/menu-styles-and-templates.md index 0d1c023d1a..5470f2dc70 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/menu-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/menu-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Menu Styles and Templates" description: Learn about styles and templates for the Windows Presentation Foundation the Menu control. Modify the ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styles [WPF], Menu" - "ControlTemplate [WPF], Menu" diff --git a/dotnet-desktop-guide/framework/wpf/controls/menu.md b/dotnet-desktop-guide/framework/wpf/controls/menu.md index d55f34e889..37e164d5d2 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/menu.md +++ b/dotnet-desktop-guide/framework/wpf/controls/menu.md @@ -2,6 +2,7 @@ title: "Menu" description: Learn how to use a Menu control allowing the hierarchical organization of elements associated with commands or event handlers. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md index c1e07acde4..a59cb230cd 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md @@ -2,6 +2,7 @@ title: "NavigationWindow Styles and Templates" description: Learn about styles and templates for the NavigationWindow control including tutorials and code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "states [WPF], NavigationWindow" - "NavigationWindow [WPF], styles and templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md index da9acf7ef5..d0e4e931d2 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md @@ -2,6 +2,7 @@ title: "Panel How-to Topics" description: Review a list of Panel how-to topics about how to use the Panel element and related APIs in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/panel.md b/dotnet-desktop-guide/framework/wpf/controls/panel.md index bac6adb3f7..c14c13bc8e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/panel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/panel.md @@ -2,6 +2,7 @@ title: "Panel" description: Learn about Panel, it is the base class for all elements that support application layout in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/panels-overview.md b/dotnet-desktop-guide/framework/wpf/controls/panels-overview.md index e4523ff18f..c835223f0d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/panels-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/panels-overview.md @@ -2,6 +2,7 @@ title: "Panels Overview" description: Windows Presentation Foundation provides predefined Panel elements that control the rendering of elements. Learn how to construct custom Panel elements. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md index 515ba16172..54adb6f327 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md @@ -2,6 +2,7 @@ title: "PasswordBox Styles and Templates" description: Learn about the styles and templates for the PasswordBox control in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styles [WPF], PasswordBox" - "templates [WPF], PasswordBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md b/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md index 59fd970313..3f07319ce7 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md @@ -2,6 +2,7 @@ title: "PasswordBox" description: Learn how to use PasswordBox to input sensitive or private information in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md index a42e084fc6..758677aa14 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md @@ -2,6 +2,7 @@ title: "Popup How-to Topics" description: Review the Popup how-to topics describing how to use the Popup control to display content in a separate window that floats over the current application window. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup-overview.md b/dotnet-desktop-guide/framework/wpf/controls/popup-overview.md index 34394320af..24d8e5df38 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup-overview.md @@ -2,6 +2,7 @@ title: "Popup Overview" description: Learn about the Windows Presentation Foundation Popup control, which provides a way to display content in a window that floats over the current application. ms.date: "07/14/2021" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], Popup" - "Popup control [WPF], about Popup control" diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md b/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md index 70366597ed..7029d6a25d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md @@ -2,6 +2,7 @@ title: "Popup Placement Behavior" description: Learn how to specify the position of a Windows Presentation Foundation Popup relative to a control, the mouse, or the screen by using properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "popups [WPF]" - "Popup control [WPF], placing" diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup.md b/dotnet-desktop-guide/framework/wpf/controls/popup.md index 8ed4439275..47e27479b4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup.md @@ -2,6 +2,7 @@ title: "Popup" description: Learn how to use the Popup control to display content in a separate window that floats over the current application window. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/position-the-cursor-at-the-beginning-or-end-of-text.md b/dotnet-desktop-guide/framework/wpf/controls/position-the-cursor-at-the-beginning-or-end-of-text.md index 885cde694e..6f39799fc9 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/position-the-cursor-at-the-beginning-or-end-of-text.md +++ b/dotnet-desktop-guide/framework/wpf/controls/position-the-cursor-at-the-beginning-or-end-of-text.md @@ -2,6 +2,7 @@ title: "How to: Position the Cursor at the Beginning or End of Text in a TextBox Control" description: Learn how to position the cursor at the beginning or end of the text contents of a Windows Presentation Foundation TextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/printdialog.md b/dotnet-desktop-guide/framework/wpf/controls/printdialog.md index 8ca9cc4e7d..ea1abec529 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/printdialog.md +++ b/dotnet-desktop-guide/framework/wpf/controls/printdialog.md @@ -2,6 +2,7 @@ title: "PrintDialog" description: Learn how the PrintDialog control is used to instantiate a standard print dialog box that automatically configures a PrintTicket and PrintQueue. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md index 8ad33f3913..926c6841cc 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ProgressBar Styles and Templates" description: Learn about the styles and templates for the ProgressBar control allowing you to modify the default ControlTemplate and give it a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parts [WPF], ProgressBar" - "ProgressBar [WPF], styles and templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/progressbar.md b/dotnet-desktop-guide/framework/wpf/controls/progressbar.md index 9cf8beea73..ee493ed48e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/progressbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/progressbar.md @@ -2,6 +2,7 @@ title: "ProgressBar" description: The ProgressBar control consists of a window that fills with the system highlight color as an operation progresses indicating the progress of an operation. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md index 2b04a01d1c..5da50780c4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md @@ -2,6 +2,7 @@ title: "RadioButton Styles and Templates" description: Learn about the styles and templates for the RadioButton control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styles [WPF], RadioButton" - "RadioButton [WPF], styles and templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md b/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md index 3e2f8dab24..b2ae56a3cf 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md +++ b/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md @@ -2,6 +2,7 @@ title: "RadioButton" description: Learn how RadioButton controls are usually grouped together to offer users a single choice among several options. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md index 43fe046723..f5fdd30e5e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md @@ -2,6 +2,7 @@ title: "RepeatButton Styles and Templates" description: Learn how the the styles and templates for the RepeatButton control allow you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "RepeatButton [WPF], styles and templates" - "styles [WPF], RepeatButton" diff --git a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md index 447c763d46..dabc11e52f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md +++ b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md @@ -2,6 +2,7 @@ title: "RepeatButton" description: Learn about how the RepeatButton elements give you control over when and how the Click event occurs. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md index 871e62c826..d59fc8bd15 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md @@ -2,6 +2,7 @@ title: "RichTextBox How-to Topics" description: Review the RichTextBox how-to topics providing examples that demonstrate how to accomplish common tasks using the RichTextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md index 160bb8284f..cb89435f6e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md @@ -2,6 +2,7 @@ title: "RichTextBox Overview" description: Learn how the Windows Presentation Foundation RichTextBox control lets users display or edit content like text, images, and tables. See XAML and C# examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md b/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md index 4b94079949..10fd2bf040 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md @@ -2,6 +2,7 @@ title: "RichTextBox" description: The RichTextBox element defines an editing control with built-in support for features such as cut and paste, rich document presentation, and content selection. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md index 415abe25e0..85df5c3558 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ScrollBar Styles and Templates" description: Learn about the the styles and templates for the ScrollBar control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "styles [WPF], ScrollBar" - "ControlTemplate [WPF], ScrollBar" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md b/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md index 5b2d7a1a2b..3cb8f3c486 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md @@ -2,6 +2,7 @@ title: "ScrollBar" description: Learn how a ScrollBar allows you to view content that is outside of the current viewing area by sliding the Thumb to make the content visible. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md index 370ba779aa..6723fa5830 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md @@ -2,6 +2,7 @@ title: "ScrollViewer How-to Topics" description: Review a list of ScrollViewer how-to topics demonstrating how to use the ScrollViewer element to create scrollable regions in your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-overview.md b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-overview.md index 87c5079264..cf6abd1a8e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-overview.md @@ -2,6 +2,7 @@ title: "ScrollViewer Overview" description: Learn about the ScrollViewer control, which enables scrolling of content in Windows Presentation Foundation applications. See usage examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md index 9059fce529..df1a72a02e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ScrollViewer Styles and Templates" description: Learn about the styles and templates for the ScrollViewer control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parts [WPF], ScrollViewer" - "states [WPF], ScrollViewer" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md index b1c4f3e2cf..1d1f2bf44e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md @@ -2,6 +2,7 @@ title: "ScrollViewer" description: Learn how the ScrollViewer control creates a scrollable region at which point content can be scrolled horizontally or vertically. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/separator.md b/dotnet-desktop-guide/framework/wpf/controls/separator.md index 473ee654ed..e4bb6c8c07 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/separator.md +++ b/dotnet-desktop-guide/framework/wpf/controls/separator.md @@ -2,6 +2,7 @@ title: "Separator" description: Learn how to use a Separator control to draw a horizontal or vertical line between items in controls. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/sizing-options-in-the-datagrid-control.md b/dotnet-desktop-guide/framework/wpf/controls/sizing-options-in-the-datagrid-control.md index cc360b0fab..4b2f115465 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/sizing-options-in-the-datagrid-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/sizing-options-in-the-datagrid-control.md @@ -2,6 +2,7 @@ title: "Sizing Options in the DataGrid Control" description: Learn how to set individual rows and columns in the Windows Presentation Foundation DataGrid control to size to their contents or to specific values. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "DataGrid control [WPF], sizing" - "size [WPF], DataGrid" diff --git a/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md index 3bc52ce48d..1c04dab97b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Slider Styles and Templates" description: Learn about the styles and templates for the Slider control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parts [WPF], Slider" - "states [WPF], Slider" diff --git a/dotnet-desktop-guide/framework/wpf/controls/slider.md b/dotnet-desktop-guide/framework/wpf/controls/slider.md index 8ea504031e..2c0379f778 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/slider.md +++ b/dotnet-desktop-guide/framework/wpf/controls/slider.md @@ -2,6 +2,7 @@ title: "Slider" description: Learn how the Slider allows you select from a range of values by moving a Thumb along a Track. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/stackpanel-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/stackpanel-how-to-topics.md index 289cdd9475..486ff8c38f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/stackpanel-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/stackpanel-how-to-topics.md @@ -2,6 +2,7 @@ title: "StackPanel How-to Topics" description: Review a list of StackPanel how-to topics describing how to use the StackPanel element to stack content horizontally or vertically. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/stackpanel.md b/dotnet-desktop-guide/framework/wpf/controls/stackpanel.md index 22fcf2d0ca..e1f1e23d96 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/stackpanel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/stackpanel.md @@ -2,6 +2,7 @@ title: "StackPanel" description: Learn how to use the StackPanel element to stack child elements horizontally or vertically in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/statusbar-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/statusbar-styles-and-templates.md index 6af3e9700c..53dc0ebea0 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/statusbar-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/statusbar-styles-and-templates.md @@ -2,6 +2,7 @@ title: "StatusBar Styles and Templates" description: Learn about the StatusBar Styles and Templates. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "ControlTemplate [WPF], StatusBar" diff --git a/dotnet-desktop-guide/framework/wpf/controls/statusbar.md b/dotnet-desktop-guide/framework/wpf/controls/statusbar.md index 6993f474ab..198020999b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/statusbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/statusbar.md @@ -2,6 +2,7 @@ title: "StatusBar" description: Learn how to use a StatusBar to display status information in a horizontal bar in an application window. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/styles-and-templates.md index ee467ee6fb..a9e1326820 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/styles-and-templates.md @@ -2,6 +2,7 @@ title: "Styles and Templates" description: Learn about the suite of features that allow an application, document, or user interface (UI) designer to create visually compelling applications in WPF. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutogeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/styles-templates-overview.md b/dotnet-desktop-guide/framework/wpf/controls/styles-templates-overview.md index f400956e4e..69eb75a566 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/styles-templates-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/styles-templates-overview.md @@ -4,6 +4,7 @@ description: Learn about XAML resources in Windows Presentation Foundation (WPF) author: adegeo ms.author: adegeo ms.date: 09/09/2019 +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/tabcontrol-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/tabcontrol-styles-and-templates.md index d6c642b361..eaaa9d8615 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/tabcontrol-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/tabcontrol-styles-and-templates.md @@ -2,6 +2,7 @@ title: "TabControl Styles and Templates" description: Learn about the styles and templates for the TabControl control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ControlTemplate [WPF], TabControl" - "TabControl [WPF], styles and templates [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/tabcontrol.md b/dotnet-desktop-guide/framework/wpf/controls/tabcontrol.md index 8df1c377a2..24a32b3fac 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/tabcontrol.md +++ b/dotnet-desktop-guide/framework/wpf/controls/tabcontrol.md @@ -2,6 +2,7 @@ title: "TabControl" description: Learn how to use TabControl elements to display content on distinct pages accessed by selecting the appropriate tab. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/textblock-overview.md b/dotnet-desktop-guide/framework/wpf/controls/textblock-overview.md index 471551940c..6d6baef6ac 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/textblock-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/textblock-overview.md @@ -2,6 +2,7 @@ title: "TextBlock Overview" description: Overview of how the TextBlock control provides flexible text support for UI scenarios that do not require more than one paragraph of text. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/textblock.md b/dotnet-desktop-guide/framework/wpf/controls/textblock.md index f1e673e1b7..11b5c04253 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/textblock.md +++ b/dotnet-desktop-guide/framework/wpf/controls/textblock.md @@ -2,6 +2,7 @@ title: "TextBlock" description: Learn how to use the TextBlock control to provide flexible text support for UI scenarios that do not require more than one paragraph of text. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/textbox-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/textbox-how-to-topics.md index 94b38de240..9395e8b396 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/textbox-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/textbox-how-to-topics.md @@ -2,6 +2,7 @@ title: "TextBox How-to Topics" description: Review a list of TextBox how-to topics demonstrating how to accomplish common tasks using the TextBox control. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/textbox-overview.md b/dotnet-desktop-guide/framework/wpf/controls/textbox-overview.md index 91ec3b2df6..63628e27d5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/textbox-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/textbox-overview.md @@ -2,6 +2,7 @@ title: "TextBox Overview" description: Overview of how the TextBox class enables you to display or edit unformatted text in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], TextBox" - "TextBox control [WPF], about TextBox control" diff --git a/dotnet-desktop-guide/framework/wpf/controls/textbox-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/textbox-styles-and-templates.md index cae32355bc..d0a24c3427 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/textbox-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/textbox-styles-and-templates.md @@ -2,6 +2,7 @@ title: "TextBox Styles and Templates" description: Learn about styles and templates for the Windows Presentation Foundation TextBox control. Modify the ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ControlTemplate [WPF], TextBox" - "parts [WPF], TextBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/textbox.md b/dotnet-desktop-guide/framework/wpf/controls/textbox.md index c6b12655c9..1c55ec2aac 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/textbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/textbox.md @@ -2,6 +2,7 @@ title: "TextBox" description: Learn how to use the TextBox control to provide support for basic text input in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/thumb-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/thumb-styles-and-templates.md index bd7892dbb2..e75dd81782 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/thumb-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/thumb-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Thumb Styles and Templates" description: Learn about the styles and templates for the Thumb control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "states [WPF], Thumb" - "styles [WPF], Thumb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/togglebutton-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/togglebutton-styles-and-templates.md index c20b5ce91b..7a1cfe8bc5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/togglebutton-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/togglebutton-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ToggleButton Styles and Templates" description: Learn about the styles and templates for the ToggleButton control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "states [WPF], ToggleButton" - "ToggleButton [WPF], styles and templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/toolbar-overview.md b/dotnet-desktop-guide/framework/wpf/controls/toolbar-overview.md index 319fb7e8aa..becf01eb1e 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/toolbar-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/toolbar-overview.md @@ -2,6 +2,7 @@ title: "ToolBar Overview" description: Overview of how ToolBar controls are containers for a group of commands or controls which are typically related in their function. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "controls [WPF], ToolBar" - "ToolBar control [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/toolbar-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/toolbar-styles-and-templates.md index cda77d4303..9a55f1d5cf 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/toolbar-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/toolbar-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ToolBar Styles and Templates" description: Learn about the styles and templates for the ToolBar control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "states [WPF], ToolBar" - "styles [WPF], ToolBar" diff --git a/dotnet-desktop-guide/framework/wpf/controls/toolbar.md b/dotnet-desktop-guide/framework/wpf/controls/toolbar.md index 86513883df..cc21a0eddb 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/toolbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/toolbar.md @@ -2,6 +2,7 @@ title: "ToolBar" description: Learn about how the ToolBar control is a container for a group of commands or controls that are typically related in their function. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/tooltip-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/tooltip-how-to-topics.md index 5284e74e1b..7d04fca8eb 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/tooltip-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/tooltip-how-to-topics.md @@ -2,6 +2,7 @@ title: "ToolTip How-to Topics" description: Review a list of ToolTip how-to topics describing various ways to use ToolTip in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/tooltip-overview.md b/dotnet-desktop-guide/framework/wpf/controls/tooltip-overview.md index 00ed5171e5..63914352c0 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/tooltip-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/tooltip-overview.md @@ -2,6 +2,7 @@ title: "ToolTip Overview" description: Overview that introduces how to create and customize tooltip content in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/tooltip-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/tooltip-styles-and-templates.md index 697a07b7ae..c42a716a51 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/tooltip-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/tooltip-styles-and-templates.md @@ -2,6 +2,7 @@ title: "ToolTip Styles and Templates" description: Learn about the the styles and templates for the ToolTip control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parts [WPF], ToolTip" - "styles [WPF], ToolTip" diff --git a/dotnet-desktop-guide/framework/wpf/controls/tooltip.md b/dotnet-desktop-guide/framework/wpf/controls/tooltip.md index 7e33caa6cf..b0c35278ee 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/tooltip.md +++ b/dotnet-desktop-guide/framework/wpf/controls/tooltip.md @@ -2,6 +2,7 @@ title: "ToolTip" description: Learn about ToolTip, a small pop-up window that appears when a user pauses the mouse pointer over an element. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/treeview-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/treeview-how-to-topics.md index 17b671c301..8b9b1714f5 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/treeview-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/treeview-how-to-topics.md @@ -2,6 +2,7 @@ title: "TreeView How-to Topics" description: Review a list of TreeView how-to topics describing how to use the TreeView control to display information in a hierarchical structure. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/treeview-overview.md b/dotnet-desktop-guide/framework/wpf/controls/treeview-overview.md index ed74291421..3aaa52f5e0 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/treeview-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/treeview-overview.md @@ -2,6 +2,7 @@ title: "TreeView Overview" description: Learn how the Windows Presentation Foundation TreeView control displays information in a hierarchical structure by using nodes, including simple examples. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "expanding node [WPF]" - "TreeView control [WPF], about TreeView control" diff --git a/dotnet-desktop-guide/framework/wpf/controls/treeview-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/treeview-styles-and-templates.md index 52572a9b3b..4a4a0de637 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/treeview-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/treeview-styles-and-templates.md @@ -2,6 +2,7 @@ title: "TreeView Styles and Templates" description: Learn about the styles and templates for the TreeView control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ControlTemplate [WPF], TreeView" - "templates [WPF], TreeView" diff --git a/dotnet-desktop-guide/framework/wpf/controls/treeview.md b/dotnet-desktop-guide/framework/wpf/controls/treeview.md index d465267c91..2c890d237c 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/treeview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/treeview.md @@ -2,6 +2,7 @@ title: "TreeView" description: Learn how the TreeView control displays information in a hierarchical structure by using collapsible nodes. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/ui-automation-of-a-wpf-custom-control.md b/dotnet-desktop-guide/framework/wpf/controls/ui-automation-of-a-wpf-custom-control.md index d2df3ab74b..f31bf9b67f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/ui-automation-of-a-wpf-custom-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/ui-automation-of-a-wpf-custom-control.md @@ -2,6 +2,7 @@ title: "UI Automation of a Custom Control" description: Learn how to implement a server-side UI Automation provider for a custom control that runs in a WPF application. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/viewbox.md b/dotnet-desktop-guide/framework/wpf/controls/viewbox.md index 05f6945382..fe6e58d0a4 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/viewbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/viewbox.md @@ -2,6 +2,7 @@ title: "Viewbox" description: Learn how the Viewbox control is used to stretch or scale a child element in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-microsoft-expression-blend.md b/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-microsoft-expression-blend.md index 37f8fab85f..5d00afcad3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-microsoft-expression-blend.md +++ b/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-microsoft-expression-blend.md @@ -2,6 +2,7 @@ title: "Walkthrough: Create a Button by Using Microsoft Expression Blend" description: Walkthrough the steps used to create a Windows Presentation Foundation (WPF) customized button using Microsoft Expression Blend. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "buttons [WPF]" - "converting [WPF], shape to button" diff --git a/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-xaml.md b/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-xaml.md index 1b06fde9c6..1f9514a60a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/controls/walkthrough-create-a-button-by-using-xaml.md @@ -2,6 +2,7 @@ title: "Walkthrough: Create a Button by Using XAML" description: Use this walkthrough to learn how to create an animated button for use in a Windows Presentation Foundation application using XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "buttons [WPF]" ms.assetid: 138c41c4-1759-4bbf-8d77-77031a06a8a0 diff --git a/dotnet-desktop-guide/framework/wpf/controls/walkthrough-display-data-from-a-sql-server-database-in-a-datagrid-control.md b/dotnet-desktop-guide/framework/wpf/controls/walkthrough-display-data-from-a-sql-server-database-in-a-datagrid-control.md index 7d62ee64a2..d93b9a23cb 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/walkthrough-display-data-from-a-sql-server-database-in-a-datagrid-control.md +++ b/dotnet-desktop-guide/framework/wpf/controls/walkthrough-display-data-from-a-sql-server-database-in-a-datagrid-control.md @@ -2,6 +2,7 @@ title: "Walkthrough: Display Data from a SQL Server Database in a DataGrid Control" description: Learn how to get data from a SQL Server database and display it in a Windows Presentation Foundation DataGrid control by using this walkthrough. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/controls/walkthroughs-create-a-custom-animated-button.md b/dotnet-desktop-guide/framework/wpf/controls/walkthroughs-create-a-custom-animated-button.md index ce574da48d..213f9f9b50 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/walkthroughs-create-a-custom-animated-button.md +++ b/dotnet-desktop-guide/framework/wpf/controls/walkthroughs-create-a-custom-animated-button.md @@ -2,6 +2,7 @@ title: "Walkthroughs: Create a Custom Animated Button" description: A walkthrough about how to create a custom animated button using a style and template so you can apply this custom button easily to any buttons in your application. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "custom animated buttons [WPF]" - "buttons [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/window-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/window-styles-and-templates.md index f59b472841..0f143d8a45 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/window-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/window-styles-and-templates.md @@ -2,6 +2,7 @@ title: "Window Styles and Templates" description: Learn about the styles and templates for the Window control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "parts [WPF], Window" - "templates [WPF], Window" diff --git a/dotnet-desktop-guide/framework/wpf/controls/wpf-content-model.md b/dotnet-desktop-guide/framework/wpf/controls/wpf-content-model.md index 7c79172d18..e41c86b591 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/wpf-content-model.md +++ b/dotnet-desktop-guide/framework/wpf/controls/wpf-content-model.md @@ -2,6 +2,7 @@ title: "Content Model" description: Review a summary of the content model for WPF control and control-like types describing what content can be used in a control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "UIElement class [WPF], displaying content" - "content model [WPF], controls" diff --git a/dotnet-desktop-guide/framework/wpf/controls/wrappanel.md b/dotnet-desktop-guide/framework/wpf/controls/wrappanel.md index 20d07db12a..47d65bdd95 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/wrappanel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/wrappanel.md @@ -2,6 +2,7 @@ title: "WrapPanel" description: The WrapPanel element positions child elements in sequential position from left to right, breaking content to the next line at the edge of its containing box. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/data/attribute-xelement-dynamic-property.md b/dotnet-desktop-guide/framework/wpf/data/attribute-xelement-dynamic-property.md index 8d45b57164..aa70cb8297 100644 --- a/dotnet-desktop-guide/framework/wpf/data/attribute-xelement-dynamic-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/attribute-xelement-dynamic-property.md @@ -2,6 +2,7 @@ title: Attribute (XElement dynamic property) description: Learn how the XElement.Attribute property uses an indexer to retrieve the attribute instance that corresponds to the specified expanded name. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference --- # Attribute (XElement dynamic property) diff --git a/dotnet-desktop-guide/framework/wpf/data/binding-declarations-overview.md b/dotnet-desktop-guide/framework/wpf/data/binding-declarations-overview.md index 324b5aa326..86892ae133 100644 --- a/dotnet-desktop-guide/framework/wpf/data/binding-declarations-overview.md +++ b/dotnet-desktop-guide/framework/wpf/data/binding-declarations-overview.md @@ -2,6 +2,7 @@ title: "Binding Declarations Overview" description: Learn how to declare a binding in XAML for your application development in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/binding-sources-overview.md b/dotnet-desktop-guide/framework/wpf/data/binding-sources-overview.md index 3d76a46747..11f1759223 100644 --- a/dotnet-desktop-guide/framework/wpf/data/binding-sources-overview.md +++ b/dotnet-desktop-guide/framework/wpf/data/binding-sources-overview.md @@ -2,6 +2,7 @@ title: "Binding Sources Overview" description: Discover the types of objects you can use as the binding source for your applications in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "binding data [WPF], binding sources" - "data binding [WPF], binding source" diff --git a/dotnet-desktop-guide/framework/wpf/data/data-binding-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/data/data-binding-how-to-topics.md index ae34cdbae6..466b8a77ee 100644 --- a/dotnet-desktop-guide/framework/wpf/data/data-binding-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/data/data-binding-how-to-topics.md @@ -2,6 +2,7 @@ title: How-to articles for data binding description: Review a list of data binding how-to topics describing how to use data binding to bind elements to data from a variety of data sources. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/data/data-binding-overview.md b/dotnet-desktop-guide/framework/wpf/data/data-binding-overview.md index 60cdd00923..0c66207c85 100644 --- a/dotnet-desktop-guide/framework/wpf/data/data-binding-overview.md +++ b/dotnet-desktop-guide/framework/wpf/data/data-binding-overview.md @@ -3,6 +3,7 @@ title: Data binding overview description: Learn about the different data sources you can add to your project in Windows Presentation Foundation for .NET Framework. Data sources can be bound to XAML elements to create dynamic apps. author: adegeo ms.date: 12/03/2020 +ms.service: dotnet-framework ms.author: adegeo ms.topic: overview dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/data/data-templating-overview.md b/dotnet-desktop-guide/framework/wpf/data/data-templating-overview.md index 6e5aa2fc96..82ee87aab1 100644 --- a/dotnet-desktop-guide/framework/wpf/data/data-templating-overview.md +++ b/dotnet-desktop-guide/framework/wpf/data/data-templating-overview.md @@ -2,6 +2,7 @@ title: "Data Templating Overview" description: Explore the data templating model flexibility that define the presentation of your data in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/descendants-xelement-dynamic-property.md b/dotnet-desktop-guide/framework/wpf/data/descendants-xelement-dynamic-property.md index 40af35692e..b0869c3b26 100644 --- a/dotnet-desktop-guide/framework/wpf/data/descendants-xelement-dynamic-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/descendants-xelement-dynamic-property.md @@ -2,6 +2,7 @@ title: Descendants (XElement dynamic property) description: Learn how the XElement.Descendants property retrieves all the descendant elements of the current element that match the specified expanded name. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference --- # Descendants (XElement dynamic property) diff --git a/dotnet-desktop-guide/framework/wpf/data/element-xelement-dynamic-property.md b/dotnet-desktop-guide/framework/wpf/data/element-xelement-dynamic-property.md index 0bc19d862a..4a1669bd3a 100644 --- a/dotnet-desktop-guide/framework/wpf/data/element-xelement-dynamic-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/element-xelement-dynamic-property.md @@ -2,6 +2,7 @@ title: Element (XElement dynamic property) description: Learn how the XElement.Element property uses an indexer to retrieve the child element instance that corresponds to the specified expanded name. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference apiname: - "XElement.Element" diff --git a/dotnet-desktop-guide/framework/wpf/data/elements-xelement-dynamic-property.md b/dotnet-desktop-guide/framework/wpf/data/elements-xelement-dynamic-property.md index ebd8b79e1d..5e0b55b3df 100644 --- a/dotnet-desktop-guide/framework/wpf/data/elements-xelement-dynamic-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/elements-xelement-dynamic-property.md @@ -2,6 +2,7 @@ title: Elements (XElement dynamic property) description: Learn how the XElement.Elements property uses an indexer to retrieve the child elements of the current element that match the specified expanded name. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference apiname: - "XElement.Elements" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-the-properties-of-two-controls.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-the-properties-of-two-controls.md index e5e67af90a..82bc570331 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-the-properties-of-two-controls.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-the-properties-of-two-controls.md @@ -2,6 +2,7 @@ title: "How to: Bind the Properties of Two Controls" description: Learn how to use the ElementName property to bind the property of one instantiated control to that of another. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [WPF], binding properties of two controls" - "binding properties of two controls [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-collection-and-display-information-based-on-selection.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-collection-and-display-information-based-on-selection.md index 1107ecc778..38a1d09e80 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-collection-and-display-information-based-on-selection.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-collection-and-display-information-based-on-selection.md @@ -2,6 +2,7 @@ title: "How to: Bind to a Collection and Display Information Based on Selection" description: Follow this example to find out how to bind to a collection and display information based on selection in the Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-method.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-method.md index 7ffe948364..86982f10d7 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-method.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-a-method.md @@ -2,6 +2,7 @@ title: "How to: Bind to a Method" description: Follow this example to find out how to bind to the method of an object in the Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [WPF], binding to methods using ObjectDataProvider" - "binding [WPF], to methods" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-ado-net-data-source.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-ado-net-data-source.md index 197c521112..f3f2a0a4a2 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-ado-net-data-source.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-ado-net-data-source.md @@ -2,6 +2,7 @@ title: "How to: Bind to an ADO.NET Data Source" description: Learn how to bind a Windows Presentation Foundation (WPF) control to an ADO.NET Data Source with several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-enumeration.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-enumeration.md index 1a505bb4b8..af612fee2e 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-enumeration.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-an-enumeration.md @@ -2,6 +2,7 @@ title: "How to: Bind to an Enumeration" description: Learn how to bind to an enumeration by binding to the enumeration's GetValues method in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "binding data [WPF], enumeration" - "data binding [WPF], enumeration" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-the-results-of-a-linq-query.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-the-results-of-a-linq-query.md index 19e70db696..378812420e 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-the-results-of-a-linq-query.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-the-results-of-a-linq-query.md @@ -2,6 +2,7 @@ title: "How to: Bind to the Results of a LINQ Query" description: Learn how to run a LINQ query and then bind to the results in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "running a LINQ query [WPF], bind to results" - "binding to LINQ query results [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xdocument-xelement-or-linq-for-xml-query-results.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xdocument-xelement-or-linq-for-xml-query-results.md index 4195a634c8..9f92829d34 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xdocument-xelement-or-linq-for-xml-query-results.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xdocument-xelement-or-linq-for-xml-query-results.md @@ -2,6 +2,7 @@ title: "How to: Bind to XDocument, XElement, or LINQ for XML Query Results" description: Learn how to bind to XDocument, XElement, or LINQ for XML query results in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xml-data-using-an-xmldataprovider-and-xpath-queries.md b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xml-data-using-an-xmldataprovider-and-xpath-queries.md index f09e3f200a..379436389f 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xml-data-using-an-xmldataprovider-and-xpath-queries.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-bind-to-xml-data-using-an-xmldataprovider-and-xpath-queries.md @@ -2,6 +2,7 @@ title: "How to: Bind to XML Data Using an XMLDataProvider and XPath Queries" description: Learn how to bind to XML data using an XMLDataProvider and XPath queries in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XmlDataProvider [WPF], binding to XML data" - "data binding [WPF], binding to XML data using XmlDataProvider queries" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-clear-bindings.md b/dotnet-desktop-guide/framework/wpf/data/how-to-clear-bindings.md index 3b6278cfb2..3cbdaa502c 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-clear-bindings.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-clear-bindings.md @@ -2,6 +2,7 @@ title: "How to: Clear Bindings" description: Learn how to use ClearBinding to remove a binding from an individual property on an object in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-control-when-the-textbox-text-updates-the-source.md b/dotnet-desktop-guide/framework/wpf/data/how-to-control-when-the-textbox-text-updates-the-source.md index 5b0225e15e..e3f1c6b349 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-control-when-the-textbox-text-updates-the-source.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-control-when-the-textbox-text-updates-the-source.md @@ -2,6 +2,7 @@ title: "How to: Control When the TextBox Text Updates the Source" description: Control the timing of binding source updates using the UpdateSourceTrigger property in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-convert-bound-data.md b/dotnet-desktop-guide/framework/wpf/data/how-to-convert-bound-data.md index b73ef69cef..1706cd145d 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-convert-bound-data.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-convert-bound-data.md @@ -2,6 +2,7 @@ title: "How to: Convert Bound Data" description: Learn how to use the IValueConverter interface and the Convert and ConvertBack methods to convert bound data. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-binding-in-code.md b/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-binding-in-code.md index 15542930c9..9ef8e792f0 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-binding-in-code.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-binding-in-code.md @@ -2,6 +2,7 @@ title: "How to: Create a Binding in Code" description: Learn how to create a binding in code in a Windows Presentation Foundation application by calling the SetBinding method directly. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-simple-binding.md b/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-simple-binding.md index 4ad6fa7f25..5c4960e4a7 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-simple-binding.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-create-a-simple-binding.md @@ -2,6 +2,7 @@ title: "How to create a data binding" description: Create a simple binding for your applications through this how-to example in Windows Presentation Foundation (WPF) and .NET Framework. ms.date: 07/24/2024 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-create-and-bind-to-an-observablecollection.md b/dotnet-desktop-guide/framework/wpf/data/how-to-create-and-bind-to-an-observablecollection.md index f9bbff4074..0e66832029 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-create-and-bind-to-an-observablecollection.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-create-and-bind-to-an-observablecollection.md @@ -2,6 +2,7 @@ title: "How to: Create and Bind to an ObservableCollection" description: Find out how to create and bind to a collection that derives from the ObservableCollection class in Windows Presentation Foundation. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-filter-data-in-a-view.md b/dotnet-desktop-guide/framework/wpf/data/how-to-filter-data-in-a-view.md index 5af9d0bfb6..1d4b30247f 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-filter-data-in-a-view.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-filter-data-in-a-view.md @@ -2,6 +2,7 @@ title: "How to: Filter Data in a View" description: Learn how to create a filter and define a method that provides filtering logic to filter data in a view. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-find-datatemplate-generated-elements.md b/dotnet-desktop-guide/framework/wpf/data/how-to-find-datatemplate-generated-elements.md index 20d6b86cb4..79325b7b84 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-find-datatemplate-generated-elements.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-find-datatemplate-generated-elements.md @@ -2,6 +2,7 @@ title: "How to: Find DataTemplate-Generated Elements" description: Learn how to find elements that are generated by a DataTemplate with several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-binding-object-from-a-bound-target-property.md b/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-binding-object-from-a-bound-target-property.md index 40d420059d..5c6ea3bd31 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-binding-object-from-a-bound-target-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-binding-object-from-a-bound-target-property.md @@ -2,6 +2,7 @@ title: "How to: Get the Binding Object from a Bound Target Property" description: Learn how to retrieve the binding object from a data-bound target property with several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [WPF], getting binding objects from bound target properties" - "properties [WPF], getting binding objects from" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-default-view-of-a-data-collection.md b/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-default-view-of-a-data-collection.md index 7139362651..db8799fb24 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-default-view-of-a-data-collection.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-get-the-default-view-of-a-data-collection.md @@ -2,6 +2,7 @@ title: "How to: Get the Default View of a Data Collection" description: Learn how to use the DataContext of a data object to retrieve the default view of a data collection. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-a-compositecollection.md b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-a-compositecollection.md index ef7f51c7d1..d1361f6279 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-a-compositecollection.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-a-compositecollection.md @@ -2,6 +2,7 @@ title: "How to: Implement a CompositeCollection" description: Learn how to use the CompositeCollection class to display multiple collections and items as one list. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [WPF], CompositeCollection class" ms.assetid: 0d8fc84c-7920-427f-8ad7-d55ca656c170 diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-binding-validation.md b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-binding-validation.md index 16cb2f04b7..5ab13869ba 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-binding-validation.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-binding-validation.md @@ -2,6 +2,7 @@ title: "How to: Implement Binding Validation" description: Learn how to using binding validation to provide visual feedback to the user when an invalid value is entered in Windows Presentation Foundation (WPF). ms.date: 03/30/2017 +ms.service: dotnet-framework dev_langs: - csharp - vb diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-prioritybinding.md b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-prioritybinding.md index c5ea68da4c..55292e7f2d 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-prioritybinding.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-prioritybinding.md @@ -2,6 +2,7 @@ title: "How to: Implement PriorityBinding" description: Learn how to use PriorityBinding to define a list of bindings ordered from highest to lowest priority. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-property-change-notification.md b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-property-change-notification.md index f536114ae6..2da74e5dc0 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-property-change-notification.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-property-change-notification.md @@ -2,6 +2,7 @@ title: "How to: Implement Property Change Notification" description: Enable your properties to automatically notify a binding source when the property value changes in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-validation-logic-on-custom-objects.md b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-validation-logic-on-custom-objects.md index dd0369f831..76a9ac750d 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-implement-validation-logic-on-custom-objects.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-implement-validation-logic-on-custom-objects.md @@ -2,6 +2,7 @@ title: "How to: Implement Validation Logic on Custom Objects" description: Learn how to implement validation logic on a custom object before binding to it in Windows Presentation Foundation (WPF). ms.date: "08/02/2018" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-make-data-available-for-binding-in-xaml.md b/dotnet-desktop-guide/framework/wpf/data/how-to-make-data-available-for-binding-in-xaml.md index d99fed2259..2e63a23cb8 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-make-data-available-for-binding-in-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-make-data-available-for-binding-in-xaml.md @@ -2,6 +2,7 @@ title: "How to: Make Data Available for Binding in XAML" description: Discover the various ways you can make data available according to the needs of your application in Windows Presentation Foundation (WPF). ms.date: "01/29/2018" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-navigate-through-the-objects-in-a-data-collectionview.md b/dotnet-desktop-guide/framework/wpf/data/how-to-navigate-through-the-objects-in-a-data-collectionview.md index 50071de7a1..24a55c134d 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-navigate-through-the-objects-in-a-data-collectionview.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-navigate-through-the-objects-in-a-data-collectionview.md @@ -2,6 +2,7 @@ title: "How to: Navigate Through the Objects in a Data CollectionView" description: Learn how to use the CollectionView class to retrieve the current object as well as navigate through the objects in a data collection. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-produce-a-value-based-on-a-list-of-bound-items.md b/dotnet-desktop-guide/framework/wpf/data/how-to-produce-a-value-based-on-a-list-of-bound-items.md index e81c78d081..a97656b67a 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-produce-a-value-based-on-a-list-of-bound-items.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-produce-a-value-based-on-a-list-of-bound-items.md @@ -2,6 +2,7 @@ title: "How to: Produce a Value Based on a List of Bound Items" description: Learn how to use MultiBinding to apply logic and produce a value based on a list of bound items with given inputs. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-set-up-notification-of-binding-updates.md b/dotnet-desktop-guide/framework/wpf/data/how-to-set-up-notification-of-binding-updates.md index a2822e2028..018eef7c09 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-set-up-notification-of-binding-updates.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-set-up-notification-of-binding-updates.md @@ -2,6 +2,7 @@ title: "How to: Set Up Notification of Binding Updates" description: Learn how to use the INotifyPropertyChanged interface to set up notification when source or target binding properties have been updated. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-sort-and-group-data-using-a-view-in-xaml.md b/dotnet-desktop-guide/framework/wpf/data/how-to-sort-and-group-data-using-a-view-in-xaml.md index 44078b7a49..c599c22a15 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-sort-and-group-data-using-a-view-in-xaml.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-sort-and-group-data-using-a-view-in-xaml.md @@ -2,6 +2,7 @@ title: "How to: Sort and Group Data Using a View in XAML" description: Learn how to create a view of a data collection for grouping, sorting, and filtering in the Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [WPF], grouping data in views in XAML" - "XAML [WPF], sorting data in views" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-sort-data-in-a-view.md b/dotnet-desktop-guide/framework/wpf/data/how-to-sort-data-in-a-view.md index 0df89c9559..fad0aa5b6b 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-sort-data-in-a-view.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-sort-data-in-a-view.md @@ -2,6 +2,7 @@ title: "How to: Sort Data in a View" description: Learn about various techniques to sort data in a view including related tutorials and several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-binding-source.md b/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-binding-source.md index 329380dcca..398bc8541e 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-binding-source.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-binding-source.md @@ -2,6 +2,7 @@ title: "How to: Specify the Binding Source" description: Learn how to specify the binding source through this example in the Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-direction-of-the-binding.md b/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-direction-of-the-binding.md index 2118b87070..90d3b90d3a 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-direction-of-the-binding.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-specify-the-direction-of-the-binding.md @@ -2,6 +2,7 @@ title: "How to: Specify the Direction of the Binding" description: Learn how to use the Binding.Mode property to specify whether the binding updates only the target property, the source property or both. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "direction of binding [WPF]" - "binding direction [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-data.md b/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-data.md index 53cfbcf239..93b952ae8b 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-data.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-data.md @@ -2,6 +2,7 @@ title: "How to: Use the Master-Detail Pattern with Hierarchical Data" description: Learn how to implement the master-detail scenario using the master-detail pattern with hierarchial data. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [WPF], Master-Detail data paradigm" - "Master-Detail data paradigm" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-xml-data.md b/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-xml-data.md index 275702595a..f4763f9cfe 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-xml-data.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-use-the-master-detail-pattern-with-hierarchical-xml-data.md @@ -2,6 +2,7 @@ title: "How to: Use the Master-Detail Pattern with Hierarchical XML Data" description: Learn how to implement the master-detail scenario using the master-detail pattern with hierarchial XML data. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "data binding [WPF], Master-Detail data paradigm" - "Master-Detail data paradigm" diff --git a/dotnet-desktop-guide/framework/wpf/data/how-to-use-xml-namespaces-in-data-binding.md b/dotnet-desktop-guide/framework/wpf/data/how-to-use-xml-namespaces-in-data-binding.md index cab9f0dbbb..03658390c2 100644 --- a/dotnet-desktop-guide/framework/wpf/data/how-to-use-xml-namespaces-in-data-binding.md +++ b/dotnet-desktop-guide/framework/wpf/data/how-to-use-xml-namespaces-in-data-binding.md @@ -2,6 +2,7 @@ title: "How to: Use XML Namespaces in Data Binding" description: Learn how to use XML namespaces in data binding including related tutorials and several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XML [WPF], namespaces" - "data binding [WPF], XML namespaces" diff --git a/dotnet-desktop-guide/framework/wpf/data/index.md b/dotnet-desktop-guide/framework/wpf/data/index.md index 6243f16fac..8b9f56d811 100644 --- a/dotnet-desktop-guide/framework/wpf/data/index.md +++ b/dotnet-desktop-guide/framework/wpf/data/index.md @@ -2,6 +2,7 @@ title: "Data" description: Learn about various ways to present and interact with data in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-cs-source-code.md b/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-cs-source-code.md index e31a94bf69..6ce732ff44 100644 --- a/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-cs-source-code.md +++ b/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-cs-source-code.md @@ -2,6 +2,7 @@ title: L2DBForm.xaml.cs source code description: Learn about the contents and description of the C# source code in the file L2DBForm.xaml.cs including tutorials and code examples. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: sample --- # L2DBForm.xaml.cs source code diff --git a/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-source-code.md b/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-source-code.md index 3211a546d5..7c005d56a0 100644 --- a/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-source-code.md +++ b/dotnet-desktop-guide/framework/wpf/data/l2dbform-xaml-source-code.md @@ -2,6 +2,7 @@ title: L2DBForm.xaml source code description: Learn about the L2DBForm.xaml source code file for Windows Presentation Foundation (WPF) data binding using a LINQ to XML example. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: sample --- # L2DBForm.xaml source code diff --git a/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-data-binding-sample.md b/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-data-binding-sample.md index 8e1b540aaa..b798dd11f6 100644 --- a/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-data-binding-sample.md +++ b/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-data-binding-sample.md @@ -2,6 +2,7 @@ title: LINQ to XML data binding example description: Learn how the LinqToXmlDataBinding sample Windows Presentation Foundation (WPF) app binds user interface components to an embedded XML data source. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: sample helpviewer_keywords: - linq to xml data binding sample diff --git a/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-dynamic-properties.md b/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-dynamic-properties.md index 98044523a8..9040784fc8 100644 --- a/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-dynamic-properties.md +++ b/dotnet-desktop-guide/framework/wpf/data/linq-to-xml-dynamic-properties.md @@ -2,6 +2,7 @@ title: LINQ to XML dynamic properties reference description: In this section, you can review reference information about all of the dynamic properties in LINQ to XML. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference --- # LINQ to XML dynamic properties diff --git a/dotnet-desktop-guide/framework/wpf/data/value-xattribute-dynamic-property.md b/dotnet-desktop-guide/framework/wpf/data/value-xattribute-dynamic-property.md index 8cb2e3e920..b5d4ee3177 100644 --- a/dotnet-desktop-guide/framework/wpf/data/value-xattribute-dynamic-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/value-xattribute-dynamic-property.md @@ -2,6 +2,7 @@ title: Value (XAttribute dynamic property) description: Learn about how the XAttribute.Value property retrieves or sets the value of the XML attribute. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference apiname: - "XAttribute.Value" diff --git a/dotnet-desktop-guide/framework/wpf/data/value-xelement-dynamic-property.md b/dotnet-desktop-guide/framework/wpf/data/value-xelement-dynamic-property.md index 74bfd7ecc8..bacedbae65 100644 --- a/dotnet-desktop-guide/framework/wpf/data/value-xelement-dynamic-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/value-xelement-dynamic-property.md @@ -2,6 +2,7 @@ title: Value (XElement dynamic property) description: Learn about how the XElement.Value property retrieves or applies the content of the element. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference --- # Value (XElement dynamic property) diff --git a/dotnet-desktop-guide/framework/wpf/data/wpf-data-binding-with-linq-to-xml-overview.md b/dotnet-desktop-guide/framework/wpf/data/wpf-data-binding-with-linq-to-xml-overview.md index e8f4e5ec28..fc9b4f3309 100644 --- a/dotnet-desktop-guide/framework/wpf/data/wpf-data-binding-with-linq-to-xml-overview.md +++ b/dotnet-desktop-guide/framework/wpf/data/wpf-data-binding-with-linq-to-xml-overview.md @@ -2,6 +2,7 @@ title: Data binding with LINQ to XML description: Learn about the Windows Presentation Foundation (WPF) dynamic data binding features in the System.Xml.Linq namespace. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: conceptual --- # Overview of WPF data binding with LINQ to XML diff --git a/dotnet-desktop-guide/framework/wpf/data/xml-xelement-dynamic-property.md b/dotnet-desktop-guide/framework/wpf/data/xml-xelement-dynamic-property.md index 15adf2de7c..89769da9d1 100644 --- a/dotnet-desktop-guide/framework/wpf/data/xml-xelement-dynamic-property.md +++ b/dotnet-desktop-guide/framework/wpf/data/xml-xelement-dynamic-property.md @@ -2,6 +2,7 @@ title: Xml (XElement dynamic property) description: Learn about how the XElement.Xml property retrieves the unformatted XML content of the element. ms.date: 10/22/2019 +ms.service: dotnet-framework ms.topic: reference apiname: - "XElement.Xml" diff --git a/dotnet-desktop-guide/framework/wpf/getting-started/community-feedback.md b/dotnet-desktop-guide/framework/wpf/getting-started/community-feedback.md index 366dd36b3d..742238c4a9 100644 --- a/dotnet-desktop-guide/framework/wpf/getting-started/community-feedback.md +++ b/dotnet-desktop-guide/framework/wpf/getting-started/community-feedback.md @@ -2,6 +2,7 @@ title: Community resources description: Review the community resources available to learn about, discuss, and provide feedback on Windows Presentation Foundation (WPF). ms.date: "03/01/2018" +ms.service: dotnet-framework helpviewer_keywords: - "community resources [WPF]" - "forums [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/getting-started/index.md b/dotnet-desktop-guide/framework/wpf/getting-started/index.md index 2470b999e5..6f07e29e0d 100644 --- a/dotnet-desktop-guide/framework/wpf/getting-started/index.md +++ b/dotnet-desktop-guide/framework/wpf/getting-started/index.md @@ -2,6 +2,7 @@ title: "Getting Started" description: Create desktop client applications with the UI framework of Windows Presentation Foundation (WPF), a subset of the .NET Framework. ms.date: "01/26/2018" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "getting started [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/getting-started/introduction-to-wpf-in-vs.md b/dotnet-desktop-guide/framework/wpf/getting-started/introduction-to-wpf-in-vs.md index acbcb9c05c..6c1929f5bf 100644 --- a/dotnet-desktop-guide/framework/wpf/getting-started/introduction-to-wpf-in-vs.md +++ b/dotnet-desktop-guide/framework/wpf/getting-started/introduction-to-wpf-in-vs.md @@ -3,6 +3,7 @@ title: "Introduction to WPF in Visual Studio" titleSuffix: "" description: Build line-of-business desktop applications with the unified programming model provided in Windows Presentation Foundation (WPF). ms.date: "01/26/2018" +ms.service: dotnet-framework helpviewer_keywords: - "typography [WPF]" - "media [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md b/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md index 6b8ab13dc9..d1227d89d1 100644 --- a/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md +++ b/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md @@ -3,6 +3,7 @@ title: Create your first WPF app in Visual Studio 2019 - .NET Framework titleSuffix: "" description: Develop a Windows Presentation Foundation (WPF) desktop application that includes elements common to most WPF applications. ms.date: 09/06/2019 +ms.service: dotnet-framework ms.topic: tutorial dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/getting-started/whats-new.md b/dotnet-desktop-guide/framework/wpf/getting-started/whats-new.md index ca8fdafb53..9146b83e7c 100644 --- a/dotnet-desktop-guide/framework/wpf/getting-started/whats-new.md +++ b/dotnet-desktop-guide/framework/wpf/getting-started/whats-new.md @@ -3,6 +3,7 @@ title: "What's New in WPF Version 4.5" description: Learn about the many new and enhanced features in Windows Presentation Foundation (WPF) version 4.5. titleSuffix: "" ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Windows Presentation Foundation [WPF], what's new" - "WPF [WPF], what's new" diff --git a/dotnet-desktop-guide/framework/wpf/getting-started/wpf-walkthroughs.md b/dotnet-desktop-guide/framework/wpf/getting-started/wpf-walkthroughs.md index 8db9e2990d..1ad0cbcf7f 100644 --- a/dotnet-desktop-guide/framework/wpf/getting-started/wpf-walkthroughs.md +++ b/dotnet-desktop-guide/framework/wpf/getting-started/wpf-walkthroughs.md @@ -2,6 +2,7 @@ title: "Walkthroughs" description: Use these step-by-step instructions for common scenarios about the WPF product or a particular feature area. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "walkthroughs [WPF]" - "WPF walkthroughs [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-how-to-topics.md index 1cf36cc027..67261d14db 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-how-to-topics.md @@ -2,6 +2,7 @@ title: "3D Graphics How-to Topics" description: Review a list of 3D Graphics how-to topics demonstrating how to use 3D graphics in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-overview.md index f1f6dca30c..d048e2c646 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-graphics-overview.md @@ -2,6 +2,7 @@ title: "3D Graphics Overview" description: Get acquainted with 3D graphics in Windows Presentation Foundation (WPF) to draw, transform, and animate 3D graphics in both markup and procedural code. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-transformations-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-transformations-overview.md index 49df3f8108..a57eeef6f5 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-transformations-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/3-d-transformations-overview.md @@ -2,6 +2,7 @@ title: "3D Transformations Overview" description: Learn how to apply transformations to 3D models in the Windows Presentation Foundation (WPF) graphics system. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-a-3-d-rotation-quaternionanimationusingkeyframes.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-a-3-d-rotation-quaternionanimationusingkeyframes.md index 915cc4c8d9..7818e01f4e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-a-3-d-rotation-quaternionanimationusingkeyframes.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-a-3-d-rotation-quaternionanimationusingkeyframes.md @@ -2,6 +2,7 @@ title: "How to: Animate a 3D Rotation Using Key Frames (QuaternionAnimationUsingKeyFrames)" description: Learn about how to use QuaternionAnimationUsingKeyFrames to animate a 3D rotation utilizing key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "3D translations [WPF], animating [WPF], with key frames (QuaternionAnimationUsingKeyFrames)" - "key frames [WPF], QuaternionAnimationUsingKeyFrames" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-an-object-along-a-path-matrix-animation-with-offset.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-an-object-along-a-path-matrix-animation-with-offset.md index 489faf50fd..58318198d5 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-an-object-along-a-path-matrix-animation-with-offset.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animate-an-object-along-a-path-matrix-animation-with-offset.md @@ -2,6 +2,7 @@ title: "How to: Animate an Object Along a Path (Matrix Animation with Offset Accumulation)" description: Learn how to use the MatrixAnimationUsingPath class to animate an object along a path and have that animation accumulate its offset values as it repeats. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md index 6997e1c6e1..fb79b4b382 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md @@ -2,6 +2,7 @@ title: "Animation and Timing How-to Topics" description: Review a list of animation and timing how-to topics demonstrating how to use the WPF animation and timing system in your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-system-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-system-overview.md index a946c9f751..e48788415f 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-system-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-system-overview.md @@ -2,6 +2,7 @@ title: "Animation and Timing System Overview" description: Review the animation and timing system overview describing how Timeline and Clock classes are used to animate properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "timing system [WPF]" - "animation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-overview.md index d6be97b857..b2631b72bc 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-overview.md @@ -2,6 +2,7 @@ title: "Animation Overview" description: Make an attractive user interface even more spectacular with dramatic screen transitions or vivid visual cues in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md index 17d8a21476..8c9e1c7068 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md @@ -2,6 +2,7 @@ title: "Animation Tips and Tricks" description: Learn about the tips and tricks available when working with animations in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/audio-and-video-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/audio-and-video-how-to-topics.md index 5a4126df8b..59fff3bbad 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/audio-and-video-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/audio-and-video-how-to-topics.md @@ -2,6 +2,7 @@ title: "Audio and Video How-to Topics" description: Review a list of audio and video how-to topics demonstrating how to use the MediaElement to integrate audio and video content in your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects-overview.md index 64f61908d7..4b3dcce84a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects-overview.md @@ -2,6 +2,7 @@ title: "Bitmap Effects Overview" description: Learn how bitmap effects enable designers and developers to apply visual effects to rendered Windows Presentation Foundation (WPF) content. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "bitmap effects [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects.md index 8abdb42c97..d0cd97a7b4 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/bitmap-effects.md @@ -2,6 +2,7 @@ title: "Bitmap Effects" description: Learn about how to apply visual effects to bitmap images using Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brush-transformation-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brush-transformation-overview.md index 0f64542596..f68eafad40 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brush-transformation-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brush-transformation-overview.md @@ -2,6 +2,7 @@ title: "Brush Transformation Overview" description: Learn about the Transform and RelativeTransform Brush class transformation properties enabling you to rotate, scale, skew, and translate a brush's contents. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes-how-to-topics.md index 2baa0f3e7d..4a3e87aa8b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes-how-to-topics.md @@ -2,6 +2,7 @@ title: "Brushes How-to Topics" description: Review a list of brushes how-to topics demonstrating how to use Windows Presentation Foundation (WPF) brushes to paint content. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes.md index 58f8356534..bf10cd3d42 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes.md @@ -2,6 +2,7 @@ title: "Brushes" description: Review a list of topics describing how to use Windows Presentation Foundation (WPF) brushes to paint content. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/change-the-speed-of-a-clock.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/change-the-speed-of-a-clock.md index 353e94a571..bc870ad950 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/change-the-speed-of-a-clock.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/change-the-speed-of-a-clock.md @@ -2,6 +2,7 @@ title: "How to: Change the Speed of a Clock Without Changing the Speed of Its Timeline" description: Learn how to use a ClockController object's SpeedRatio property to change the speed of a Clock without altering the SpeedRatio of the clock's Timeline. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/clocks-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/clocks-how-to-topics.md index e2e66ce062..daca372cc3 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/clocks-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/clocks-how-to-topics.md @@ -2,6 +2,7 @@ title: "Clocks How-to Topics" description: Review the list of Clocks how-to topics to learn how to use a Clock object to maintain timing state information for a Timeline. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/custom-animations-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/custom-animations-overview.md index 9615fdd3d1..fe959599ad 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/custom-animations-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/custom-animations-overview.md @@ -2,6 +2,7 @@ title: "Custom Animations Overview" description: Learn how and when to extend the WPF animation system by creating custom key frames, animation classes, or by using per-frame callback to bypass it. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "custom classes [WPF], animation" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawing-objects-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawing-objects-overview.md index f82a4722f7..22af917571 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawing-objects-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawing-objects-overview.md @@ -2,6 +2,7 @@ title: "Drawing Objects Overview" description: Get acquainted with objects and how to use them to efficiently draw shapes, bitmaps, text, and media in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.topic: overview helpviewer_keywords: - "ImageDrawing objects [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings-how-to-topics.md index ac5f079613..d7bd4fd278 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings-how-to-topics.md @@ -2,6 +2,7 @@ title: "Drawings How-to Topics" description: Review a list of Drawings how-to topics to learn how to use Drawing objects to efficiently draw shapes, bitmaps, text, and media. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings.md index d56401d531..3c8428ac5d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/drawings.md @@ -2,6 +2,7 @@ title: "Drawings" description: Learn about Drawing objects and how to use them to efficiently draw shapes, bitmaps, text, and media. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/easing-functions.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/easing-functions.md index 7758491e24..3532a0a8cf 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/easing-functions.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/easing-functions.md @@ -2,6 +2,7 @@ title: "Easing Functions" description: Learn how to use the EasingFunction property allowing you to apply custom mathematical formulas to animations. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/extend-glass-frame-into-a-wpf-application.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/extend-glass-frame-into-a-wpf-application.md index 6b049c7136..fad9409171 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/extend-glass-frame-into-a-wpf-application.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/extend-glass-frame-into-a-wpf-application.md @@ -3,6 +3,7 @@ title: "Extend Glass Frame Into a WPF app" titleSuffix: "" description: Learn about how to Extend Glass Frame into a WPF app. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/from-to-by-animations-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/from-to-by-animations-overview.md index f39a449c52..850e6ca8b1 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/from-to-by-animations-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/from-to-by-animations-overview.md @@ -2,6 +2,7 @@ title: "From-To-By Animations Overview" description: Learn how to use From/To/By animations to animate dependency properties by creating a transition between two values. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries-how-to-topics.md index 33be60f068..c2aff0f2d7 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries-how-to-topics.md @@ -2,6 +2,7 @@ title: "Geometries How-to Topics" description: Review a list of Geometries how-to topics to learn how to use Geometry objects in your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries.md index 1b31b94807..abc66ad9aa 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries.md @@ -2,6 +2,7 @@ title: "Geometries" description: Learn how to use Windows Presentation Foundation (WPF) Geometry to render 2D graphics, hit-test objects, and define clipping regions. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometry-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometry-overview.md index 8928cf5e3f..558527208b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometry-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometry-overview.md @@ -2,6 +2,7 @@ title: "Geometry Overview" description: Overview of how to use the Windows Presentation Foundation (WPF) Geometry classes to describe shapes. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-how-to-topics.md index a52bd7099b..b746da57b9 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-how-to-topics.md @@ -2,6 +2,7 @@ title: "Graphics How-to Topics" description: Review a list of Graphics how-to topics to learn how to use the graphic capabilities offered in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-rendering-registry-settings.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-rendering-registry-settings.md index e0c85c267c..503eaa985d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-rendering-registry-settings.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-rendering-registry-settings.md @@ -2,6 +2,7 @@ title: "Graphics Rendering Registry Settings" description: Find out how to use registry settings for troubleshooting, debugging, and product support purposes in the Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "rendering graphics [WPF], registry settings" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics.md index de40429ca3..03a1d8b628 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics.md @@ -2,6 +2,7 @@ title: "Graphics" description: Learn about the graphics support offered in Windows Presentation Foundation (WPF) for multimedia, vector graphics, animation, and content composition. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/hit-testing-in-the-visual-layer.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/hit-testing-in-the-visual-layer.md index 5e8fd440eb..aa29790aa1 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/hit-testing-in-the-visual-layer.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/hit-testing-in-the-visual-layer.md @@ -2,6 +2,7 @@ title: "Hit Testing in the Visual Layer" description: Learn how to use hit testing in the visual layer to determine whether a geometry or point value falls within the rendered content of a Visual. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accelerate-or-decelerate-an-animation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accelerate-or-decelerate-an-animation.md index fd4f2ec665..ab6eea2ce1 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accelerate-or-decelerate-an-animation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accelerate-or-decelerate-an-animation.md @@ -2,6 +2,7 @@ title: "How to: Accelerate or Decelerate an Animation" description: Learn how to accelerate or decelerate an animation over time using AccelerationRatio and DecelerationRatio settings. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "decelerating animation [WPF]" - "accelerating animation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accumulate-animation-values-during-repeat-cycles.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accumulate-animation-values-during-repeat-cycles.md index 674511f4a8..e2ba10e4f8 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accumulate-animation-values-during-repeat-cycles.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-accumulate-animation-values-during-repeat-cycles.md @@ -2,6 +2,7 @@ title: "How to: Accumulate Animation Values During Repeat Cycles" description: Learn how to use the IsCumulative property to accumulate base values of an animation across repeating cycles. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "accumulating animation values across repeating cycles [WPF]" - "animation [WPF], accumulating values across repeating cycles" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-add-an-animation-output-value-to-an-animation-starting-value.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-add-an-animation-output-value-to-an-animation-starting-value.md index 49e58c0a62..bccdab4fd1 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-add-an-animation-output-value-to-an-animation-starting-value.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-add-an-animation-output-value-to-an-animation-starting-value.md @@ -2,6 +2,7 @@ title: "How to: Add an Animation Output Value to an Animation Starting Value" description: Learn how to add an animation output value to an animation starting value using the IsAdditive property. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF]" ms.assetid: b89a82be-b03d-481e-a8d3-cc513d09ca00 diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-3-d-translations.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-3-d-translations.md index c20bd15102..92895d38bf 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-3-d-translations.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-3-d-translations.md @@ -2,6 +2,7 @@ title: "How to: Animate 3D Translations" description: Learn how to animate a translation transformation set on a 3D model using the TranslateTransform3D object. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], 3D translations" - "3D translations [WPF], animating" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-key-frames.md index bb612d6838..03c88ebc0d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate a 3D Rotation Using Key Frames" description: Learn how to use Rotation3DAnimationUsingKeyFrames to make a 3D object rotate while its axis of rotation animates resulting in a wobble. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], 3D translations [WPF], with key frames (Rotation3DAnimation)" - "key frames [WPF], Rotation3DAnimation" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-quaternions.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-quaternions.md index 66ba2150e7..cc890d4e5e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-quaternions.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-quaternions.md @@ -2,6 +2,7 @@ title: "How to: Animate a 3D Rotation Using Quaternions" description: Learn about how to use QuaternionRotation3D to animate a rotation of a 3D object using quaternions. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "quaternions [WPF]" - "animation [WPF], 3D translations [WPF], with quaternions" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-rotation3danimation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-rotation3danimation.md index 54da040238..7ee1818bae 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-rotation3danimation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-rotation3danimation.md @@ -2,6 +2,7 @@ title: "How to: Animate a 3D Rotation Using Rotation3DAnimation" description: Learn how to make a 3D object rotate while it wobbles by using Rotation3DAnimation to animate the Rotation property. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "3D translations [WPF], animating [WPF], with Rotation3DAnimation" - "Rotation3DAnimation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-storyboards.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-storyboards.md index 832d5af442..6ec86258a6 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-storyboards.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-3-d-rotation-using-storyboards.md @@ -2,6 +2,7 @@ title: "How to: Animate a 3D Rotation Using Storyboards" description: Learn how to make a 3D object rotate while it wobbles by animating the Angle and Axis properties of an AxisAngleRotation3D object. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Storyboards [WPF]" - "3D translations [WPF], animating [WPF], with Storyboards" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-boolean-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-boolean-by-using-key-frames.md index 8fa1fd732d..89974db493 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-boolean-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-boolean-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate a Boolean by Using Key Frames" description: Learn how to use the BooleanAnimationUsingKeyFrames class to animate the Boolean property value of a Button control by using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-double-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-double-by-using-key-frames.md index 643c2ba358..58ea037eb6 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-double-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-double-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate a Double by Using Key Frames" description: Learn how to use the DoubleAnimationUsingKeyFrames class to animate the value of a property that takes a Double by using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-matrix-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-matrix-by-using-key-frames.md index 36dc702713..dba8fa7369 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-matrix-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-matrix-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate a Matrix by Using Key Frames" description: Learn how to use the MatrixAnimationUsingKeyFrames class to animate the Matrix property of a MatrixTransform by using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], Matrix properties with key frames" - "Matrix properties [WPF], animating with key frames" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-point-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-point-by-using-key-frames.md index 0ac77907f0..6a4224cb11 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-point-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-point-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate a Point by Using Key Frames" description: Learn about how to use the PointAnimationUsingKeyFrames class to animate a point by using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-a-storyboard.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-a-storyboard.md index acdb6d3167..52c69cd9c4 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-a-storyboard.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-a-storyboard.md @@ -2,6 +2,7 @@ title: "How to: Animate a Property by Using a Storyboard" description: Enliven your user interface with animations and storyboards for properties in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-an-animationclock.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-an-animationclock.md index e5040d97f4..5d9fe530be 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-an-animationclock.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-by-using-an-animationclock.md @@ -2,6 +2,7 @@ title: "How to: Animate a Property by Using an AnimationClock" description: Learn about how to animate a property by using an AnimationClock with several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-without-using-a-storyboard.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-without-using-a-storyboard.md index 50aa9aa0f0..a1d5652afc 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-without-using-a-storyboard.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-property-without-using-a-storyboard.md @@ -2,6 +2,7 @@ title: "How to: Animate a Property Without Using a Storyboard" description: Learn how to use the BeginAnimation method to animate a property without using a Storyboard with several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle-geometry-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle-geometry-by-using-key-frames.md index abf4e2319d..3bf2f62293 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle-geometry-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle-geometry-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate a Rectangle Geometry by Using Key Frames" description: Learn how to use the RectAnimationUsingKeyFrames class to animate the Rect property of a RectangleGeometry using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle.md index ae9ae9e65b..d2efe8a970 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle.md @@ -2,6 +2,7 @@ title: "How to: Animate a Rectangle" description: Learn how to use the RectAnimation class to animate changes to the size and position of a rectangle. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-string-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-string-by-using-key-frames.md index a7154a88ab..0da7697dda 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-string-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-a-string-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate a String by Using Key Frames" description: Learn about how to use the StringAnimationUsingKeyFrames class to animate a string by using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], strings with key frames" - "strings [WPF], animating with key frames" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-ellipsegeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-ellipsegeometry.md index 9f37b86d2c..eff5254a25 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-ellipsegeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-ellipsegeometry.md @@ -2,6 +2,7 @@ title: "How to: Animate an EllipseGeometry" description: Learn about how to animate a Geometry using PointAnimation to animate the Center of an EllipseGeometry. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-double-animation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-double-animation.md index 9fb294b172..f85806bb8c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-double-animation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-double-animation.md @@ -2,6 +2,7 @@ title: "How to: Animate an Object Along a Path (Double Animation)" description: Learn how to use the DoubleAnimationUsingPath class to animate an object along a path defined by a PathGeometry. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-matrix-animation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-matrix-animation.md index a2051311c5..5cee538ada 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-matrix-animation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-matrix-animation.md @@ -2,6 +2,7 @@ title: "How to: Animate an Object Along a Path (Matrix Animation)" description: Learn how to use the MatrixAnimationUsingPath class to animate an object along a path that is defined by a PathGeometry. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-point-animation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-point-animation.md index 739767354c..ac6edb5898 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-point-animation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-along-a-path-point-animation.md @@ -2,6 +2,7 @@ title: "How to: Animate an Object Along a Path (Point Animation)" description: Learn how to use a PointAnimationUsingPath object to animate a Point along a curved path defined by a PathGeometry. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-by-using-key-frames.md index 8545ea2470..0ad7f23be1 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-an-object-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate an Object by Using Key Frames" description: Learn about how to use the ObjectAnimationUsingKeyFrames class to animate an object using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], objects with key frames" - "key frames [WPF], animating objects with" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-in-a-3d-scene.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-in-a-3d-scene.md index c56c985a59..1d104fb53d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-in-a-3d-scene.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-in-a-3d-scene.md @@ -2,6 +2,7 @@ title: "How to: Animate Camera Position and Direction in a 3D Scene" description: Learn how to animate the position of a camera and animate the direction it is pointing in a 3D scene using Point3DAnimation and Vector3DAnimation. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], camera position in 3D scenes" - "camera direction [WPF], animating in 3D scenes" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-using-key-frames.md index 8d4c10f08e..7a218fadce 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-camera-position-and-direction-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate Camera Position and Direction Using Key Frames" description: Learn how Point3DAnimationUsingKeyFrames is used to animate the position of a PerspectiveCamera in a 3D scene. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], camera direction with key frames" - "key frames [WPF], animating camera direction" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-color-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-color-by-using-key-frames.md index 2491335141..1483aaa09c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-color-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-color-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate Color by Using Key Frames" description: Learn how to use the ColorAnimationUsingKeyFrames class to animate the Color of a SolidColorBrush by using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-controltemplate.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-controltemplate.md index d1ffb1b69b..77dfd9b80e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-controltemplate.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-controltemplate.md @@ -2,6 +2,7 @@ title: "How to: Animate in a ControlTemplate" description: Learn about how to use Storyboard, EventTrigger, and Trigger objects to animate within a ControlTemplate. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], ControlTemplates" - "ControlTemplates [WPF], animating within" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-style.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-style.md index 888b79e7ab..a4d1df9f8b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-style.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-in-a-style.md @@ -2,6 +2,7 @@ title: "How to animate in a style" description: Learn how to animate properties within a style. Only the framework element for which the style is defined can be targeted directly. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], properties [WPF], within styles" - "styles [WPF], animating properties within" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-material-properties-in-a-3-d-scene.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-material-properties-in-a-3-d-scene.md index 94f2177df0..c9bf84c69c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-material-properties-in-a-3-d-scene.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-material-properties-in-a-3-d-scene.md @@ -2,6 +2,7 @@ title: "How to: Animate Material Properties in a 3D Scene" description: Learn how to animate the Opacity property of the Material applied to a 3D model in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Material properties [WPF], animating in 3D scenes" - "animation [WPF], Material properties in 3D scenes" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-size-changes-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-size-changes-by-using-key-frames.md index af3dc6eda7..720ef4f012 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-size-changes-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-size-changes-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate Size Changes by Using Key Frames" description: Learn how to use the the SizeAnimationUsingKeyFrames class to animate size changes by using key frames. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "key frames [WPF], animating size changes with" - "animation [WPF], size changes with key frames" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-color-or-opacity-of-a-solidcolorbrush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-color-or-opacity-of-a-solidcolorbrush.md index 53d7bb1d3e..c5aa0e2724 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-color-or-opacity-of-a-solidcolorbrush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-color-or-opacity-of-a-solidcolorbrush.md @@ -2,6 +2,7 @@ title: "How to: Animate the Color or Opacity of a SolidColorBrush" description: Learn how to animate the Color and Opacity of a SolidColorBrush in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "SolidColorBrush [WPF], animating color of" - "colors [WPF], animating" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-opacity-of-an-element-or-brush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-opacity-of-an-element-or-brush.md index 0595d2324a..5a41253dab 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-opacity-of-an-element-or-brush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-opacity-of-an-element-or-brush.md @@ -2,6 +2,7 @@ title: "How to: Animate the Opacity of an Element or Brush" description: Learn how to make a framework element fade in and out of view by animating the Opacity property of the Brush used to paint it. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "opacity [WPF], animating" - "animation [WPF], Opacity property" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-of-an-object-by-using-pointanimation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-of-an-object-by-using-pointanimation.md index cca513c921..a85f4f24ee 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-of-an-object-by-using-pointanimation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-of-an-object-by-using-pointanimation.md @@ -2,6 +2,7 @@ title: "How to: Animate the Position of an Object by Using PointAnimation" description: Learn how to use the the PointAnimation class to animate an object along a Path from one point on the screen to another. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-or-color-of-a-gradient-stop.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-or-color-of-a-gradient-stop.md index 9cb36d695a..094fe27257 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-or-color-of-a-gradient-stop.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-position-or-color-of-a-gradient-stop.md @@ -2,6 +2,7 @@ title: "How to: Animate the Position or Color of a Gradient Stop" description: Learn how to animate the Color and Offset of GradientStop objects when painting an area with a linear gradient. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-size-of-an-arcsegment.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-size-of-an-arcsegment.md index 80022c5e55..1e1cbd422d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-size-of-an-arcsegment.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-size-of-an-arcsegment.md @@ -2,6 +2,7 @@ title: "How to: Animate the Size of an ArcSegment" description: Learn how to create an ArcSegment that animates its Size when it loads on the screen with several provided code examples. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-thickness-of-a-border-by-using-key-frames.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-thickness-of-a-border-by-using-key-frames.md index 2ac7bcc11f..927ae68e46 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-thickness-of-a-border-by-using-key-frames.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-animate-the-thickness-of-a-border-by-using-key-frames.md @@ -2,6 +2,7 @@ title: "How to: Animate the Thickness of a Border by Using Key Frames" description: Learn how to use the ThicknessAnimationUsingKeyFrames class to animate the BorderThickness property of a Border. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], border thickness with key frames" - "key frames [WPF], animating border thickness with" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-drawing-to-a-3-d-model.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-drawing-to-a-3-d-model.md index 7536d2ab43..014fb0e333 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-drawing-to-a-3-d-model.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-drawing-to-a-3-d-model.md @@ -2,6 +2,7 @@ title: "How to: Apply a Drawing to a 3D Model" description: Learn how to use a DrawingBrush as the Material applied to a 3D model in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drawings [WPF], applying to 3D models" - "3D models [WPF], applying drawings to" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-guidelineset-to-a-drawing.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-guidelineset-to-a-drawing.md index 6c8a8404e8..9b79c057f5 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-guidelineset-to-a-drawing.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-guidelineset-to-a-drawing.md @@ -2,6 +2,7 @@ title: "How to: Apply a GuidelineSet to a Drawing" description: Learn how to apply a GuidelineSet to a DrawingGroup class. It is the only type of Drawing that has a GuidelineSet property. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "GuidelineSet property [WPF], applying to drawings" - "graphics [WPF], GuidelineSet property" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-a-bitmapimage.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-a-bitmapimage.md index 934404d5f8..05011e4bdc 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-a-bitmapimage.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-a-bitmapimage.md @@ -2,6 +2,7 @@ title: "How to: Apply a Transform to a BitmapImage" description: Learn how to apply a Transform to a BitmapImage using Extensible Application Markup Language (XAML) in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-an-element-when-an-event-occurs.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-an-element-when-an-event-occurs.md index ccdaeb2efb..946a911ad5 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-an-element-when-an-event-occurs.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-a-transform-to-an-element-when-an-event-occurs.md @@ -2,6 +2,7 @@ title: "How to: Apply a Transform to an Element When an Event Occurs" description: Learn how to use ScaleTransform to apply a ScaleTransform when an event occurs in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-emissive-material-to-a-3-d-object.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-emissive-material-to-a-3-d-object.md index e83d575365..64de8b1174 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-emissive-material-to-a-3-d-object.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-emissive-material-to-a-3-d-object.md @@ -2,6 +2,7 @@ title: "How to: Apply Emissive Material to a 3D Object" description: Learn how to apply Emissive Material to a 3D object. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-material-to-the-front-and-back-of-a-3-d-object.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-material-to-the-front-and-back-of-a-3-d-object.md index 902c1cbcad..85111eaa1f 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-material-to-the-front-and-back-of-a-3-d-object.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-material-to-the-front-and-back-of-a-3-d-object.md @@ -2,6 +2,7 @@ title: "How to: Apply Material to the Front and Back of a 3D Object" description: Learn how to apply a Material to the front and back of a 3D object and animate the object to show both sides. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "3D objects [WPF], applying Material class" - "Material class [WPF], applying to both sides of 3D object" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transformations-to-a-3-d-model.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transformations-to-a-3-d-model.md index 0dc588f266..8407a3877b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transformations-to-a-3-d-model.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transformations-to-a-3-d-model.md @@ -2,6 +2,7 @@ title: "How to: Apply Multiple Transformations to a 3D Model" description: Learn how to apply Multiple Transformations to a 3D Model. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transforms-to-an-object.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transforms-to-an-object.md index 3ac1ae6611..8184797811 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transforms-to-an-object.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-apply-multiple-transforms-to-an-object.md @@ -2,6 +2,7 @@ title: "How to: Apply Multiple Transforms to an Object" description: Learn how to use a TransformGroup to group two or more Transform objects into a single composite Transform. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-chain-bitmapsource-objects-together.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-chain-bitmapsource-objects-together.md index deb5b0df24..d7bd782638 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-chain-bitmapsource-objects-together.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-chain-bitmapsource-objects-together.md @@ -2,6 +2,7 @@ title: "How to: Chain BitmapSource Objects Together" description: Learn how you can apply a variety of effects to an image source by chaining multiple BitmapSource derived objects together. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-by-using-a-storyboard.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-by-using-a-storyboard.md index 10740c6520..2261c2b8a7 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-by-using-a-storyboard.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-by-using-a-storyboard.md @@ -2,6 +2,7 @@ title: "How to: Control a MediaElement by Using a Storyboard" description: Control playback of media using a storyboard in Windows Presentation foundation (WPF). Consider this example for creating a simple media player. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-play-pause-stop-volume-and-speed.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-play-pause-stop-volume-and-speed.md index 6ce1e354a9..32d9167a5c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-play-pause-stop-volume-and-speed.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-mediaelement-play-pause-stop-volume-and-speed.md @@ -2,6 +2,7 @@ title: "How to: Control a MediaElement (Play, Pause, Stop, Volume, and Speed)" description: Control playback of media in Windows Presentation foundation (WPF). Start, stop, pause, skip back and forth, and adjust volume and speed. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-storyboard-after-it-starts.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-storyboard-after-it-starts.md index f7a6a0b973..2cb652b643 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-storyboard-after-it-starts.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-a-storyboard-after-it-starts.md @@ -2,6 +2,7 @@ title: "How to: Control a Storyboard After It Starts" description: Learn how to use Trigger and TriggerAction objects to control a Storyboard after it has started in XAML. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-an-animation-using-from-to-and-by.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-an-animation-using-from-to-and-by.md index 88c1f1c8b1..8d1b5fce1b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-an-animation-using-from-to-and-by.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-an-animation-using-from-to-and-by.md @@ -2,6 +2,7 @@ title: "How to: Control an Animation using From, To, and By" description: Review a table summarizing how the From, To, and By properties may be used together or separately to determine an animation's target values. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], From/to/by" - "basic animation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-key-frame-animation-timing.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-key-frame-animation-timing.md index 0e0f368661..27cc0212b5 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-key-frame-animation-timing.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-key-frame-animation-timing.md @@ -2,6 +2,7 @@ title: "How to: Control Key-Frame Animation Timing" description: Learn to control the timing of key frames within a key-frame animation using a Duration property and specifying a KeyTime for each key frame in the animation. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-the-fill-of-a-composite-shape.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-the-fill-of-a-composite-shape.md index 1faf821ad2..caaa6d3a98 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-the-fill-of-a-composite-shape.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-control-the-fill-of-a-composite-shape.md @@ -2,6 +2,7 @@ title: "How to: Control the Fill of a Composite Shape" description: Learn how to use the FillRule property of a GeometryGroup or a PathGeometry to determine whether a given point is part of the geometry. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "shapes [WPF], composite [WPF], controlling fill" - "composite shapes [WPF], controlling fill" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-a-different-pixelformat.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-a-different-pixelformat.md index 4232710033..952bfca738 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-a-different-pixelformat.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-a-different-pixelformat.md @@ -2,6 +2,7 @@ title: "How to: Convert a BitmapSource to a Different PixelFormat" description: Learn how to use FormatConvertedBitmap to convert a BitmapSource object (BitmapImage) to a different PixelFormat. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-an-indexed-pixel-format.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-an-indexed-pixel-format.md index 2d7e6307a9..cb8b66c893 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-an-indexed-pixel-format.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-convert-a-bitmapsource-to-an-indexed-pixel-format.md @@ -2,6 +2,7 @@ title: "How to: Convert a BitmapSource to an Indexed Pixel Format" description: Learn how to convert a BitmapSource representing a single, constant set of pixels to an indexed pixel format. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-3-d-scene.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-3-d-scene.md index 7fc6ab5923..54974fc48e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-3-d-scene.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-3-d-scene.md @@ -2,6 +2,7 @@ title: "How to: Create a 3D Scene" description: Learn how to create a 3D scene. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-bitmap-from-a-visual.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-bitmap-from-a-visual.md index cf36cbb868..68dea904bc 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-bitmap-from-a-visual.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-bitmap-from-a-visual.md @@ -2,6 +2,7 @@ title: "How to: Create a Bitmap from a Visual" description: Learn how a DrawingVisual is rendered with FormattedText then rendered to the RenderTargetBitmap creating a bitmap of the given text. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-combined-geometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-combined-geometry.md index 2c28514ef4..35d6f8af36 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-combined-geometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-combined-geometry.md @@ -2,6 +2,7 @@ title: "How to: Create a Combined Geometry" description: Create a CombinedGeometry object by setting its Geometry1 and Geometry2 properties, then setting the GeometryCombineMode property which determines how the geometries will be combined. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "combining geometries [WPF]" - "graphics [WPF], combining geometries" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-drawing.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-drawing.md index 174b5a2936..bf1dcbb89c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-drawing.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-drawing.md @@ -2,6 +2,7 @@ title: "How to: Create a Composite Drawing" description: Learn how to use a DrawingGroup to create complex drawings by combining multiple Drawing objects into a single composite drawing. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drawings [WPF], composite" - "composite drawings [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-shape.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-shape.md index 07d30015bd..d55bef3548 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-shape.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-composite-shape.md @@ -2,6 +2,7 @@ title: "How to: Create a Composite Shape" description: Learn how to create composite shapes using Geometry objects and then display them using a Path element. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-cubic-bezier-curve.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-cubic-bezier-curve.md index bf71c84a27..7e5c7265ac 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-cubic-bezier-curve.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-cubic-bezier-curve.md @@ -2,6 +2,7 @@ title: "How to: Create a Cubic Bezier Curve" description: Learn how to create a cubic Bezier curve using the PathGeometry, PathFigure, and BezierSegment classes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "curves [WPF], cubic Bezier" - "Bezier curves [WPF], cubic" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-geometrydrawing.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-geometrydrawing.md index 84cde6c62a..26600a96ab 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-geometrydrawing.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-geometrydrawing.md @@ -2,6 +2,7 @@ title: "How to: Create a GeometryDrawing" description: Learn how to create and display a GeometryDrawing by associating a Pen and a Brush with a Geometry to create a shape with a fill and an outline. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "shapes [WPF], renderable" - "renderable shapes [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-line-using-a-linegeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-line-using-a-linegeometry.md index a218477d17..a6da6772ad 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-line-using-a-linegeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-line-using-a-linegeometry.md @@ -2,6 +2,7 @@ title: "How to: Create a Line Using a LineGeometry" description: Learn how to create and render a LineGeometry. A Path element is used to render the line and it is defined by the start and end points. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-linesegment-in-a-pathgeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-linesegment-in-a-pathgeometry.md index 8701a93393..34dbbb64cd 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-linesegment-in-a-pathgeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-linesegment-in-a-pathgeometry.md @@ -2,6 +2,7 @@ title: "How to: Create a LineSegment in a PathGeometry" description: Learn how to create a line segment using the PathGeometry, PathFigure, and LineSegment classes. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-new-bitmapsource.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-new-bitmapsource.md index f37098d092..6cb88d63f9 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-new-bitmapsource.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-new-bitmapsource.md @@ -2,6 +2,7 @@ title: "How to: Create a new BitmapSource" description: Learn about how to use the Create method of BitmapSource to create a new BitmapSource object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-quadratic-bezier-curve.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-quadratic-bezier-curve.md index e4546ac4c6..904055ce5a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-quadratic-bezier-curve.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-quadratic-bezier-curve.md @@ -2,6 +2,7 @@ title: "How to: Create a Quadratic Bezier Curve" description: Learn how to create a quadratic Bezier curve using the PathGeometry, the PathFigure, and the QuadraticBezierSegment classes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Bezier curves [WPF], creating" - "quadratic Bezier curves [WPF], creating" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-reflection.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-reflection.md index 49c32e6bf1..99003fc110 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-reflection.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-reflection.md @@ -2,6 +2,7 @@ title: "How to: Create a Reflection" description: Learn about how to use a VisualBrush to produce interesting visual effects, such as reflections. ms.date: 03/16/2023 +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-by-using-a-pathgeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-by-using-a-pathgeometry.md index 94e1c17c26..f7627e8acd 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-by-using-a-pathgeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-by-using-a-pathgeometry.md @@ -2,6 +2,7 @@ title: "How to: Create a Shape by Using a PathGeometry" description: Learn how to create a shape using the PathGeometry class. PathGeometry objects are composed of one or more PathFigure objects. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "shapes [WPF], creating with PathGeometry class" - "graphics [WPF], shapes" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-using-a-streamgeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-using-a-streamgeometry.md index 38299fc22b..058d8f5e62 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-using-a-streamgeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-a-shape-using-a-streamgeometry.md @@ -2,6 +2,7 @@ title: "How to: Create a Shape Using a StreamGeometry" description: Learn how to create a Shape using a StreamGeometry. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-an-elliptical-arc.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-an-elliptical-arc.md index 8b054978e2..1abba60abd 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-an-elliptical-arc.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-an-elliptical-arc.md @@ -2,6 +2,7 @@ title: "How to: Create an Elliptical Arc" description: Learn how to draw an elliptical arc using the PathGeometry, PathFigure, and ArcSegment classes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], elliptical arcs" - "elliptical arcs [WPF], creating" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-different-tile-patterns-with-a-tilebrush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-different-tile-patterns-with-a-tilebrush.md index a21fe79c16..012664a5c0 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-different-tile-patterns-with-a-tilebrush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-different-tile-patterns-with-a-tilebrush.md @@ -2,6 +2,7 @@ title: "How to: Create Different Tile Patterns with a TileBrush" description: Learn about the TileMode property enabling you to specify how the content of a TileBrush is repeated to fill an output area. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-multiple-subpaths-within-a-pathgeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-multiple-subpaths-within-a-pathgeometry.md index 0bf3a7377a..f3161d079a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-multiple-subpaths-within-a-pathgeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-create-multiple-subpaths-within-a-pathgeometry.md @@ -2,6 +2,7 @@ title: "How to: Create Multiple Subpaths Within a PathGeometry" description: Learn how to create multiple subpaths in a PathGeometry, you must create a PathFigure for each subpath. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "multiple subpaths [WPF]" - "graphics [WPF], subpaths" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-name-scope.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-name-scope.md index 2d3b4c755e..fe710d073a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-name-scope.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-name-scope.md @@ -2,6 +2,7 @@ title: "How to: Define a Name Scope" description: Learn how to create a NameScope and define it by registering the target objects' names with the element that owns that name scope. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-pen.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-pen.md index 684a4cb3af..5d2359c930 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-pen.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-pen.md @@ -1,6 +1,7 @@ --- title: "How to: Define a Pen" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-rectangle-using-a-rectanglegeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-rectangle-using-a-rectanglegeometry.md index 3fc3bbdeb7..5370051ef7 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-rectangle-using-a-rectanglegeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-define-a-rectangle-using-a-rectanglegeometry.md @@ -1,6 +1,7 @@ --- title: "How to: Define a Rectangle Using a RectangleGeometry" ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-closed-shape-by-using-the-polygon-element.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-closed-shape-by-using-the-polygon-element.md index 73d368afec..582be2c32e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-closed-shape-by-using-the-polygon-element.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-closed-shape-by-using-the-polygon-element.md @@ -2,6 +2,7 @@ title: "How to: Draw a Closed Shape by Using the Polygon Element" description: Learn how to draw a closed shape by creating a Polygon element and using its Points property to specify the vertices of a shape. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], Polygon elements" - "closed shapes [WPF], drawing with Polygon elements" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-line.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-line.md index 6876039254..079d538e50 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-line.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-line.md @@ -2,6 +2,7 @@ title: "How to: Draw a Line" description: Learn how to draw a Line by creating a Line element and using its X1 and Y1 properties to set its start point and its X2 and Y2 properties to set its end point. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drawing [WPF], lines" - "graphics [WPF], lines" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-polyline-by-using-the-polyline-element.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-polyline-by-using-the-polyline-element.md index 862fd77ff3..2ef4df0d53 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-polyline-by-using-the-polyline-element.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-polyline-by-using-the-polyline-element.md @@ -2,6 +2,7 @@ title: "How to: Draw a Polyline by Using the Polyline Element" description: Learn how to draw a polyline by creating a Polyline element and using its Points property to specify the shape vertices. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "connected lines [WPF]" - "polylines [WPF], drawing" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-rectangle.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-rectangle.md index 1c0a12c316..962c181705 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-rectangle.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-a-rectangle.md @@ -2,6 +2,7 @@ title: "How to: Draw a Rectangle" description: Learn how to draw a rectangle by creating a Rectangle element and specifying its Height and Width properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drawing [WPF], rectangles" - "graphics [WPF], rectangles" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-ellipse-or-a-circle.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-ellipse-or-a-circle.md index 8591ff7e0c..fb7e7d5e4b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-ellipse-or-a-circle.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-ellipse-or-a-circle.md @@ -2,6 +2,7 @@ title: "How to: Draw an Ellipse or a Circle" description: Learn how to draw an ellipse or circle with choices for outline thickness and interior color in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "ellipses [WPF], drawing" - "circles [WPF], drawing" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-image-using-imagedrawing.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-image-using-imagedrawing.md index dd1e7afa96..e8088dc487 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-image-using-imagedrawing.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-draw-an-image-using-imagedrawing.md @@ -2,6 +2,7 @@ title: "How to: Draw an Image Using ImageDrawing" description: Learn how to use an ImageDrawing to draw an image enabling you to display an ImageSource with a DrawingBrush, DrawingImage, or Visual. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "drawing [WPF], images" - "graphics [WPF], drawing images" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-a-visual-to-an-image-file.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-a-visual-to-an-image-file.md index 67f2a1deda..b8d3400429 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-a-visual-to-an-image-file.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-a-visual-to-an-image-file.md @@ -2,6 +2,7 @@ title: "How to: Encode a Visual to an Image File" description: Learn how to encode a Visual object into an image file using a RenderTargetBitmap and a PngBitmapEncoder. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-bmp-image.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-bmp-image.md index 8c17c47b06..f404d587e2 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-bmp-image.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-bmp-image.md @@ -2,6 +2,7 @@ title: "How to: Encode and Decode a BMP Image" description: Learn how to Encode and Decode a BMP image. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-gif-image.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-gif-image.md index 9228148f27..e1a5af5927 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-gif-image.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-gif-image.md @@ -2,6 +2,7 @@ title: "How to: Encode and Decode a GIF Image" description: Learn how to Encode and Decode a GIF image. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-jpeg-image.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-jpeg-image.md index 7354f35b26..3054c00bd3 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-jpeg-image.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-jpeg-image.md @@ -2,6 +2,7 @@ title: "How to: Encode and decode a JPEG image" description: Learn how to decode and encode a JPEG image using the specific JpegBitmapDecoder and JpegBitmapEncoder objects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-png-image.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-png-image.md index d32977b8b9..20729b958c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-png-image.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-png-image.md @@ -2,6 +2,7 @@ title: "How to: Encode and Decode a PNG Image" description: Learn how to Encode and Decode a PNG image. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-tiff-image.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-tiff-image.md index d56eb74caf..bb093d2e77 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-tiff-image.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-tiff-image.md @@ -2,6 +2,7 @@ title: "How to: Encode and Decode a TIFF Image" description: Learn how to Encode and Decode a TIFF image. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-wdp-image.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-wdp-image.md index 0e2939fc78..be3933f29d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-wdp-image.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-encode-and-decode-a-wdp-image.md @@ -2,6 +2,7 @@ title: "How to: Encode and Decode a WDP Image" description: Learn how to Encode and Decode a WDP image. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-enumerate-drawing-content-of-a-visual.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-enumerate-drawing-content-of-a-visual.md index cdda32e166..a8b3501a7a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-enumerate-drawing-content-of-a-visual.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-enumerate-drawing-content-of-a-visual.md @@ -2,6 +2,7 @@ title: "How to: Enumerate Drawing Content of a Visual" description: Learn how to enumerate the drawing content of a Visual by using the GetDrawing method to retrieve the DrawingGroup value of a Visual and enumerating it. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "retrieving the DrawingGroup value of a Visual [WPF]" - "enumerating the contents of a Visual [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-get-the-offset-of-a-visual.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-get-the-offset-of-a-visual.md index 7691035861..379014391e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-get-the-offset-of-a-visual.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-get-the-offset-of-a-visual.md @@ -2,6 +2,7 @@ title: "How to: Get the Offset of a Visual" description: Learn how to how to retrieve the offset value of a visual object that is relative to its parent, or any ancestor or descendant. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-geometry-in-a-visual.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-geometry-in-a-visual.md index 3862a0ed68..d6ad024af2 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-geometry-in-a-visual.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-geometry-in-a-visual.md @@ -2,6 +2,7 @@ title: "How to: Hit Test Geometry in a Visual" description: Learn how to perform a hit test on a visual object that is composed of one or more Geometry objects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-in-a-viewport3d.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-in-a-viewport3d.md index 0b7530aee7..a00a113ab7 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-in-a-viewport3d.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-in-a-viewport3d.md @@ -2,6 +2,7 @@ title: "How to: Hit Test in a Viewport3D" description: Learn how to perform a hit test for 3D Visuals in the bounds of a Viewport3D element containing 2D and 3D information. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-a-win32-host-container.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-a-win32-host-container.md index ac7d2a5886..c770c2bd0a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-a-win32-host-container.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-a-win32-host-container.md @@ -2,6 +2,7 @@ title: "How to: Hit Test Using a Win32 Host Container" description: Learn how to set up mouse event handlers for a Win32 window that is used as a host container for visual objects to execute a hit test. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-geometry-as-a-parameter.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-geometry-as-a-parameter.md index f19bdb0e39..39ea09b867 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-geometry-as-a-parameter.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-hit-test-using-geometry-as-a-parameter.md @@ -2,6 +2,7 @@ title: "How to: Hit Test Using Geometry as a Parameter" description: Learn about how to perform a hit test on a visual object using a Geometry object as a hit test parameter. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-improve-rendering-performance-by-caching-an-element.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-improve-rendering-performance-by-caching-an-element.md index 6b7829e5e1..a343f64156 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-improve-rendering-performance-by-caching-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-improve-rendering-performance-by-caching-an-element.md @@ -2,6 +2,7 @@ title: "How to: Improve Rendering Performance by Caching an Element" description: Learn about how to use the BitmapCache class to improve rendering performance of a complex UIElement. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "rendering performance [WPF], caching an element" - "BitmapCache [WPF], improving rendering performance" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-interactively-control-a-clock.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-interactively-control-a-clock.md index 22e4bfb16a..10f14fd5d3 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-interactively-control-a-clock.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-interactively-control-a-clock.md @@ -2,6 +2,7 @@ title: "How to: Interactively Control a Clock" description: Learn how to use a Clock object's ClockController property to interactively start, pause, resume, seek, advance, and stop the clock. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-load-an-image-as-a-thumbnail.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-load-an-image-as-a-thumbnail.md index a7975df932..ce4e21d723 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-load-an-image-as-a-thumbnail.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-load-an-image-as-a-thumbnail.md @@ -2,6 +2,7 @@ title: "How to: Load an Image as a Thumbnail" description: Learn how to Load an Image as a Thumbnail. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-make-an-element-spin-in-place.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-make-an-element-spin-in-place.md index c48093e8e6..b22ddc2f89 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-make-an-element-spin-in-place.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-make-an-element-spin-in-place.md @@ -2,6 +2,7 @@ title: "How to: Make an Element Spin in Place" description: Learn how to make an element spin in place by using the RotateTransform and DoubleAnimation properties of the element. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], spinning elements" - "spinning elements [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-modify-the-cap-at-the-end-of-a-line-or-segment.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-modify-the-cap-at-the-end-of-a-line-or-segment.md index 82eb5c490a..41026a893c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-modify-the-cap-at-the-end-of-a-line-or-segment.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-modify-the-cap-at-the-end-of-a-line-or-segment.md @@ -2,6 +2,7 @@ title: "How to: Modify the Cap at the End of a Line or Segment" description: Learn how to modify the shape at the start or end cap of a line or segment using StrokeStartLineCap or StrokeEndLineCap. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Shape elements [WPF], ends" - "Shape elements [WPF], caps" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-drawing.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-drawing.md index 4453205b77..ff916d6b0e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-drawing.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-drawing.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with a Drawing" description: Learn about how to paint an area with a drawing using a DrawingBrush and one or more Drawing objects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-linear-gradient.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-linear-gradient.md index 08d74a987c..f1f9b89a98 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-linear-gradient.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-linear-gradient.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with a Linear Gradient" description: Learn how to paint an area with a linear gradient to transition the color using the LinearGradientBrush class. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "linear gradients [WPF], painting with" - "brushes [WPF], painting with linear gradients" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-radial-gradient.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-radial-gradient.md index b076fc670a..8788a62e57 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-radial-gradient.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-radial-gradient.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with a Radial Gradient" description: Learn how to paint an area with a radial gradient to transition the color using the RadialGradientBrush class. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-solid-color.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-solid-color.md index d0a8cca16c..b61d22b188 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-solid-color.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-solid-color.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with a Solid Color" description: Learn how to paint an area with a solid color using a predefined system brush or by creating a new SolidColorBrush. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "solid colors [WPF], painting with" - "brushes [WPF], painting with solid colors" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-system-brush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-system-brush.md index 6065160611..33123e564d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-system-brush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-system-brush.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with a System Brush" description: Learn how to use a system brush SolidColorBrush object to paint an area with the specified system color. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "system brushes [WPF], painting with" - "painting [WPF], with system brushes" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-video.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-video.md index cbd734fe0a..594602163a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-video.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-video.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with a Video" description: Learn how to Paint an Area with a Video. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-visual.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-visual.md index 047ca37ea8..01c6e6cb78 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-visual.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-a-visual.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with a Visual" description: Learn how to use the VisualBrush class to paint an area with a Visual in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-an-image.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-an-image.md index 70d2026660..98805438e9 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-an-image.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-paint-an-area-with-an-image.md @@ -2,6 +2,7 @@ title: "How to: Paint an Area with an Image" description: Learn how to paint an area with an image using the ImageBrush class. An ImageBrush displays a single image specified by its ImageSource property. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-using-a-videodrawing.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-using-a-videodrawing.md index a315e8b8a3..fe82f69305 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-using-a-videodrawing.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-using-a-videodrawing.md @@ -2,6 +2,7 @@ title: "How to: Play Media using a VideoDrawing" description: Learn how to play Media using a VideoDrawing. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "playback of media [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-with-animations.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-with-animations.md index 45f37d02ac..c61192a9b2 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-with-animations.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-play-media-with-animations.md @@ -2,6 +2,7 @@ title: "How to: Play Media with Animations" description: Learn how to play media and animations at the same time by using the MediaTimeline and DoubleAnimationUsingKeyFrames classes in the same Storyboard. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "multimedia [WPF], playback with animations" - "playback of media [WPF], with animations" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-preserve-the-aspect-ratio-of-an-image-used-as-a-background.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-preserve-the-aspect-ratio-of-an-image-used-as-a-background.md index a9f6f07873..f03c389bcd 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-preserve-the-aspect-ratio-of-an-image-used-as-a-background.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-preserve-the-aspect-ratio-of-an-image-used-as-a-background.md @@ -2,6 +2,7 @@ title: "How to: Preserve the Aspect Ratio of an Image Used as a Background" description: Learn how to preserve the aspect ratio of an image by setting the Stretch property of an ImageBrush to Uniform or UniformToFill. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "aspect ratios of background images [WPF], preserving" - "brushes [WPF], preserving aspect ratios of background images" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-read-metadata-from-a-bitmap.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-read-metadata-from-a-bitmap.md index a9808389ea..457246c33f 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-read-metadata-from-a-bitmap.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-read-metadata-from-a-bitmap.md @@ -2,6 +2,7 @@ title: "How to: Read Metadata from a Bitmap" description: Learn how to read bitmap metadata using the metadata query language in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-receive-notification-when-clock-state-changes.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-receive-notification-when-clock-state-changes.md index 916117af9c..1f4e7cf429 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-receive-notification-when-clock-state-changes.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-receive-notification-when-clock-state-changes.md @@ -2,6 +2,7 @@ title: "How to: Receive Notification When a Clock's State Changes" description: Learn how to receive notification when a Clock's state changes. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-render-on-a-per-frame-interval-using-compositiontarget.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-render-on-a-per-frame-interval-using-compositiontarget.md index 4e49af9633..d7fa3cfa86 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-render-on-a-per-frame-interval-using-compositiontarget.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-render-on-a-per-frame-interval-using-compositiontarget.md @@ -2,6 +2,7 @@ title: "How to: Render on a Per Frame Interval Using CompositionTarget" description: Learn how to use the CompositionTarget object to create custom animations based on a per-frame callback. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-an-animation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-an-animation.md index e4cdd67adb..c5bf5e5bd8 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-an-animation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-an-animation.md @@ -2,6 +2,7 @@ title: "How to: Repeat an Animation" description: Learn how to use the RepeatBehavior property of a Timeline to control the repeat behavior of an animation. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "RepeatBehavior property of timelines [WPF]" - "repeating animating [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-media-playback.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-media-playback.md index 17bd6b10db..2d03e262f0 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-media-playback.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-repeat-media-playback.md @@ -2,6 +2,7 @@ title: "How to: Repeat Media Playback" description: Learn how to use MediaElement and MediaTimeline in a Storyboard to play a media clip in an infinite loop. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "media [WPF], repeating playback" - "repeating media playback [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path-matrix-animation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path-matrix-animation.md index b3bdaebf63..f89a3241ae 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path-matrix-animation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path-matrix-animation.md @@ -2,6 +2,7 @@ title: "How to: Rotate an Object by Using a Geometric Path (Matrix Animation)" description: Learn how to use a MatrixAnimationUsingPath and a MatrixTransform to rotate an object along a geometric path defined by a PathGeometry object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path.md index 727c865d3b..3d7e01ef2c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object-by-using-a-geometric-path.md @@ -2,6 +2,7 @@ title: "How to: Rotate an Object by Using a Geometric Path" description: Learn how to use DoubleAnimationUsingPath objects to rotate an object along a geometric path that is defined by a PathGeometry object. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object.md index 2df6325adf..0c38a76200 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-rotate-an-object.md @@ -2,6 +2,7 @@ title: "How to: Rotate an Object" description: Learn how to use the RotateTransform properties CenterX and CenterY to rotate an object at a specified degree. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-round-the-corners-of-a-rectanglegeometry.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-round-the-corners-of-a-rectanglegeometry.md index 72cd3678ee..81a4cd0fa7 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-round-the-corners-of-a-rectanglegeometry.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-round-the-corners-of-a-rectanglegeometry.md @@ -2,6 +2,7 @@ title: "How to: Round the Corners of a RectangleGeometry" description: Learn how to round the corners of a RectangleGeometry by setting its RadiusX and RadiusY properties to a value greater than zero. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "corners [WPF], rounding" - "RectangleGeometry class [WPF], rounding corners" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-scale-an-element.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-scale-an-element.md index 99105a86d2..22ce80039f 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-scale-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-scale-an-element.md @@ -2,6 +2,7 @@ title: "How to: Scale an Element" description: Learn how to scale an element using ScaleTransform and its properties ScaleX, ScaleY, CenterX, and CenterY. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "scaling [WPF], elements" - "graphics [WPF], scaling elements" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-clock-synchronously.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-clock-synchronously.md index 162d301626..35d4c5382a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-clock-synchronously.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-clock-synchronously.md @@ -2,6 +2,7 @@ title: "How to: Seek a Clock Synchronously" description: Learn how to use the the Seek and SeekAlignedToLastTick methods of a ClockController to seek a clock to a specific point synchronously. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard-synchronously.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard-synchronously.md index 551c11cbe5..213a8b02e1 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard-synchronously.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard-synchronously.md @@ -2,6 +2,7 @@ title: "How to: Seek a Storyboard Synchronously" description: Learn how to seek a Storyboard synchronously. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard.md index 0867e6ed48..4d923e1998 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard.md @@ -2,6 +2,7 @@ title: "How to: Seek a Storyboard" description: Learn how to seek a Storyboard. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-duration-for-an-animation.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-duration-for-an-animation.md index c738e7d456..b8880aa0fc 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-duration-for-an-animation.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-duration-for-an-animation.md @@ -2,6 +2,7 @@ title: "How to: Set a Duration for an Animation" description: Learn how to set a Duration for an animation with a specific, finite time or the special values Automatic or Forever. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], duration" - "Timelines [WPF], description" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-property-after-animating-it-with-a-storyboard.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-property-after-animating-it-with-a-storyboard.md index ad48b80bea..77c889c82b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-property-after-animating-it-with-a-storyboard.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-a-property-after-animating-it-with-a-storyboard.md @@ -2,6 +2,7 @@ title: "How to: Set a Property After Animating It with a Storyboard" description: Learn how to set a Property after animating it with a Storyboard. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-horizontal-and-vertical-alignment-of-a-tilebrush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-horizontal-and-vertical-alignment-of-a-tilebrush.md index ecb9f40ec6..517374a9bc 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-horizontal-and-vertical-alignment-of-a-tilebrush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-horizontal-and-vertical-alignment-of-a-tilebrush.md @@ -2,6 +2,7 @@ title: "How to: Set the Horizontal and Vertical Alignment of a TileBrush" description: Learn how to set the Horizontal and Vertical alignment of a TileBrush. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-tile-size-for-a-tilebrush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-tile-size-for-a-tilebrush.md index a36956e06d..1cd98acf6c 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-tile-size-for-a-tilebrush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-set-the-tile-size-for-a-tilebrush.md @@ -2,6 +2,7 @@ title: "How to: Set the Tile Size for a TileBrush" description: Learn how to set the tile size for a TileBrush by setting the Viewport and ViewportUnits properties. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "TileBrush [WPF], size of tile properties" - "Viewport property of TileBrush [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-simplify-animations-by-using-child-timelines.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-simplify-animations-by-using-child-timelines.md index 9a2b53c1a6..5bf3c19ba4 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-simplify-animations-by-using-child-timelines.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-simplify-animations-by-using-child-timelines.md @@ -2,6 +2,7 @@ title: "How to: Simplify Animations by Using Child Timelines" description: Learn how to simplify animations by using one or more ParallelTimeline objects as nested child elements of a Storyboard. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "simplifying animations by child timelines [WPF]" - "animation [WPF], simplifying by child timelines" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-skew-an-element.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-skew-an-element.md index cc155bc47b..a30ba58cb1 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-skew-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-skew-an-element.md @@ -2,6 +2,7 @@ title: "How to: Skew an Element" description: Learn how to use System.Windows.Media SkewTransform to skew an element in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "skewing elements [WPF]" - "graphics [WPF], skewing elements" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-handoffbehavior-between-storyboard-animations.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-handoffbehavior-between-storyboard-animations.md index 08f284a2b3..3ab9da01dd 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-handoffbehavior-between-storyboard-animations.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-handoffbehavior-between-storyboard-animations.md @@ -2,6 +2,7 @@ title: "How to: Specify HandoffBehavior Between Storyboard Animations" description: Learn how to specify handoff behavior between storyboard animations in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Storyboards [WPF], handoff behavior between animations" - "animation [WPF], handoff behavior between" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-the-origin-of-a-transform-by-using-relative-values.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-the-origin-of-a-transform-by-using-relative-values.md index db9be1fde0..a4be6d7bb7 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-the-origin-of-a-transform-by-using-relative-values.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-the-origin-of-a-transform-by-using-relative-values.md @@ -2,6 +2,7 @@ title: "How to: Specify the Origin of a Transform by Using Relative Values" description: Learn how to use relative values to specify the origin of a RenderTransform that is applied to a FrameworkElement. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "origins of Transforms [WPF]" - "Transforms [WPF], origins of" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-whether-a-timeline-automatically-reverses.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-whether-a-timeline-automatically-reverses.md index 86669e0777..07cac32ea2 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-whether-a-timeline-automatically-reverses.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-specify-whether-a-timeline-automatically-reverses.md @@ -2,6 +2,7 @@ title: "How to: Specify Whether a Timeline Automatically Reverses" description: Learn how to specify whether a timeline automatically reverses after it completes a forward iteration. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "AutoReverse property of timelines [WPF]" - "Timelines [WPF], AutoReverse property" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-test-point4d-structures-for-equality-and-inequality.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-test-point4d-structures-for-equality-and-inequality.md index 1a2e185240..0dc5b7e7a2 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-test-point4d-structures-for-equality-and-inequality.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-test-point4d-structures-for-equality-and-inequality.md @@ -2,6 +2,7 @@ title: "How to: Test Point4D structures for equality and inequality" description: Learn how to test Point4D structures for equality and inequality. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "inequality [WPF], testing Point4D structures for" - "equality [WPF], testing Point4D structures for" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-a-brush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-a-brush.md index bcc7636671..637c66aa08 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-a-brush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-a-brush.md @@ -2,6 +2,7 @@ title: "How to: Transform a Brush" description: Learn how to transform Brush objects by using their two transformation properties RelativeTransform and Transform. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-points-and-vectors.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-points-and-vectors.md index 213d1a7333..0801d71c55 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-points-and-vectors.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-points-and-vectors.md @@ -2,6 +2,7 @@ title: "How to: Transform Points and Vectors" description: Learn how to use a Matrix to transform Point and Vector objects. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Vector objects [WPF], transforming" - "transforming Point objects [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-the-scale-of-a-3-d-model.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-the-scale-of-a-3-d-model.md index 55dfa72adb..0d7438e544 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-the-scale-of-a-3-d-model.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-transform-the-scale-of-a-3-d-model.md @@ -2,6 +2,7 @@ title: "How to: Transform the Scale of a 3D Model" description: Learn how to use ScaleTransform3D to transform the Scale of a 3D model. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "scaling [WPF], 3D objects" - "3D objects [WPF], scaling" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-translate-an-element.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-translate-an-element.md index 3c1dd95ad5..7099b4d32a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-translate-an-element.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-translate-an-element.md @@ -2,6 +2,7 @@ title: "How to: Translate an Element" description: Learn how to use TranslateTransform to move an element. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], translations" ms.assetid: 461c8273-15df-42f6-8672-89ba22887cc0 diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-an-animation-when-a-property-value-changes.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-an-animation-when-a-property-value-changes.md index ccb74d8fec..6a3ee3fb47 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-an-animation-when-a-property-value-changes.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-an-animation-when-a-property-value-changes.md @@ -2,6 +2,7 @@ title: "How to: Trigger an Animation When a Property Value Changes" description: Learn how to use a trigger to start a storyboard when a property value changes. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], starting when property values change" - "triggering animation [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-media-playback-with-a-user-event.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-media-playback-with-a-user-event.md index e6d18ecaba..ff394935b2 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-media-playback-with-a-user-event.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-trigger-media-playback-with-a-user-event.md @@ -2,6 +2,7 @@ title: "How to: Trigger Media Playback with a User Event" description: Learn how to use the MediaElement control and the MediaTimeline class to trigger media playback with a user event. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "synchronizing media playback with events [WPF]" - "playback of media [WPF], synchronizing with events" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-bitmapimage.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-bitmapimage.md index 0711ea7e65..a518ff2045 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-bitmapimage.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-bitmapimage.md @@ -2,6 +2,7 @@ title: "How to: Use a BitmapImage" description: Learn how to use a BitmapImage as the source of an Image control in Extensible Application Markup Language (XAML). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-cached-element-as-a-brush.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-cached-element-as-a-brush.md index 043eb52a3d..85ff6f7481 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-cached-element-as-a-brush.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-cached-element-as-a-brush.md @@ -2,6 +2,7 @@ title: "How to: Use a Cached Element as a Brush" description: Learn how to use the BitmapCacheBrush class to reuse a cached element. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "BitmapCache [WPF], using" - "cached element [WPF], use as a brush" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-drawing-as-an-image-source.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-drawing-as-an-image-source.md index 05d81ccc65..be6c2c942b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-drawing-as-an-image-source.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-drawing-as-an-image-source.md @@ -2,6 +2,7 @@ title: "How to: Use a Drawing as an Image Source" description: Learn how utilize DrawingImage to use a drawing as the source for an Image control. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], drawings [WPF], as image sources" - "image sources [WPF], drawings" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-matrixtransform-to-create-custom-transforms.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-matrixtransform-to-create-custom-transforms.md index 680222677b..1ef9160519 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-matrixtransform-to-create-custom-transforms.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-a-matrixtransform-to-create-custom-transforms.md @@ -2,6 +2,7 @@ title: "How to: Use a MatrixTransform to Create Custom Transforms" description: Learn how to use MatrixTransform to create custom transforms and move the position, stretch, and skew of a Button. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "graphics [WPF], custom Transforms" ms.assetid: 919381ca-989f-47cf-86b4-1094060236e4 diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-event-triggers-to-control-a-storyboard-after-it-starts.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-event-triggers-to-control-a-storyboard-after-it-starts.md index 125a69c08f..705c2a7095 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-event-triggers-to-control-a-storyboard-after-it-starts.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-event-triggers-to-control-a-storyboard-after-it-starts.md @@ -2,6 +2,7 @@ title: "How to: Use Event Triggers to Control a Storyboard After It Starts" description: Learn how to use event triggers to interactively control a storyboard after it starts. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "triggers [WPF], controlling Storyboards" - "event triggers [WPF], controlling Storyboards" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-system-colors-in-a-gradient.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-system-colors-in-a-gradient.md index 5c4633a447..cf75f13b3b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-system-colors-in-a-gradient.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-system-colors-in-a-gradient.md @@ -2,6 +2,7 @@ title: "How to: Use System Colors in a Gradient" description: Learn how to use dynamic system color resources to create a gradient. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "gradients [WPF], system colors in" - "system colors in gradients [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-transforms-on-a-mediaelement.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-transforms-on-a-mediaelement.md index 67a8cf5aeb..f79dac999f 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-transforms-on-a-mediaelement.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-use-transforms-on-a-mediaelement.md @@ -2,6 +2,7 @@ title: "How to: Use Transforms on a MediaElement" description: Learn how to how to use a RotateTransform on a MediaElement. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "Transforms [WPF], using on MediaElements" - "multimedia [WPF], using Transforms on MediaElements" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-write-metadata-to-a-bitmap.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-write-metadata-to-a-bitmap.md index d17d88ccc1..b7f0d19dcf 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-write-metadata-to-a-bitmap.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-write-metadata-to-a-bitmap.md @@ -2,6 +2,7 @@ title: "How to: Write Metadata to a Bitmap" description: Learn how to how to write metadata to a bitmap using the metadata query language. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/images.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/images.md index 067d254cd0..0cecbd6b7d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/images.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/images.md @@ -2,6 +2,7 @@ title: "Images" description: Learn about the built-in support for multiple image formats, high fidelity image rendering, and codec extensibility that is provided in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-how-to-topics.md index 1e7693d434..39fd0ed7b0 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-how-to-topics.md @@ -2,6 +2,7 @@ title: "Imaging How-to Topics" description: Review a list of topics demonstrating how to use Windows Presentation Foundation (WPF) in order to display or alter bitmap images. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-overview.md index bc2ea05449..aa9446593e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/imaging-overview.md @@ -2,6 +2,7 @@ title: "Imaging Overview" description: Learn how the Microsoft Windows Presentation Foundation Imaging Component enables developers to display, transform, and format images. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/index.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/index.md index d1ae82e1e2..828070f4e8 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/index.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/index.md @@ -2,6 +2,7 @@ title: "Graphics and Multimedia" description: Discover media features of Windows Presentation Foundation (WPF). Add graphics, transition effects, sound, and video to your applications. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animation-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animation-how-to-topics.md index 1dfca90095..6b52e72b42 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animation-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animation-how-to-topics.md @@ -2,6 +2,7 @@ title: "Key-Frame Animation How-to Topics" description: Review the topics demonstrating how to use key-frame animations to animate more than two property values and control interpolation. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animations-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animations-overview.md index 08e8bf9e16..2bbb87a272 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animations-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animations-overview.md @@ -2,6 +2,7 @@ title: "Key-Frame Animations Overview" description: Learn how key-frame animations enable you to animate using more than two target values, and control an animation's interpolation method. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "animation [WPF], key-frame" - "key frames [WPF], about key-frame animations" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/maximize-wpf-3d-performance.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/maximize-wpf-3d-performance.md index 794bfbe469..cf1d7e8c5b 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/maximize-wpf-3d-performance.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/maximize-wpf-3d-performance.md @@ -2,6 +2,7 @@ title: "Maximize 3D Performance" description: Learn how to optimize performance utilizing Windows Presentation Foundation (WPF) 3D features. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "3D graphics [WPF]" ms.assetid: 4bcf949d-d92f-4d8d-8a9b-1e4c61b25bf6 diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/multimedia-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/multimedia-overview.md index 0236ab33be..894dad1b22 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/multimedia-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/multimedia-overview.md @@ -2,6 +2,7 @@ title: "Multimedia Overview" description: Learn abut the multimedia features available in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "multimedia [WPF]" - "media [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md index e160a4b5e9..6b8eff3f1a 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md @@ -2,6 +2,7 @@ title: "Opacity Masks Overview" description: Learn how the OpacityMask property enables you to make portions of an element or visual either transparent or partially transparent. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "brushes [WPF], opacity masks" - "masks [WPF], opacity" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-images-drawings-and-visuals.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-images-drawings-and-visuals.md index b42c750a12..a12e987846 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-images-drawings-and-visuals.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-images-drawings-and-visuals.md @@ -2,6 +2,7 @@ title: "Painting with Images, Drawings, and Visuals" description: Learn about painting with images, drawings, and visuals in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-solid-colors-and-gradients-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-solid-colors-and-gradients-overview.md index 0d68801081..a65672c631 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-solid-colors-and-gradients-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/painting-with-solid-colors-and-gradients-overview.md @@ -2,6 +2,7 @@ title: "Painting with Solid Colors and Gradients Overview" description: Learn how to use objects to paint with solid colors, linear gradients, and radial gradients in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "solid colors [WPF], painting with" - "painting with gradients [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animation-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animation-how-to-topics.md index 04986f6671..e3dee4453e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animation-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animation-how-to-topics.md @@ -2,6 +2,7 @@ title: "Path Animation How-to Topics" description: Review topics demonstrating how to animate an object along a path in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animations-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animations-overview.md index 2eddadb9a2..7a2e2a74c0 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animations-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-animations-overview.md @@ -2,6 +2,7 @@ title: "Path Animations Overview" description: Learn about path animations which enable you to use a geometric path to generate output values. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md index 0db0f95fa5..33a7de3bbc 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md @@ -2,6 +2,7 @@ title: "Path Markup Syntax" description: Learn about the powerful and complex mini-language you can use to specify compact path geometries in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "attribute usage in XAML [WPF]" - "XAML [WPF], attribute usage" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/property-animation-techniques-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/property-animation-techniques-overview.md index 8aeae1abdf..475b56dd02 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/property-animation-techniques-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/property-animation-techniques-overview.md @@ -2,6 +2,7 @@ title: "Property Animation Techniques Overview" description: Learn about the different approaches used to animate properties in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-and-basic-drawing-in-wpf-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-and-basic-drawing-in-wpf-overview.md index 664d5bb1e1..b78968b227 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-and-basic-drawing-in-wpf-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-and-basic-drawing-in-wpf-overview.md @@ -2,6 +2,7 @@ title: Shapes and basic drawing overview description: Enhance your user interface with ready-to-use shapes and several layers of rendering services in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-how-to-topics.md index 2916591002..b5e43b7818 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes-how-to-topics.md @@ -2,6 +2,7 @@ title: "Shapes How-to Topics" description: Learn how to use Shape objects to draw basic shapes in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes.md index 4dbb86cf31..7a694a74e8 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes.md @@ -2,6 +2,7 @@ title: "Shapes" description: Learn how to draw basic shapes in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/specify-the-fillbehavior-for-a-timeline.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/specify-the-fillbehavior-for-a-timeline.md index 487ac2dcdf..fc05dab361 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/specify-the-fillbehavior-for-a-timeline.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/specify-the-fillbehavior-for-a-timeline.md @@ -2,6 +2,7 @@ title: "How to: Specify the FillBehavior for a Timeline that has Reached the End of Its Active Period" description: Learn how the FillBehavior property of a Timeline determines what happens to the value of an animated property when the Timeline is inactive. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "FillBehavior property for inactive timelines [WPF]" - "Timelines [WPF], FillBehavior property" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/storyboards-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/storyboards-overview.md index e77f2c2c87..3c8778bc11 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/storyboards-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/storyboards-overview.md @@ -2,6 +2,7 @@ title: "Storyboards Overview" description: Organize and apply animations in storyboards. Use property-targeting syntax and combine timelines in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tilebrush-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tilebrush-overview.md index 7b0b514e26..e5adce2ce6 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tilebrush-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tilebrush-overview.md @@ -2,6 +2,7 @@ title: "TileBrush Overview" description: Learn how the TileBrush objects provide control over how an area is painted with an image, drawing, or visual. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-behaviors-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-behaviors-overview.md index 9d65924826..d89a625af7 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-behaviors-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-behaviors-overview.md @@ -2,6 +2,7 @@ title: "Timing Behaviors Overview" description: Learn about the Timing Behaviors Overview. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "timing behaviors [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-events-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-events-overview.md index fc0789a7d2..bcf352a464 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-events-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/timing-events-overview.md @@ -2,6 +2,7 @@ title: "Timing Events Overview" description: Learn how to use the timing events available for Timeline and Clock objects. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations-how-to-topics.md index 96bba4bd78..4683070827 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations-how-to-topics.md @@ -2,6 +2,7 @@ title: "Transformations How-to Topics" description: Learn how to apply different transformations to objects in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations.md index d751997ff7..8ca4146a91 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transformations.md @@ -2,6 +2,7 @@ title: "Transformations" description: Learn how Transforms are used to rotate, scale, translate, or skew FrameworkElement objects. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transforms-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transforms-overview.md index 596792b088..86696d86ef 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transforms-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/transforms-overview.md @@ -2,6 +2,7 @@ title: "Transforms Overview" description: Learn about the transformations. ms.date: "03/30/2017" +ms.service: dotnet-framework ms.custom: devdivchpfy22 helpviewer_keywords: - "transformations [WPF], about transformations" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tutorial-hosting-visual-objects-in-a-win32-application.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tutorial-hosting-visual-objects-in-a-win32-application.md index 15f7f16cf5..29dcf40eab 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tutorial-hosting-visual-objects-in-a-win32-application.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/tutorial-hosting-visual-objects-in-a-win32-application.md @@ -2,6 +2,7 @@ title: "Tutorial: Hosting Visual Objects in a Win32 Application" description: Learn to write a sample application that hosts Windows Presentation Foundation (WPF) visual objects in a Win32 window. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/using-drawingvisual-objects.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/using-drawingvisual-objects.md index 27e6ca32fc..10b976055d 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/using-drawingvisual-objects.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/using-drawingvisual-objects.md @@ -2,6 +2,7 @@ title: "Using DrawingVisual Objects" description: Learn how to how to use DrawingVisual objects in the Windows Presentation Foundation (WPF) visual layer. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming-how-to-topics.md index 1833843adf..cfd53f5b2f 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming-how-to-topics.md @@ -2,6 +2,7 @@ title: "Visual Layer Programming How-to Topics" description: Learn how to use visual layer programming for hit-testing and low-level composition in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming.md index 2b43277b8c..250202c829 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/visual-layer-programming.md @@ -2,6 +2,7 @@ title: "Visual Layer Programming" description: Learn about the Visual object, a core Windows Presentation Foundation (WPF) object whose primary role is to provide rendering support. ms.date: "03/30/2017" +ms.service: dotnet-framework f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-brushes-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-brushes-overview.md index 93c744734b..e6530e24ad 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-brushes-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-brushes-overview.md @@ -2,6 +2,7 @@ title: Brushes overview description: Discover how to illustrate concepts by painting with simple, solid colors through gradients and patterns in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-graphics-rendering-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-graphics-rendering-overview.md index ada4200c3a..d297fc93b9 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-graphics-rendering-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/wpf-graphics-rendering-overview.md @@ -2,6 +2,7 @@ title: Graphics rendering overview description: Learn about the role of the basic graphics rendering class from which every object derives in the Windows Presentation Foundation (WPF). ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/includes/xbap-unsupported.md b/dotnet-desktop-guide/framework/wpf/includes/xbap-unsupported.md index ca0e95f75a..54dfa19994 100644 --- a/dotnet-desktop-guide/framework/wpf/includes/xbap-unsupported.md +++ b/dotnet-desktop-guide/framework/wpf/includes/xbap-unsupported.md @@ -2,6 +2,7 @@ author: adegeo ms.author: adegeo ms.date: 05/08/2024 +ms.service: dotnet-framework ms.topic: include --- diff --git a/dotnet-desktop-guide/framework/wpf/index.md b/dotnet-desktop-guide/framework/wpf/index.md index 6a79f9aebd..480c4eb040 100644 --- a/dotnet-desktop-guide/framework/wpf/index.md +++ b/dotnet-desktop-guide/framework/wpf/index.md @@ -2,6 +2,7 @@ title: "Windows Presentation Foundation" description: Learn about the unified programming model in Windows Presentation Foundation (WPF) for building line-of-business desktop applications in Windows. ms.date: "01/25/2018" +ms.service: dotnet-framework applies_to: - "Windows 10" - "Windows 7" diff --git a/dotnet-desktop-guide/framework/wpf/introduction-to-wpf.md b/dotnet-desktop-guide/framework/wpf/introduction-to-wpf.md index 1b968805d9..c802a73536 100644 --- a/dotnet-desktop-guide/framework/wpf/introduction-to-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/introduction-to-wpf.md @@ -3,6 +3,7 @@ title: Introduction to WPF titleSuffix: "" description: Create visually stunning user experiences in Windows. Discover the key capabilities and concepts of Windows Presentation Foundation (WPF). ms.date: 11/04/2016 +ms.service: dotnet-framework ms.topic: overview ms.assetid: b8d7cf43-d1f2-4f3d-adb0-4f3a6428edc0 dev_langs: diff --git a/dotnet-desktop-guide/framework/wpf/security-wpf.md b/dotnet-desktop-guide/framework/wpf/security-wpf.md index b95574690e..bf3d14a8e9 100644 --- a/dotnet-desktop-guide/framework/wpf/security-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/security-wpf.md @@ -2,6 +2,7 @@ title: "Security" description: Learn about the security model followed when developing Windows Presentation Foundation (WPF) standalone and browser-hosted applications. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "XAML files [WPF], sandbox behavior" - "browser-hosted application security [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/wpf-partial-trust-security.md b/dotnet-desktop-guide/framework/wpf/wpf-partial-trust-security.md index d3007d835b..9eb6b4535b 100644 --- a/dotnet-desktop-guide/framework/wpf/wpf-partial-trust-security.md +++ b/dotnet-desktop-guide/framework/wpf/wpf-partial-trust-security.md @@ -2,6 +2,7 @@ title: "Partial Trust Security" description: Learn how WPF relies on both Code Access Security (CAS) and ClickOnce to enforce restrictions regarding critical system resources. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/wpf-samples.md b/dotnet-desktop-guide/framework/wpf/wpf-samples.md index fa776241bf..9e794aef94 100644 --- a/dotnet-desktop-guide/framework/wpf/wpf-samples.md +++ b/dotnet-desktop-guide/framework/wpf/wpf-samples.md @@ -2,6 +2,7 @@ title: "Samples" description: Take a look at the capabilities and offerings of the Windows Presentation Foundation (WPF) demonstrated in these samples. ms.date: "11/02/2017" +ms.service: dotnet-framework helpviewer_keywords: - "WPF samples [WPF]" - "samples [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-platform-security.md b/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-platform-security.md index 1cadd34744..93e203b2c3 100644 --- a/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-platform-security.md +++ b/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-platform-security.md @@ -2,6 +2,7 @@ title: Platform security strategy description: Learn about the Windows Presentation Foundation (WPF) security services and how they integrate with the security features of the underlying platform. ms.date: "03/30/2017" +ms.service: dotnet-framework dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-security-engineering.md b/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-security-engineering.md index 192f49c985..71e433f918 100644 --- a/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-security-engineering.md +++ b/dotnet-desktop-guide/framework/wpf/wpf-security-strategy-security-engineering.md @@ -2,6 +2,7 @@ title: Security strategy and engineering description: Learn about the Microsoft Security Development Lifecycle (SDL) which is a key element of the Trustworthy computing initiative. ms.date: "03/30/2017" +ms.service: dotnet-framework helpviewer_keywords: - "security [WPF], testing techniques" - "Security Development Lifecycle (SDL), security analysis [WPF]" diff --git a/dotnet-desktop-guide/index.yml b/dotnet-desktop-guide/index.yml index ae0c8ec10a..c58a491da3 100644 --- a/dotnet-desktop-guide/index.yml +++ b/dotnet-desktop-guide/index.yml @@ -7,10 +7,10 @@ metadata: title: Desktop Guide for WPF and Windows Forms on .NET description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET and .NET Framework. ms.topic: landing-page - ms.product: dotnet author: adegeo ms.author: adegeo ms.date: 04/02/2025 + ms.service: dotnet-desktop # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0001.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0001.md index 943e82b987..67a5801e39 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0001.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0001.md @@ -2,6 +2,7 @@ title: Compiler Warning WFO0001 description: Learn more about compiler warning WFO0001. Only projects with 'OutputType=WindowsApplication' supported. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFO0001" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0002.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0002.md index 266e17836e..97f414de35 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0002.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0002.md @@ -2,6 +2,7 @@ title: Compiler Error WFO0002 description: Learn more about compiler error WFO0002. Unsupported property value on project properties. ms.date: 03/05/2025 +ms.service: dotnet-desktop f1_keywords: - "WFO0002" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0003.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0003.md index 8078af7403..237b427dd2 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0003.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo0003.md @@ -2,6 +2,7 @@ title: Compiler Warning WFO0003 description: Learn more about compiler warning WFO0003. Unsupported high DPI configuration. ms.date: 03/04/2025 +ms.service: dotnet-desktop no-loc: ["app.manifest"] f1_keywords: - "WFO0003" diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1000.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1000.md index 3dc2c9e116..923cd04051 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1000.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1000.md @@ -2,6 +2,7 @@ title: Compiler Error WFO1000 description: Learn more about compiler error WFO1000. Property does not configure the code serialization for its content. ms.date: 02/28/2025 +ms.service: dotnet-desktop f1_keywords: - "WFO1000" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1001.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1001.md index b5efb92984..643c5ea96c 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1001.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo1001.md @@ -2,6 +2,7 @@ title: Compiler Warning WFO1001 description: Learn more about compiler warning WFO1001. `Type` does not implement `ITypedDataObject`. ms.date: 03/11/2025 +ms.service: dotnet-desktop f1_keywords: - "WFO1001" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo2001.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo2001.md index 46d47d1014..8f96ca633c 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo2001.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo2001.md @@ -2,6 +2,7 @@ title: Compiler Warning WFO2001 description: Learn more about compiler warning WFO2001. `Task` is being passed to `InvokeAsync` without a cancellation token. ms.date: 03/11/2025 +ms.service: dotnet-desktop f1_keywords: - "WFO2001" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5001.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5001.md index 855c4f8338..bfd99e751f 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5001.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5001.md @@ -2,6 +2,7 @@ title: Compiler Error WFO5001 description: Learn more about compiler error WFO5001. 'ColorMode' is for evaluation purposes only and subject to change. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFO5001" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5002.md b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5002.md index b9d30cfe9a..1f0bfad3cc 100644 --- a/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5002.md +++ b/dotnet-desktop-guide/net/winforms/compiler-messages/wfo5002.md @@ -2,6 +2,7 @@ title: Compiler Error WFO5002 description: Learn more about compiler error WFO5002. Async is for evaluation purposes only and subject to change. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFO5002" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/controls-design/custom-controls-overview.md b/dotnet-desktop-guide/net/winforms/controls-design/custom-controls-overview.md index 91b5804f5f..c991d3eb2f 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/custom-controls-overview.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/custom-controls-overview.md @@ -4,6 +4,7 @@ description: "Learn about how custom controls differ from user controls by not p author: adegeo ms.topic: overview #Don't change ms.date: 01/15/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/designer-differences-framework.md b/dotnet-desktop-guide/net/winforms/controls-design/designer-differences-framework.md index e29209acb0..8459d0179d 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/designer-differences-framework.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/designer-differences-framework.md @@ -2,6 +2,7 @@ title: Designers changes from .NET Framework description: Learn about the Windows Forms designer changes from .NET Framework to .NET. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview no-loc: ["UserControl", "UserControl1", "UserControlProject", "Label", "Button", "Form", "TextBox"] dev_langs: diff --git a/dotnet-desktop-guide/net/winforms/controls-design/designer-errors.md b/dotnet-desktop-guide/net/winforms/controls-design/designer-errors.md index 535f783a62..72d8fd5b94 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/designer-errors.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/designer-errors.md @@ -2,6 +2,7 @@ title: Design-time error troubleshooting description: Learn about some of the common errors that occur when the Windows Forms Designer fails to load. This article might help you troubleshoot those errors. ms.date: 04/01/2025 +ms.service: dotnet-desktop ms.topic: troubleshooting f1_keywords: - "DTELErrorList" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/designer-overview.md b/dotnet-desktop-guide/net/winforms/controls-design/designer-overview.md index aab9c4d526..125b798f9b 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/designer-overview.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/designer-overview.md @@ -2,6 +2,7 @@ title: Visual Studio Design-time overview description: Learn about what capabilities are available in Visual Studio for Windows Forms designer support with your custom controls. ms.date: 04/01/2025 +ms.service: dotnet-desktop ms.topic: overview no-loc: ["UserControl", "UserControl1", "UserControlProject", "Label", "Button", "Form", "TextBox"] dev_langs: diff --git a/dotnet-desktop-guide/net/winforms/controls-design/designer-properties-overview.md b/dotnet-desktop-guide/net/winforms/controls-design/designer-properties-overview.md index 450b21b7a9..a28501a45a 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/designer-properties-overview.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/designer-properties-overview.md @@ -2,6 +2,7 @@ title: Design-time properties overview description: Learn about how the Windows Forms Designer interacts with control and form properties during design-time. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview no-loc: ["UserControl"] dev_langs: diff --git a/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-simple-custom-control.md b/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-simple-custom-control.md index 6eebaf87a8..59c05d61ab 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-simple-custom-control.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-simple-custom-control.md @@ -3,6 +3,7 @@ title: Create a simple custom control description: "Learn how to create a custom control that displays a string with a horizontal alignment." ms.topic: how-to ms.date: 01/15/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-usercontrol.md b/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-usercontrol.md index 82c613119e..9d21176d6b 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-usercontrol.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/how-to-create-usercontrol.md @@ -2,6 +2,7 @@ title: How to create a user control description: This article teaches you how to create a user control, known as a composite control, that you can add to other forms. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: how-to no-loc: ["UserControl", "UserControl1", "UserControlProject", "Label", "Button", "Form", "TextBox"] dev_langs: diff --git a/dotnet-desktop-guide/net/winforms/controls-design/how-to-designer-properties-shouldserialize-reset.md b/dotnet-desktop-guide/net/winforms/controls-design/how-to-designer-properties-shouldserialize-reset.md index c5def34bf6..04134e1959 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/how-to-designer-properties-shouldserialize-reset.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/how-to-designer-properties-shouldserialize-reset.md @@ -2,6 +2,7 @@ title: How to use the Reset and ShouldSerialize methods description: Learn how to implement the Reset and ShouldSerialize methods to control a property during design-time in Windows Forms. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: how-to dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/how-to-extend-existing.md b/dotnet-desktop-guide/net/winforms/controls-design/how-to-extend-existing.md index ffd991205e..46faec5c0d 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/how-to-extend-existing.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/how-to-extend-existing.md @@ -2,6 +2,7 @@ title: Customize an existing control description: Learn how to inherit from existing controls so that another control has all of its functionality and visual properties. ms.date: 01/14/2025 +ms.service: dotnet-desktop ms.topic: how-to dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md b/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md index 59a907e475..b2095e3c2a 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md @@ -2,6 +2,7 @@ title: How to set the toolbox icon description: Learn how to assign your control's icon. The icon appears in the Visual Studio Toolbox. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: how-to dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/overview.md b/dotnet-desktop-guide/net/winforms/controls-design/overview.md index 6a897136c9..828d2031db 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/overview.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/overview.md @@ -2,6 +2,7 @@ title: Create custom controls overview description: Learn about the different types of custom controls you can create in Windows Forms for .NET. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview f1_keywords: - "UserControl" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-guidelines.md b/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-guidelines.md index 595e754aa5..eca16e4a15 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-guidelines.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-guidelines.md @@ -2,6 +2,7 @@ title: User control guidelines description: This article offers practical advice on how to design your user control for Windows Forms. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-overview.md b/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-overview.md index 6b79569e29..cfc68ceaf7 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-overview.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/usercontrol-overview.md @@ -2,6 +2,7 @@ title: User control overview description: Learn about what a user control is in Windows Forms. A user control is a composite control that displays other controls as a group, and is interacted with as a single control. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview f1_keywords: - "UserControl" diff --git a/dotnet-desktop-guide/net/winforms/controls/custom-painting-drawing.md b/dotnet-desktop-guide/net/winforms/controls/custom-painting-drawing.md index 90cac28a07..24ff462e32 100644 --- a/dotnet-desktop-guide/net/winforms/controls/custom-painting-drawing.md +++ b/dotnet-desktop-guide/net/winforms/controls/custom-painting-drawing.md @@ -2,6 +2,7 @@ title: Custom painting for a control description: Learn about how to customize the appearance of a control through the OnPaint method and Paint event in Windows Forms for .NET. ms.date: 03/31/2025 +ms.service: dotnet-desktop ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/controls/events.md b/dotnet-desktop-guide/net/winforms/controls/events.md index d3476d3e5c..e2e41dbaf2 100644 --- a/dotnet-desktop-guide/net/winforms/controls/events.md +++ b/dotnet-desktop-guide/net/winforms/controls/events.md @@ -2,6 +2,7 @@ title: Control events overview description: Learn about the different types of events exposed by controls in Windows Forms for .NET. Controls raise events when the user interacts with the control. ms.date: 03/31/2025 +ms.service: dotnet-desktop ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-add-a-picture-to-a-control.md b/dotnet-desktop-guide/net/winforms/controls/how-to-add-a-picture-to-a-control.md index 8f265481ec..5812bfdfe6 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-add-a-picture-to-a-control.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-add-a-picture-to-a-control.md @@ -2,6 +2,7 @@ title: Display an image on a control description: Learn how to display an image on a Windows Form control. Many controls, such as the PictureBox, can display an image. ms.date: 03/31/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-add-an-event-handler.md b/dotnet-desktop-guide/net/winforms/controls/how-to-add-an-event-handler.md index 9cfb6719d1..efaaeaa284 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-add-an-event-handler.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-add-an-event-handler.md @@ -2,6 +2,7 @@ title: How to add or remove an event handler description: Learn how to create an event handler for a control at design-time with the Windows Forms Designer in Visual Studio or at run-time. ms.date: 03/31/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-add-to-a-form.md b/dotnet-desktop-guide/net/winforms/controls/how-to-add-to-a-form.md index 78652a32fd..4814095d1d 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-add-to-a-form.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-add-to-a-form.md @@ -2,6 +2,7 @@ title: Add Controls to a Form description: Learn how to add a control a form in Windows Forms for .NET ms.date: 03/31/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-create-access-keys.md b/dotnet-desktop-guide/net/winforms/controls/how-to-create-access-keys.md index 9fd289cb32..4d6b596282 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-create-access-keys.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-create-access-keys.md @@ -2,6 +2,7 @@ title: Create Access Keys for Controls description: Learn how to set the access key shortcut on a control or label in Windows Forms for .NET. ms.date: 03/31/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-dock-and-anchor.md b/dotnet-desktop-guide/net/winforms/controls/how-to-dock-and-anchor.md index 2af9eee0f0..4afb1e9aa9 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-dock-and-anchor.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-dock-and-anchor.md @@ -2,6 +2,7 @@ title: How to dock and anchor controls description: Learn how to s ms.date: 03/31/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-make-thread-safe-calls.md b/dotnet-desktop-guide/net/winforms/controls/how-to-make-thread-safe-calls.md index 5d5d4bbb45..2a73bbb5ed 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-make-thread-safe-calls.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-make-thread-safe-calls.md @@ -2,6 +2,7 @@ title: How to make thread-safe calls to controls description: Learn how to implement multithreading in your app by calling cross-thread controls in a thread-safe way. If you encounter the 'cross-thread operation not valid' error, use the InvokeRequired property to detect this error. The BackgroundWorker component is also an alternative to creating new threads. ms.date: 06/20/2021 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-display-text.md b/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-display-text.md index c95bb0266b..4a7917f6e2 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-display-text.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-display-text.md @@ -2,6 +2,7 @@ title: Set the Text displayed by a Control description: Learn how to set the text displayed by a Windows Forms control. Set or return the text by using the Text property, or change the font by using the Font property. ms.date: 03/31/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md b/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md index 3560ec8910..54cb57e950 100644 --- a/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md +++ b/dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md @@ -2,6 +2,7 @@ title: Set tab order of controls description: Learn how to set the tab order of controls on your Windows Forms for .NET. Set the tab order with Visual Studio or using the TabIndex property in the Properties window. ms.date: 03/31/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/controls/labels.md b/dotnet-desktop-guide/net/winforms/controls/labels.md index 6e5c4583e8..f84c0410f6 100644 --- a/dotnet-desktop-guide/net/winforms/controls/labels.md +++ b/dotnet-desktop-guide/net/winforms/controls/labels.md @@ -2,6 +2,7 @@ title: Label control description: Learn about the Label control in Windows Forms for .NET. Labels are used to identify visual elements to the user. ms.date: 03/31/2025 +ms.service: dotnet-desktop ms.topic: overview f1_keywords: - "Label" diff --git a/dotnet-desktop-guide/net/winforms/controls/layout.md b/dotnet-desktop-guide/net/winforms/controls/layout.md index 73d34c6174..853e4e26da 100644 --- a/dotnet-desktop-guide/net/winforms/controls/layout.md +++ b/dotnet-desktop-guide/net/winforms/controls/layout.md @@ -2,6 +2,7 @@ title: Control layout options description: Learn about the different settings on a control that affect layout and positioning in Windows Forms for .NET. Learn about the different types of control containers that affect layout. ms.date: 03/31/2025 +ms.service: dotnet-desktop ms.topic: overview helpviewer_keywords: - "forms [Windows Forms], aligning controls" diff --git a/dotnet-desktop-guide/net/winforms/controls/overview.md b/dotnet-desktop-guide/net/winforms/controls/overview.md index bbdd7540fa..9fbf2e816b 100644 --- a/dotnet-desktop-guide/net/winforms/controls/overview.md +++ b/dotnet-desktop-guide/net/winforms/controls/overview.md @@ -2,6 +2,7 @@ title: "Overview of Using Controls" description: Learn about how controls are used in Windows Forms for .NET. Controls are reusable components that provide functionality to the user. Many ready-to-use controls are provided. You can also make new controls. ms.date: 03/31/2025 +ms.service: dotnet-desktop ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/controls/provide-accessibility-information.md b/dotnet-desktop-guide/net/winforms/controls/provide-accessibility-information.md index d1f6a12708..3d3cbe0b5f 100644 --- a/dotnet-desktop-guide/net/winforms/controls/provide-accessibility-information.md +++ b/dotnet-desktop-guide/net/winforms/controls/provide-accessibility-information.md @@ -2,6 +2,7 @@ title: "Providing Accessibility Information for Controls on a Windows Form" description: Learn how to add accessibility information to a control. Windows Forms lets you add accessibility settings to a control to help people with disabilities. ms.date: 03/31/2025 +ms.service: dotnet-desktop helpviewer_keywords: - "Windows Forms controls, accessibility" - "controls [Windows Forms], accessibility" diff --git a/dotnet-desktop-guide/net/winforms/data/design-great-data-sources.md b/dotnet-desktop-guide/net/winforms/data/design-great-data-sources.md index b9ca43e04f..1b3acb175b 100644 --- a/dotnet-desktop-guide/net/winforms/data/design-great-data-sources.md +++ b/dotnet-desktop-guide/net/winforms/data/design-great-data-sources.md @@ -2,6 +2,7 @@ title: "Design great data sources" description: Learn how to design great data sources in Windows Forms .NET. ms.date: "05/31/2022" +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/data/how-to-create-control-binding.md b/dotnet-desktop-guide/net/winforms/data/how-to-create-control-binding.md index 2035cc8862..4a74e8e1f4 100644 --- a/dotnet-desktop-guide/net/winforms/data/how-to-create-control-binding.md +++ b/dotnet-desktop-guide/net/winforms/data/how-to-create-control-binding.md @@ -2,6 +2,7 @@ title: "How to create a simple-bound control on a Form" description: "Learn about how to create a simple-bound control on a Form in Windows Forms .NET." ms.date: "06/06/2022" +ms.service: dotnet-desktop helpviewer_keywords: - "data binding [Windows Forms], simple data binding" - "Windows Forms controls, data binding" diff --git a/dotnet-desktop-guide/net/winforms/data/how-to-synchronize-multiple-controls.md b/dotnet-desktop-guide/net/winforms/data/how-to-synchronize-multiple-controls.md index a93b3c096d..f933f9f5ef 100644 --- a/dotnet-desktop-guide/net/winforms/data/how-to-synchronize-multiple-controls.md +++ b/dotnet-desktop-guide/net/winforms/data/how-to-synchronize-multiple-controls.md @@ -2,6 +2,7 @@ title: "How to synchronize multiple controls bound to the same data source" description: Learn how to ensure multiple controls bound to the same data source remain synchronized. ms.date: "06/06/2022" +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/data/how-to-work-with-data-grid.md b/dotnet-desktop-guide/net/winforms/data/how-to-work-with-data-grid.md index 7ec485c11f..fce21ef75e 100644 --- a/dotnet-desktop-guide/net/winforms/data/how-to-work-with-data-grid.md +++ b/dotnet-desktop-guide/net/winforms/data/how-to-work-with-data-grid.md @@ -2,6 +2,7 @@ title: "How to navigate data" description: Learn how to navigate data in a Windows Forms application with a BindingSource component. ms.date: "05/20/2022" +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/data/overview.md b/dotnet-desktop-guide/net/winforms/data/overview.md index f04e6ab61e..e624b18a6c 100644 --- a/dotnet-desktop-guide/net/winforms/data/overview.md +++ b/dotnet-desktop-guide/net/winforms/data/overview.md @@ -2,6 +2,7 @@ title: "Overview of Data Binding and Windows Forms" description: "Learn about interfaces related to Data Binding, data sources supported by Windows Forms, and types of Data Binding." ms.date: "05/05/2022" +ms.service: dotnet-desktop ms.topic: overview helpviewer_keywords: - "data [Windows Forms], data-binding interfaces" diff --git a/dotnet-desktop-guide/net/winforms/forms/autoscale.md b/dotnet-desktop-guide/net/winforms/forms/autoscale.md index 2a0ef47383..f1dcff6292 100644 --- a/dotnet-desktop-guide/net/winforms/forms/autoscale.md +++ b/dotnet-desktop-guide/net/winforms/forms/autoscale.md @@ -2,6 +2,7 @@ title: "Automatic form scaling" description: "A look into how Windows Forms for .NET handles scaling the UI." ms.date: 10/26/2020 +ms.service: dotnet-desktop ms.topic: overview helpviewer_keywords: - "scalability [Windows Forms], automatic in Windows Forms" diff --git a/dotnet-desktop-guide/net/winforms/forms/events.md b/dotnet-desktop-guide/net/winforms/forms/events.md index 653b374ce6..425612d3c0 100644 --- a/dotnet-desktop-guide/net/winforms/forms/events.md +++ b/dotnet-desktop-guide/net/winforms/forms/events.md @@ -2,6 +2,7 @@ title: "Events Overview" description: "A brief overview about events with .NET Windows Forms." ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview helpviewer_keywords: - "Windows Forms, event handling" diff --git a/dotnet-desktop-guide/net/winforms/forms/how-to-add.md b/dotnet-desktop-guide/net/winforms/forms/how-to-add.md index a510fb9570..e02d7fb100 100644 --- a/dotnet-desktop-guide/net/winforms/forms/how-to-add.md +++ b/dotnet-desktop-guide/net/winforms/forms/how-to-add.md @@ -2,6 +2,7 @@ title: "Add a form to a project" description: "Add a new form to a .NET Windows Forms project in Visual Studio" ms.date: 04/02/2025 +ms.service: dotnet-desktop helpviewer_keywords: - "Windows Forms, create add form" --- diff --git a/dotnet-desktop-guide/net/winforms/forms/how-to-position-and-resize.md b/dotnet-desktop-guide/net/winforms/forms/how-to-position-and-resize.md index e3c225a24c..78e25bbe1f 100644 --- a/dotnet-desktop-guide/net/winforms/forms/how-to-position-and-resize.md +++ b/dotnet-desktop-guide/net/winforms/forms/how-to-position-and-resize.md @@ -2,6 +2,7 @@ title: "Position and resize a form" description: "Learn how to set the size and position of a form in .NET Windows Forms and Visual Studio. The size and location can either be set in the Visual Studio designer or through code." ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/get-started/create-app-visual-studio.md b/dotnet-desktop-guide/net/winforms/get-started/create-app-visual-studio.md index dede5d4ece..54578fac05 100644 --- a/dotnet-desktop-guide/net/winforms/get-started/create-app-visual-studio.md +++ b/dotnet-desktop-guide/net/winforms/get-started/create-app-visual-studio.md @@ -2,6 +2,7 @@ title: "Create a new app with Visual Studio tutorial" description: Follow this tutorial to learn how to create a new Windows Forms app for .NET with Visual Studio 2022. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: tutorial dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/index.yml b/dotnet-desktop-guide/net/winforms/index.yml index d444855785..6b7fcac3c2 100644 --- a/dotnet-desktop-guide/net/winforms/index.yml +++ b/dotnet-desktop-guide/net/winforms/index.yml @@ -8,6 +8,7 @@ metadata: description: Learn about using Windows Forms, an open-source, graphical user interface for Windows, on .NET. ms.topic: landing-page ms.date: 04/02/2025 + ms.service: dotnet-desktop # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new diff --git a/dotnet-desktop-guide/net/winforms/input-keyboard/events.md b/dotnet-desktop-guide/net/winforms/input-keyboard/events.md index 46258da000..2375801dd4 100644 --- a/dotnet-desktop-guide/net/winforms/input-keyboard/events.md +++ b/dotnet-desktop-guide/net/winforms/input-keyboard/events.md @@ -2,6 +2,7 @@ title: "Using keyboard events" description: Overview of using keyboard events to handle keyboard input. This article provides a list of keyboard-related events and when to use them. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-change-key-press.md b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-change-key-press.md index b0dde2d0b4..7ac86a5ab2 100644 --- a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-change-key-press.md +++ b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-change-key-press.md @@ -2,6 +2,7 @@ title: "Modify keyboard key events" description: Learn how to intercept a key press and modify which key is pressed on a Windows Forms .NET application. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-check-modifier-key.md b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-check-modifier-key.md index 7551d09b06..628ae87bf6 100644 --- a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-check-modifier-key.md +++ b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-check-modifier-key.md @@ -2,6 +2,7 @@ title: "Check which modifier key is pressed" description: Learn how to detect when the SHIFT, ALT, or CTRL keys are pressed in Windows Forms for .NET. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-handle-forms.md b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-handle-forms.md index 27d90861c1..7277e6967e 100644 --- a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-handle-forms.md +++ b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-handle-forms.md @@ -2,6 +2,7 @@ title: "Handle keyboard input at the Form level" description: Learn how to handle keyboard input for your Windows Forms at the form level, before messages reach a control. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-simulate-events.md b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-simulate-events.md index 97fe85abfc..d34925c513 100644 --- a/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-simulate-events.md +++ b/dotnet-desktop-guide/net/winforms/input-keyboard/how-to-simulate-events.md @@ -2,6 +2,7 @@ title: "Simulate keyboard events" description: Learn how to simulate keyboard events in Windows Forms for .NET. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/input-keyboard/overview.md b/dotnet-desktop-guide/net/winforms/input-keyboard/overview.md index ecb90b3496..a935bf4b1f 100644 --- a/dotnet-desktop-guide/net/winforms/input-keyboard/overview.md +++ b/dotnet-desktop-guide/net/winforms/input-keyboard/overview.md @@ -2,6 +2,7 @@ title: "Overview of keyboard input" description: Learn about how keyboard input works in Windows Forms for .NET. Keyboard events are raised by forms and controls and represent keys that are down, pressed, or up. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/input-keyboard/validation.md b/dotnet-desktop-guide/net/winforms/input-keyboard/validation.md index bcbd591fa4..d06f34e4a6 100644 --- a/dotnet-desktop-guide/net/winforms/input-keyboard/validation.md +++ b/dotnet-desktop-guide/net/winforms/input-keyboard/validation.md @@ -2,6 +2,7 @@ title: "User input validation" description: Learn about several ways that you can use Windows Forms to validate user input in your applications. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview helpviewer_keywords: - "Windows Forms, validating user input" diff --git a/dotnet-desktop-guide/net/winforms/input-mouse/drag-and-drop.md b/dotnet-desktop-guide/net/winforms/input-mouse/drag-and-drop.md index 2ee0a16915..e2255e3a40 100644 --- a/dotnet-desktop-guide/net/winforms/input-mouse/drag-and-drop.md +++ b/dotnet-desktop-guide/net/winforms/input-mouse/drag-and-drop.md @@ -2,6 +2,7 @@ title: "Drag-and-drop mouse behaviors" description: Learn about how drag-and-drop works on Windows Forms, including how to perform drag-and-drop with the mouse. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: conceptual dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/input-mouse/events.md b/dotnet-desktop-guide/net/winforms/input-mouse/events.md index 4a20b88cb0..1062b2c697 100644 --- a/dotnet-desktop-guide/net/winforms/input-mouse/events.md +++ b/dotnet-desktop-guide/net/winforms/input-mouse/events.md @@ -2,6 +2,7 @@ title: "Using mouse events" description: Overview of using mouse events to handle mouse input. Each event may provide associated data. This article provides a list of mouse-related events. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: conceptual dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/winforms/input-mouse/how-to-distinguish-between-clicks-and-double-clicks.md b/dotnet-desktop-guide/net/winforms/input-mouse/how-to-distinguish-between-clicks-and-double-clicks.md index 1b3c65296d..0a97f42663 100644 --- a/dotnet-desktop-guide/net/winforms/input-mouse/how-to-distinguish-between-clicks-and-double-clicks.md +++ b/dotnet-desktop-guide/net/winforms/input-mouse/how-to-distinguish-between-clicks-and-double-clicks.md @@ -2,6 +2,7 @@ title: "How to distinguish between single and double clicks" description: Describes different ways to detect the difference between a single or double click with a control or form for Windows Forms for .NET. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/input-mouse/how-to-manage-cursor-pointer.md b/dotnet-desktop-guide/net/winforms/input-mouse/how-to-manage-cursor-pointer.md index f8f21edaa5..59149440be 100644 --- a/dotnet-desktop-guide/net/winforms/input-mouse/how-to-manage-cursor-pointer.md +++ b/dotnet-desktop-guide/net/winforms/input-mouse/how-to-manage-cursor-pointer.md @@ -2,6 +2,7 @@ title: "How to manage mouse pointer" description: Learn how to access, control, and change the mouse pointer in Windows Forms for .NET. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/input-mouse/how-to-simulate-events.md b/dotnet-desktop-guide/net/winforms/input-mouse/how-to-simulate-events.md index ac5e3d9a9f..4755410b22 100644 --- a/dotnet-desktop-guide/net/winforms/input-mouse/how-to-simulate-events.md +++ b/dotnet-desktop-guide/net/winforms/input-mouse/how-to-simulate-events.md @@ -2,6 +2,7 @@ title: "How to simulate mouse events" description: Learn how to simulate mouse events in Windows Forms for .NET. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/input-mouse/overview.md b/dotnet-desktop-guide/net/winforms/input-mouse/overview.md index 96d4e63e3b..2d015d2896 100644 --- a/dotnet-desktop-guide/net/winforms/input-mouse/overview.md +++ b/dotnet-desktop-guide/net/winforms/input-mouse/overview.md @@ -2,6 +2,7 @@ title: "Overview of mouse input" description: Learn about how mouse input works in Windows Forms for .NET. Mouse events are raised by forms and controls and represent the position and button state of the mouse. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview helpviewer_keywords: - "Windows Forms, mouse input" diff --git a/dotnet-desktop-guide/net/winforms/migration/index.md b/dotnet-desktop-guide/net/winforms/migration/index.md index 6cd99c1bce..fcc48d3dbe 100644 --- a/dotnet-desktop-guide/net/winforms/migration/index.md +++ b/dotnet-desktop-guide/net/winforms/migration/index.md @@ -2,6 +2,7 @@ title: Upgrade a .NET Framework WinForms app to .NET description: Learn how to upgrade a .NET Framework (or previous .NET) Windows Forms application to .NET with the .NET Upgrade Assistant and Visual Studio. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: upgrade-and-migration-article #Don't change. #customer intent: As a developer, I want to use the .NET Upgrade Assistant to automatically upgrade my projects to the latest version of .NET. --- diff --git a/dotnet-desktop-guide/net/winforms/overview/index.md b/dotnet-desktop-guide/net/winforms/overview/index.md index 7f6c34e2b0..d167bddc83 100644 --- a/dotnet-desktop-guide/net/winforms/overview/index.md +++ b/dotnet-desktop-guide/net/winforms/overview/index.md @@ -2,6 +2,7 @@ title: What is Windows Forms description: This article gives an overview of Windows Forms with .NET ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: overview #Customer intent: As a developer, I want to understand the components of Windows Forms so that I can understand the overall picture of Windows Forms. --- diff --git a/dotnet-desktop-guide/net/winforms/printing/how-to-print-in-windows-forms-using-print-preview.md b/dotnet-desktop-guide/net/winforms/printing/how-to-print-in-windows-forms-using-print-preview.md index cbcc25bf91..b3f6cc5625 100644 --- a/dotnet-desktop-guide/net/winforms/printing/how-to-print-in-windows-forms-using-print-preview.md +++ b/dotnet-desktop-guide/net/winforms/printing/how-to-print-in-windows-forms-using-print-preview.md @@ -2,6 +2,7 @@ title: Print using print preview description: Learn how to add print preview services to your application by using the Windows Forms PrintPreviewDialog control. ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/printing/how-to-print-text-document.md b/dotnet-desktop-guide/net/winforms/printing/how-to-print-text-document.md index c157184a12..bfe2919b34 100644 --- a/dotnet-desktop-guide/net/winforms/printing/how-to-print-text-document.md +++ b/dotnet-desktop-guide/net/winforms/printing/how-to-print-text-document.md @@ -2,6 +2,7 @@ title: "How to print multi-page text file" description: Learn how to print multiple page text file (Windows Forms .NET). ms.date: 04/02/2025 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/printing/how-to-print-windows-form.md b/dotnet-desktop-guide/net/winforms/printing/how-to-print-windows-form.md index de02f3a83d..cc93fd27b9 100644 --- a/dotnet-desktop-guide/net/winforms/printing/how-to-print-windows-form.md +++ b/dotnet-desktop-guide/net/winforms/printing/how-to-print-windows-form.md @@ -2,6 +2,7 @@ title: "How to print a Windows Form" description: Learn how to programmatically print a copy of the current Windows Form by using the CopyFromScreen method. ms.date: "05/04/2022" +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/winforms/printing/overview.md b/dotnet-desktop-guide/net/winforms/printing/overview.md index 24e661a1ca..f38c72cb1c 100644 --- a/dotnet-desktop-guide/net/winforms/printing/overview.md +++ b/dotnet-desktop-guide/net/winforms/printing/overview.md @@ -2,6 +2,7 @@ title: "PrintDialog component overview" description: "Learn about print related settings in with Windows Forms in .NET, like displaying the PrintDialog and working with print jobs." ms.date: 04/02/2025 +ms.service: dotnet-desktop f1_keywords: - "PrintDialog" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/visualstudio/troubleshoot-32bit.md b/dotnet-desktop-guide/net/winforms/visualstudio/troubleshoot-32bit.md index a61bfebaee..994a6e0a3f 100644 --- a/dotnet-desktop-guide/net/winforms/visualstudio/troubleshoot-32bit.md +++ b/dotnet-desktop-guide/net/winforms/visualstudio/troubleshoot-32bit.md @@ -2,6 +2,7 @@ title: Troubleshoot 32-bit problems description: Describes how Visual Studio and Windows Forms might have problems with 32-bit components. Learn how to enable the out-of-process designer, which can help. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: troubleshooting #customer intent: As a developer I want to understand why 32-bit references are a problem so that I can fix my problems or upgrade Visual Studio --- diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac001.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac001.md index 8fc6a0765f..907f3fc97f 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac001.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac001.md @@ -2,6 +2,7 @@ title: WFAC001 error description: Learn about the Windows Forms code that generate compile-time error WFAC001. ms.date: 04/02/2025 +ms.service: dotnet-desktop f1_keywords: - "WFAC001" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac002.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac002.md index e131be8957..dfde3c3ce7 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac002.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac002.md @@ -2,6 +2,7 @@ title: WFAC002 error description: Learn about the Windows Forms code that generate compile-time error WFAC002. ms.date: 03/05/2025 +ms.service: dotnet-desktop f1_keywords: - "WFAC002" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac010.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac010.md index 09feb8abf7..4702a9e6fa 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac010.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfac010.md @@ -2,6 +2,7 @@ title: WFAC010 warning description: Learn about the Windows Forms DPI settings that generate compile-time warning WFAC010. ms.date: 03/05/2025 +ms.service: dotnet-desktop f1_keywords: - "WFAC010" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev001.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev001.md index 26b6b623cd..2f66670e4c 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev001.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev001.md @@ -2,6 +2,7 @@ title: WFDEV001 warning description: Learn about Windows Forms compile-time warning WFDEV001. 'WParam', 'LParam', 'Result' are obsolete internally to Windows Forms. ms.date: 03/03/2025 +ms.service: dotnet-desktop f1_keywords: - "WFDEV001" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev002.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev002.md index 02af3d5599..b6e5fe0908 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev002.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev002.md @@ -2,6 +2,7 @@ title: WFDEV002 error description: Learn about Windows Forms compile-time error WFDEV002. 'DomainUpDown.DomainUpDownAccessibleObject' is obsolete. Use 'AccessibleObject' instead. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFDEV002" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev003.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev003.md index 29c06cdec2..6f4255dd5f 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev003.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev003.md @@ -2,6 +2,7 @@ title: WFDEV003 warning description: Learn about Windows Forms compile-time warning WFDEV003. 'DomainUpDown.DomainItemAccessibleObject' is obsolete. Use 'AccessibleObject' instead. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFDEV003" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev004.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev004.md index 0a3f4c6b61..c463350cab 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev004.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev004.md @@ -2,6 +2,7 @@ title: WFDEV004 warning description: Learn about Windows Forms compile-time warning WFDEV004. Form.OnClosing, Form.OnClosed, Form.Closing, and Form.Closed, are obsolete. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFDEV004" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev005.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev005.md index cdf53441de..4d8f583f58 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev005.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev005.md @@ -2,6 +2,7 @@ title: WFDEV005 warning description: Learn about Windows Forms compile-time warning WFDEV005. 'Clipboard.GetData(string)' is obsolete. Use 'Clipboard.TryGetData' methods instead. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFDEV005" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev006.md b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev006.md index effe8911f1..65af3e14c3 100644 --- a/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev006.md +++ b/dotnet-desktop-guide/net/winforms/wfdev-diagnostics/wfdev006.md @@ -2,6 +2,7 @@ title: WFDEV006 warning description: Learn about Windows Forms compile-time warning WFDEV006. ContextMenu, DataGrid, MainMenu, Menu, StatusBar, ToolBar are obsolete. They're provided for binary compatibility with .NET Framework. ms.date: 03/04/2025 +ms.service: dotnet-desktop f1_keywords: - "WFDEV006" helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/winforms/whats-new/index.md b/dotnet-desktop-guide/net/winforms/whats-new/index.md index b52302ee22..5ec144c0d6 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/index.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/index.md @@ -2,6 +2,7 @@ title: What's new in Windows Forms description: Learn about what's new in Windows Forms. This article covers changes to Windows Forms since .NET 5 was released. ms.date: 03/17/2025 +ms.service: dotnet-desktop ms.topic: conceptual ai-usage: ai-assisted --- diff --git a/dotnet-desktop-guide/net/winforms/whats-new/net100.md b/dotnet-desktop-guide/net/winforms/whats-new/net100.md index 7459417708..31f26d6fc2 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/net100.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/net100.md @@ -3,6 +3,7 @@ title: What's new in WinForms for .NET 10 Preview description: Learn about what's new in Windows Forms for .NET 10 Preview. New versions of Windows Forms are released yearly with .NET. ms.topic: whats-new ms.date: 03/17/2025 +ms.service: dotnet-desktop #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- diff --git a/dotnet-desktop-guide/net/winforms/whats-new/net50.md b/dotnet-desktop-guide/net/winforms/whats-new/net50.md index 54f2a6b28b..fbdc63ce6b 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/net50.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/net50.md @@ -2,6 +2,7 @@ title: What's new in Windows Forms .NET 5 description: Learn about what's new in Windows Forms for .NET 5. Windows Forms. .NET provides new features and enhancements over .NET Framework. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: whats-new #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- diff --git a/dotnet-desktop-guide/net/winforms/whats-new/net60.md b/dotnet-desktop-guide/net/winforms/whats-new/net60.md index fc89772631..561a2f35db 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/net60.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/net60.md @@ -2,6 +2,7 @@ title: What's new in Windows Forms .NET 6 description: Learn about what's new in Windows Forms for .NET 6. Windows Forms. .NET provides new features and enhancements over .NET Framework. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: whats-new #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- diff --git a/dotnet-desktop-guide/net/winforms/whats-new/net70.md b/dotnet-desktop-guide/net/winforms/whats-new/net70.md index 5672cd9b47..fba87c544b 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/net70.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/net70.md @@ -2,6 +2,7 @@ title: What's new in Windows Forms .NET 7 description: Learn about what's new in Windows Forms for .NET 7. Windows Forms. .NET provides new features and enhancements over .NET Framework. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: whats-new #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- diff --git a/dotnet-desktop-guide/net/winforms/whats-new/net80.md b/dotnet-desktop-guide/net/winforms/whats-new/net80.md index b0787d52a1..c888c31e69 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/net80.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/net80.md @@ -2,6 +2,7 @@ title: What's new in Windows Forms .NET 8 description: Learn about what's new in Windows Forms for .NET 8. Windows Forms. .NET provides new features and enhancements over .NET 7. ms.date: 04/02/2025 +ms.service: dotnet-desktop ms.topic: whats-new #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- diff --git a/dotnet-desktop-guide/net/winforms/whats-new/net90.md b/dotnet-desktop-guide/net/winforms/whats-new/net90.md index ad8a3cc03f..21c3072a58 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/net90.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/net90.md @@ -3,6 +3,7 @@ title: What's new in WinForms for .NET 9 description: Learn about what's new in Windows Forms for .NET 9. New versions of Windows Forms are released yearly with .NET. ms.topic: whats-new ms.date: 04/02/2025 +ms.service: dotnet-desktop #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- diff --git a/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-style.md b/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-style.md index 86020f65e3..47105faa04 100644 --- a/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-style.md +++ b/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-style.md @@ -4,6 +4,7 @@ description: Learn how to create and reference a control style in Windows Presen author: adegeo ms.author: adegeo ms.date: 10/22/2024 +ms.service: dotnet-desktop ms.topic: conceptual ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-template.md b/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-template.md index fe7574b3ab..db6cb5eb5b 100644 --- a/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-template.md +++ b/dotnet-desktop-guide/net/wpf/controls/how-to-create-apply-template.md @@ -4,6 +4,7 @@ description: Learn how to create and reference a control template in Windows Pre author: adegeo ms.author: adegeo ms.date: 10/22/2024 +ms.service: dotnet-desktop no-loc: ["", "", "", "", "", "", "", "", "", "", "", "", "SizeToContent", "MinWidth", "TargetType", "Title"] ms.topic: how-to ms.custom: update-template diff --git a/dotnet-desktop-guide/net/wpf/controls/index.md b/dotnet-desktop-guide/net/wpf/controls/index.md index a5f9fc988c..ad94bbff40 100644 --- a/dotnet-desktop-guide/net/wpf/controls/index.md +++ b/dotnet-desktop-guide/net/wpf/controls/index.md @@ -2,6 +2,7 @@ title: Controls description: This article introduces WPF controls, detailing their creation, styling, templating, events, and rich content support via XAML or code. ms.date: 02/19/2025 +ms.service: dotnet-desktop ms.topic: overview dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/controls/styles-templates-overview.md b/dotnet-desktop-guide/net/wpf/controls/styles-templates-overview.md index e9a26e0829..818fecfb02 100644 --- a/dotnet-desktop-guide/net/wpf/controls/styles-templates-overview.md +++ b/dotnet-desktop-guide/net/wpf/controls/styles-templates-overview.md @@ -4,6 +4,7 @@ description: Learn about XAML resources in Windows Presentation Foundation (WPF) author: adegeo ms.author: adegeo ms.date: 10/22/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/data/binding-declarations-overview.md b/dotnet-desktop-guide/net/wpf/data/binding-declarations-overview.md index a6621d56e5..b63c29cd9d 100644 --- a/dotnet-desktop-guide/net/wpf/data/binding-declarations-overview.md +++ b/dotnet-desktop-guide/net/wpf/data/binding-declarations-overview.md @@ -2,6 +2,7 @@ title: Binding declarations overview description: Learn how to declare a data binding in XAML or code for your application development in Windows Presentation Foundation (WPF). ms.date: 10/22/2024 +ms.service: dotnet-desktop author: adegeo ms.author: adegeo ms.custom: update-template diff --git a/dotnet-desktop-guide/net/wpf/data/binding-sources-overview.md b/dotnet-desktop-guide/net/wpf/data/binding-sources-overview.md index 4a868475f2..da342d6385 100644 --- a/dotnet-desktop-guide/net/wpf/data/binding-sources-overview.md +++ b/dotnet-desktop-guide/net/wpf/data/binding-sources-overview.md @@ -2,6 +2,7 @@ title: Binding sources overview description: Discover the types of objects you can use as the binding source for your applications in Windows Presentation Foundation (WPF). ms.date: 10/22/2024 +ms.service: dotnet-desktop author: adegeo ms.author: adegeo ms.custom: update-template diff --git a/dotnet-desktop-guide/net/wpf/data/how-to-bind-to-an-enumeration.md b/dotnet-desktop-guide/net/wpf/data/how-to-bind-to-an-enumeration.md index 18365e2a47..d957255d77 100644 --- a/dotnet-desktop-guide/net/wpf/data/how-to-bind-to-an-enumeration.md +++ b/dotnet-desktop-guide/net/wpf/data/how-to-bind-to-an-enumeration.md @@ -4,6 +4,7 @@ description: Learn how to use data binding to bind an enumeration to a collectio author: adegeo ms.author: adegeo ms.date: 10/22/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/data/how-to-create-a-simple-binding.md b/dotnet-desktop-guide/net/wpf/data/how-to-create-a-simple-binding.md index 1f970dd9d3..626ff310db 100644 --- a/dotnet-desktop-guide/net/wpf/data/how-to-create-a-simple-binding.md +++ b/dotnet-desktop-guide/net/wpf/data/how-to-create-a-simple-binding.md @@ -2,6 +2,7 @@ title: "How to create a data binding" description: Create a simple binding for your applications through this how-to example in Windows Presentation Foundation (WPF). ms.date: 10/22/2024 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/wpf/data/index.md b/dotnet-desktop-guide/net/wpf/data/index.md index c7a20f8a29..3bf07aa054 100644 --- a/dotnet-desktop-guide/net/wpf/data/index.md +++ b/dotnet-desktop-guide/net/wpf/data/index.md @@ -3,6 +3,7 @@ title: Data binding overview description: Learn about data binding in Windows Presentation Foundation for .NET. You can bind data to UI elements to create dynamic apps. author: adegeo ms.date: 10/22/2024 +ms.service: dotnet-desktop ms.author: adegeo ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md b/dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md index f74fe4f2fb..52670c13d9 100644 --- a/dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md +++ b/dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md @@ -2,6 +2,7 @@ title: How to display a print dialog description: Learn how to print from your application by using the System.Windows.Controls.PrintDialog class to open a standard Microsoft Windows print dialog box. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/documents/how-to-print-xps-files.md b/dotnet-desktop-guide/net/wpf/documents/how-to-print-xps-files.md index 2f0bf162d2..1799f83742 100644 --- a/dotnet-desktop-guide/net/wpf/documents/how-to-print-xps-files.md +++ b/dotnet-desktop-guide/net/wpf/documents/how-to-print-xps-files.md @@ -2,6 +2,7 @@ title: How to print an XML Paper Specification (XPS) file description: Learn how to print an XPS file from your application by using the System.Printing.PrintQueue.AddJob method. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/documents/printing-overview.md b/dotnet-desktop-guide/net/wpf/documents/printing-overview.md index cf48c37f9b..445e99cd80 100644 --- a/dotnet-desktop-guide/net/wpf/documents/printing-overview.md +++ b/dotnet-desktop-guide/net/wpf/documents/printing-overview.md @@ -2,6 +2,7 @@ title: Printing documents overview description: Learn about the printing and print system management APIs available with Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/events/attached-events-overview.md b/dotnet-desktop-guide/net/wpf/events/attached-events-overview.md index 9b6c3e5843..dd04fc1b96 100644 --- a/dotnet-desktop-guide/net/wpf/events/attached-events-overview.md +++ b/dotnet-desktop-guide/net/wpf/events/attached-events-overview.md @@ -2,6 +2,7 @@ title: "Attached events overview" description: Learn about attached events in Windows Presentation Foundation (WPF) and how to add a handler to an arbitrary element. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/events/how-to-add-an-event-handler-using-code.md b/dotnet-desktop-guide/net/wpf/events/how-to-add-an-event-handler-using-code.md index c8fea5aa4b..d5077e92a3 100644 --- a/dotnet-desktop-guide/net/wpf/events/how-to-add-an-event-handler-using-code.md +++ b/dotnet-desktop-guide/net/wpf/events/how-to-add-an-event-handler-using-code.md @@ -2,6 +2,7 @@ title: "How to add an event handler using code" description: Learn how to add an event handler in code-behind for an element in Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/events/how-to-create-a-custom-routed-event.md b/dotnet-desktop-guide/net/wpf/events/how-to-create-a-custom-routed-event.md index 5db234c667..67f1d0d563 100644 --- a/dotnet-desktop-guide/net/wpf/events/how-to-create-a-custom-routed-event.md +++ b/dotnet-desktop-guide/net/wpf/events/how-to-create-a-custom-routed-event.md @@ -2,6 +2,7 @@ title: "How to create a custom routed event" description: Learn how to implement a custom routed event for an element in Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/events/marking-routed-events-as-handled-and-class-handling.md b/dotnet-desktop-guide/net/wpf/events/marking-routed-events-as-handled-and-class-handling.md index 0ce355d34b..9e9404bc73 100644 --- a/dotnet-desktop-guide/net/wpf/events/marking-routed-events-as-handled-and-class-handling.md +++ b/dotnet-desktop-guide/net/wpf/events/marking-routed-events-as-handled-and-class-handling.md @@ -2,6 +2,7 @@ title: "Marking routed events as handled, and class handling" description: Learn about class handling of routed events in Windows Presentation Foundation (WPF) and when to mark a routed event as handled. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/events/object-lifetime-events.md b/dotnet-desktop-guide/net/wpf/events/object-lifetime-events.md index c57e97a12b..4cecaf0002 100644 --- a/dotnet-desktop-guide/net/wpf/events/object-lifetime-events.md +++ b/dotnet-desktop-guide/net/wpf/events/object-lifetime-events.md @@ -2,6 +2,7 @@ title: "Object lifetime events" description: Learn about the object lifetime events for framework-level elements in Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/events/preview-events.md b/dotnet-desktop-guide/net/wpf/events/preview-events.md index ec0620fed9..59cb8e8db9 100644 --- a/dotnet-desktop-guide/net/wpf/events/preview-events.md +++ b/dotnet-desktop-guide/net/wpf/events/preview-events.md @@ -2,6 +2,7 @@ title: "Preview events for composite controls" description: Learn about preview events in Windows Presentation Foundation (WPF) and how to use preview events for composite control event handling. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/events/property-change-events.md b/dotnet-desktop-guide/net/wpf/events/property-change-events.md index 59c54dfab8..54c676b897 100644 --- a/dotnet-desktop-guide/net/wpf/events/property-change-events.md +++ b/dotnet-desktop-guide/net/wpf/events/property-change-events.md @@ -2,6 +2,7 @@ title: "Property change events" description: Learn about the property changed events and property triggers in Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template helpviewer_keywords: - "dependency properties [WPF], change events" diff --git a/dotnet-desktop-guide/net/wpf/events/routed-events-overview.md b/dotnet-desktop-guide/net/wpf/events/routed-events-overview.md index 0d81389db2..4be557acfa 100644 --- a/dotnet-desktop-guide/net/wpf/events/routed-events-overview.md +++ b/dotnet-desktop-guide/net/wpf/events/routed-events-overview.md @@ -2,6 +2,7 @@ title: "Routed events overview" description: Learn about routed events in Windows Presentation Foundation (WPF), including how they're routed through an element tree and how to create custom routed events. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/events/visual-basic-and-wpf-event-handling.md b/dotnet-desktop-guide/net/wpf/events/visual-basic-and-wpf-event-handling.md index 0f69c18ded..4af5dda46c 100644 --- a/dotnet-desktop-guide/net/wpf/events/visual-basic-and-wpf-event-handling.md +++ b/dotnet-desktop-guide/net/wpf/events/visual-basic-and-wpf-event-handling.md @@ -2,6 +2,7 @@ title: Visual Basic and WPF event handling description: Learn how to attach handlers to Windows Presentation Foundation (WPF) routed events in Visual Basic. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template helpviewer_keywords: - "Visual Basic [WPF], event handlers" diff --git a/dotnet-desktop-guide/net/wpf/events/weak-event-patterns.md b/dotnet-desktop-guide/net/wpf/events/weak-event-patterns.md index 8696d0325a..820cbc9ab0 100644 --- a/dotnet-desktop-guide/net/wpf/events/weak-event-patterns.md +++ b/dotnet-desktop-guide/net/wpf/events/weak-event-patterns.md @@ -2,6 +2,7 @@ title: "Weak event patterns" description: Learn how to use the weak event pattern in Windows Presentation Foundation (WPF) to avoid memory leaks. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/get-started/create-app-visual-studio.md b/dotnet-desktop-guide/net/wpf/get-started/create-app-visual-studio.md index 1bdf1fc0ce..10231abc57 100644 --- a/dotnet-desktop-guide/net/wpf/get-started/create-app-visual-studio.md +++ b/dotnet-desktop-guide/net/wpf/get-started/create-app-visual-studio.md @@ -2,6 +2,7 @@ title: "Create a new app with Visual Studio tutorial" description: Follow this tutorial to learn how to create a new WPF app for .NET with Visual Studio 2022. WPF apps run on Windows. ms.date: 11/15/2024 +ms.service: dotnet-desktop ms.topic: tutorial ms.custom: update-template, updateeachrelease dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/index.yml b/dotnet-desktop-guide/net/wpf/index.yml index a739de110b..ff8d16371c 100644 --- a/dotnet-desktop-guide/net/wpf/index.yml +++ b/dotnet-desktop-guide/net/wpf/index.yml @@ -8,6 +8,7 @@ metadata: description: Learn about using Windows Presentation Foundation (WPF), an open-source, graphical user interface for Windows, on .NET. ms.topic: landing-page ms.date: 11/11/2024 + ms.service: dotnet-desktop # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview # quickstart | reference | sample | tutorial | video | whats-new diff --git a/dotnet-desktop-guide/net/wpf/migration/differences-from-net-framework.md b/dotnet-desktop-guide/net/wpf/migration/differences-from-net-framework.md index 31eebc0faa..861aa7d66a 100644 --- a/dotnet-desktop-guide/net/wpf/migration/differences-from-net-framework.md +++ b/dotnet-desktop-guide/net/wpf/migration/differences-from-net-framework.md @@ -3,6 +3,7 @@ title: Differences between .NET Framework and .NET description: Describes the differences between the .NET Framework implementation of Windows Presentation Foundation (WPF) and .NET WPF. author: adegeo ms.date: 02/15/2023 +ms.service: dotnet-desktop ms.author: adegeo ms.topic: conceptual --- diff --git a/dotnet-desktop-guide/net/wpf/migration/index.md b/dotnet-desktop-guide/net/wpf/migration/index.md index 35d9ffc403..dfcdf223ab 100644 --- a/dotnet-desktop-guide/net/wpf/migration/index.md +++ b/dotnet-desktop-guide/net/wpf/migration/index.md @@ -2,6 +2,7 @@ title: Upgrade a WPF app to .NET 8 description: Learn how to upgrade a .NET Framework (or previous .NET) Windows Presentation Foundation (WPF) application to .NET 8. ms.date: 02/07/2024 +ms.service: dotnet-desktop ms.topic: how-to --- diff --git a/dotnet-desktop-guide/net/wpf/overview/index.md b/dotnet-desktop-guide/net/wpf/overview/index.md index ca9232ed83..54ee34c221 100644 --- a/dotnet-desktop-guide/net/wpf/overview/index.md +++ b/dotnet-desktop-guide/net/wpf/overview/index.md @@ -2,6 +2,7 @@ title: What is Windows Presentation Foundation description: This article gives an overview of Windows Presentation Foundation (WPF) with .NET. WPF is a Windows-only user interface (UI) framework. ms.date: 02/15/2023 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template, updateeachrelease dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md b/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md index 1416832c75..332c57fd7e 100644 --- a/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md +++ b/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md @@ -2,6 +2,7 @@ title: "Attached properties overview" description: "Learn about the WPF property system and the capabilities of an attached property, which are global properties settable on any object." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/properties/collection-type-dependency-properties.md b/dotnet-desktop-guide/net/wpf/properties/collection-type-dependency-properties.md index dfad5a8777..d32678d1b2 100644 --- a/dotnet-desktop-guide/net/wpf/properties/collection-type-dependency-properties.md +++ b/dotnet-desktop-guide/net/wpf/properties/collection-type-dependency-properties.md @@ -2,6 +2,7 @@ title: "Collection-type dependency properties" description: "Learn how to implement a dependency property that's a collection type and how to assign a default collection value." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md b/dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md index 543f8c07b2..329b63bc0b 100644 --- a/dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md +++ b/dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md @@ -2,6 +2,7 @@ title: "Custom dependency properties" description: Learn how to implement a dependency property in Windows Presentation Foundation (WPF), and how to improve its performance, usability, or versatility. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/properties/dependency-properties-overview.md b/dotnet-desktop-guide/net/wpf/properties/dependency-properties-overview.md index 258e1d1a1c..43e80c9c2b 100644 --- a/dotnet-desktop-guide/net/wpf/properties/dependency-properties-overview.md +++ b/dotnet-desktop-guide/net/wpf/properties/dependency-properties-overview.md @@ -2,6 +2,7 @@ title: "Dependency properties overview" description: Learn about the WPF property system and the capabilities of a dependency property, which is a property that's backed by the WPF property system. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/properties/dependency-property-callbacks-and-validation.md b/dotnet-desktop-guide/net/wpf/properties/dependency-property-callbacks-and-validation.md index 4876a9dc5e..33c4248e4e 100644 --- a/dotnet-desktop-guide/net/wpf/properties/dependency-property-callbacks-and-validation.md +++ b/dotnet-desktop-guide/net/wpf/properties/dependency-property-callbacks-and-validation.md @@ -2,6 +2,7 @@ title: "Dependency property callbacks and validation" description: Learn how to implement dependency property callbacks and validation in Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/dependency-property-metadata.md b/dotnet-desktop-guide/net/wpf/properties/dependency-property-metadata.md index 6eb9166a98..6420f0a651 100644 --- a/dotnet-desktop-guide/net/wpf/properties/dependency-property-metadata.md +++ b/dotnet-desktop-guide/net/wpf/properties/dependency-property-metadata.md @@ -2,6 +2,7 @@ title: "Dependency property metadata" description: Learn about dependency property metadata in Windows Presentation Foundation (WPF) and how to create, assign, and override metadata. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template helpviewer_keywords: - "APIs [WPF], metadata" diff --git a/dotnet-desktop-guide/net/wpf/properties/dependency-property-security.md b/dotnet-desktop-guide/net/wpf/properties/dependency-property-security.md index 1a961eca80..73eba88208 100644 --- a/dotnet-desktop-guide/net/wpf/properties/dependency-property-security.md +++ b/dotnet-desktop-guide/net/wpf/properties/dependency-property-security.md @@ -2,6 +2,7 @@ title: "Dependency property security" description: Learn about the dependency property accessibility and security in Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/dependency-property-value-precedence.md b/dotnet-desktop-guide/net/wpf/properties/dependency-property-value-precedence.md index cad57efe9b..b69c670866 100644 --- a/dotnet-desktop-guide/net/wpf/properties/dependency-property-value-precedence.md +++ b/dotnet-desktop-guide/net/wpf/properties/dependency-property-value-precedence.md @@ -2,6 +2,7 @@ title: "Dependency property value precedence" description: Learn how the precedence of different property-based inputs within the WPF property system determines the effective value of a dependency property. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template helpviewer_keywords: - "dependency properties [WPF], classes as owners" diff --git a/dotnet-desktop-guide/net/wpf/properties/framework-property-metadata.md b/dotnet-desktop-guide/net/wpf/properties/framework-property-metadata.md index 45de97f87a..c2e4d32de1 100644 --- a/dotnet-desktop-guide/net/wpf/properties/framework-property-metadata.md +++ b/dotnet-desktop-guide/net/wpf/properties/framework-property-metadata.md @@ -2,6 +2,7 @@ title: "Framework property metadata" description: Learn how to set framework property metadata for a dependency property in Windows Presentation Foundation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template helpviewer_keywords: - "metadata [WPF], framework properties" diff --git a/dotnet-desktop-guide/net/wpf/properties/how-to-implement-a-dependency-property.md b/dotnet-desktop-guide/net/wpf/properties/how-to-implement-a-dependency-property.md index a085eec153..4afc2148b5 100644 --- a/dotnet-desktop-guide/net/wpf/properties/how-to-implement-a-dependency-property.md +++ b/dotnet-desktop-guide/net/wpf/properties/how-to-implement-a-dependency-property.md @@ -2,6 +2,7 @@ title: "How to implement a dependency property" description: "Define a dependency property in Windows Presentation Foundation (WPF), by backing a common language runtime property with a DependencyProperty field." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/how-to-override-metadata-for-a-dependency-property.md b/dotnet-desktop-guide/net/wpf/properties/how-to-override-metadata-for-a-dependency-property.md index f1bfa43588..e6cf618114 100644 --- a/dotnet-desktop-guide/net/wpf/properties/how-to-override-metadata-for-a-dependency-property.md +++ b/dotnet-desktop-guide/net/wpf/properties/how-to-override-metadata-for-a-dependency-property.md @@ -2,6 +2,7 @@ title: "How to override metadata for a dependency property" description: "Learn how to override a dependency property in Windows Presentation Foundation (WPF) by calling the OverrideMetadata method." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/how-to-register-an-attached-property.md b/dotnet-desktop-guide/net/wpf/properties/how-to-register-an-attached-property.md index b9363d3231..c6a28e7d68 100644 --- a/dotnet-desktop-guide/net/wpf/properties/how-to-register-an-attached-property.md +++ b/dotnet-desktop-guide/net/wpf/properties/how-to-register-an-attached-property.md @@ -2,6 +2,7 @@ title: "How to register an attached property" description: "Learn about the Windows Presentation Foundation (WPF) property system and how to register an attached property and provide public accessors." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/property-value-inheritance.md b/dotnet-desktop-guide/net/wpf/properties/property-value-inheritance.md index 7c106b63c9..a96a4e5782 100644 --- a/dotnet-desktop-guide/net/wpf/properties/property-value-inheritance.md +++ b/dotnet-desktop-guide/net/wpf/properties/property-value-inheritance.md @@ -2,6 +2,7 @@ title: "Dependency property value inheritance" description: "Learn how dependency property value inheritance can be used to propagate property values in Windows Presentation Foundation (WPF)." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/read-only-dependency-properties.md b/dotnet-desktop-guide/net/wpf/properties/read-only-dependency-properties.md index 816d533c82..6abf41310e 100644 --- a/dotnet-desktop-guide/net/wpf/properties/read-only-dependency-properties.md +++ b/dotnet-desktop-guide/net/wpf/properties/read-only-dependency-properties.md @@ -2,6 +2,7 @@ title: "Read-only dependency properties" description: Learn about dependency properties in Windows Presentation Foundation (WPF) and how to create a read-only dependency property. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/safe-constructor-patterns-for-dependencyobjects.md b/dotnet-desktop-guide/net/wpf/properties/safe-constructor-patterns-for-dependencyobjects.md index 559ae8feef..a58abea807 100644 --- a/dotnet-desktop-guide/net/wpf/properties/safe-constructor-patterns-for-dependencyobjects.md +++ b/dotnet-desktop-guide/net/wpf/properties/safe-constructor-patterns-for-dependencyobjects.md @@ -2,6 +2,7 @@ title: "Safe Constructor Patterns for DependencyObjects" description: "Learn about safe constructor patterns for DependencyObjects in Windows Presentation Foundation (WPF)." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/properties/xaml-loading-and-dependency-properties.md b/dotnet-desktop-guide/net/wpf/properties/xaml-loading-and-dependency-properties.md index 3e13f8ff8a..d327d3aa80 100644 --- a/dotnet-desktop-guide/net/wpf/properties/xaml-loading-and-dependency-properties.md +++ b/dotnet-desktop-guide/net/wpf/properties/xaml-loading-and-dependency-properties.md @@ -2,6 +2,7 @@ title: "XAML loading and dependency properties" description: "Learn about Extensible Application Markup Language (XAML) loading of dependency property in Windows Presentation Foundation (WPF)." ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-and-code.md b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-and-code.md index be3a5e4803..197dea6e5b 100644 --- a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-and-code.md +++ b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-and-code.md @@ -4,6 +4,7 @@ description: Learn about how Windows Presentation Foundation (WPF) resources, ty author: adegeo ms.author: adegeo ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-define-and-reference.md b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-define-and-reference.md index 0102de01c7..aa29f41143 100644 --- a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-define-and-reference.md +++ b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-define-and-reference.md @@ -4,6 +4,7 @@ description: Learn how to define and reference Windows Presentation Foundation ( author: adegeo ms.author: adegeo ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-application.md b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-application.md index e8107746db..99a962d316 100644 --- a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-application.md +++ b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-application.md @@ -4,6 +4,7 @@ description: Learn how to define and reference Windows Presentation Foundation ( author: adegeo ms.author: adegeo ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template helpviewer_keywords: - "application resources [WPF]" diff --git a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-system.md b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-system.md index f4d739be98..073a11d340 100644 --- a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-system.md +++ b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-how-to-use-system.md @@ -4,6 +4,7 @@ description: Learn how to define and reference Windows Presentation Foundation ( author: adegeo ms.author: adegeo ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-merged-dictionaries.md b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-merged-dictionaries.md index 96bff4594d..33803304fc 100644 --- a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-merged-dictionaries.md +++ b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-merged-dictionaries.md @@ -4,6 +4,7 @@ description: Learn about Windows Presentation Foundation (WPF) for .NET merged r author: adegeo ms.author: adegeo ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: conceptual ms.custom: update-template helpviewer_keywords: diff --git a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-overview.md b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-overview.md index 2de8a31ad7..ddaef43345 100644 --- a/dotnet-desktop-guide/net/wpf/systems/xaml-resources-overview.md +++ b/dotnet-desktop-guide/net/wpf/systems/xaml-resources-overview.md @@ -4,6 +4,7 @@ description: Learn what a Windows Presentation Foundation (WPF) resource is. WPF author: adegeo ms.author: adegeo ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/whats-new/index.md b/dotnet-desktop-guide/net/wpf/whats-new/index.md index bd3e310b56..b4aacc4541 100644 --- a/dotnet-desktop-guide/net/wpf/whats-new/index.md +++ b/dotnet-desktop-guide/net/wpf/whats-new/index.md @@ -2,6 +2,7 @@ title: What's new in Windows Presentation Foundation description: Learn about what's new in Windows Presentation Foundation (WPF). This article covers changes to WPF since .NET 7 was released. ms.date: 03/17/2025 +ms.service: dotnet-desktop ms.topic: conceptual --- diff --git a/dotnet-desktop-guide/net/wpf/whats-new/net100.md b/dotnet-desktop-guide/net/wpf/whats-new/net100.md index a5984958da..0ebe74fbce 100644 --- a/dotnet-desktop-guide/net/wpf/whats-new/net100.md +++ b/dotnet-desktop-guide/net/wpf/whats-new/net100.md @@ -3,6 +3,7 @@ title: What's new in WPF for .NET 10 Preview description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 10 Preview. New versions of WPF are released yearly with .NET. ms.topic: whats-new ms.date: 03/17/2025 +ms.service: dotnet-desktop #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- diff --git a/dotnet-desktop-guide/net/wpf/whats-new/net70.md b/dotnet-desktop-guide/net/wpf/whats-new/net70.md index eb3d7d05f1..df56fec798 100644 --- a/dotnet-desktop-guide/net/wpf/whats-new/net70.md +++ b/dotnet-desktop-guide/net/wpf/whats-new/net70.md @@ -2,6 +2,7 @@ title: What's new in WPF for .NET 7 description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 7. .NET 7 was released November 2022. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: conceptual --- diff --git a/dotnet-desktop-guide/net/wpf/whats-new/net80.md b/dotnet-desktop-guide/net/wpf/whats-new/net80.md index 2cce5e2e11..28f5773e4f 100644 --- a/dotnet-desktop-guide/net/wpf/whats-new/net80.md +++ b/dotnet-desktop-guide/net/wpf/whats-new/net80.md @@ -2,6 +2,7 @@ title: What's new in WPF for .NET 8 description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 8. .NET 8 was released November 2023. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: conceptual --- diff --git a/dotnet-desktop-guide/net/wpf/whats-new/net90.md b/dotnet-desktop-guide/net/wpf/whats-new/net90.md index 81dfd3b4a7..cfa13f8e1c 100644 --- a/dotnet-desktop-guide/net/wpf/whats-new/net90.md +++ b/dotnet-desktop-guide/net/wpf/whats-new/net90.md @@ -3,6 +3,7 @@ title: What's new in WPF for .NET 9 description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 9. New versions of WPF are released yearly with .NET. ms.topic: whats-new ms.date: 11/08/2024 +ms.service: dotnet-desktop #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. diff --git a/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md b/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md index 4c110746de..c4b8e75b2f 100644 --- a/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md +++ b/dotnet-desktop-guide/net/wpf/windows/dialog-boxes-overview.md @@ -2,6 +2,7 @@ title: Dialog Boxes Overview description: Learn about the varieties of dialog boxes in Windows Foundation Presentation (WPF). With a dialog box, you gather and display information to a user. ms.date: 10/24/2024 +ms.service: dotnet-desktop dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/net/wpf/windows/how-to-close-window-dialog-box.md b/dotnet-desktop-guide/net/wpf/windows/how-to-close-window-dialog-box.md index f25b991c1c..1cd3491cd9 100644 --- a/dotnet-desktop-guide/net/wpf/windows/how-to-close-window-dialog-box.md +++ b/dotnet-desktop-guide/net/wpf/windows/how-to-close-window-dialog-box.md @@ -2,6 +2,7 @@ title: How to close a window description: Learn about how to close a window or dialog box, and optionally return a value, in Windows Foundation Presentation (WPF). ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/windows/how-to-get-set-main-application-window.md b/dotnet-desktop-guide/net/wpf/windows/how-to-get-set-main-application-window.md index 8636761572..33e9692133 100644 --- a/dotnet-desktop-guide/net/wpf/windows/how-to-get-set-main-application-window.md +++ b/dotnet-desktop-guide/net/wpf/windows/how-to-get-set-main-application-window.md @@ -2,6 +2,7 @@ title: How to get or set main app window description: Learn about how to get and set the main application window for a Windows Presentation Foundation (WPF) application. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/windows/how-to-open-common-system-dialog-box.md b/dotnet-desktop-guide/net/wpf/windows/how-to-open-common-system-dialog-box.md index ede07cea89..ae2360e387 100644 --- a/dotnet-desktop-guide/net/wpf/windows/how-to-open-common-system-dialog-box.md +++ b/dotnet-desktop-guide/net/wpf/windows/how-to-open-common-system-dialog-box.md @@ -2,6 +2,7 @@ title: How to open a common dialog box description: Learn about how to show a system dialog box in Windows Foundation Presentation (WPF). System dialog boxes prompt users for information. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/windows/how-to-open-message-box.md b/dotnet-desktop-guide/net/wpf/windows/how-to-open-message-box.md index d8e109c8a3..f01874fac0 100644 --- a/dotnet-desktop-guide/net/wpf/windows/how-to-open-message-box.md +++ b/dotnet-desktop-guide/net/wpf/windows/how-to-open-message-box.md @@ -2,6 +2,7 @@ title: How to display a message box description: Learn about how to show a message box in Windows Foundation Presentation (WPF). Message boxes prompt users for a response. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/windows/how-to-open-window-dialog-box.md b/dotnet-desktop-guide/net/wpf/windows/how-to-open-window-dialog-box.md index 6e95b98b3f..7c23d2c3fd 100644 --- a/dotnet-desktop-guide/net/wpf/windows/how-to-open-window-dialog-box.md +++ b/dotnet-desktop-guide/net/wpf/windows/how-to-open-window-dialog-box.md @@ -2,6 +2,7 @@ title: How to open a window description: Learn about how to show a window or dialog box in Windows Foundation Presentation (WPF). Windows can be shown as dialog boxes. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.custom: update-template dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/net/wpf/windows/index.md b/dotnet-desktop-guide/net/wpf/windows/index.md index 83fb7d0e45..2eb72fee24 100644 --- a/dotnet-desktop-guide/net/wpf/windows/index.md +++ b/dotnet-desktop-guide/net/wpf/windows/index.md @@ -2,6 +2,7 @@ title: Windows in WPF overview description: Learn about the basics of how Window objects work in WPF. Learn how to create and manage a window for a Windows Presentation Foundation (WPF) app. ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.topic: overview ms.custom: update-template dev_langs: diff --git a/dotnet-desktop-guide/net/wpf/xaml/index.md b/dotnet-desktop-guide/net/wpf/xaml/index.md index 1ee81b81a4..9085a8ccc1 100644 --- a/dotnet-desktop-guide/net/wpf/xaml/index.md +++ b/dotnet-desktop-guide/net/wpf/xaml/index.md @@ -3,6 +3,7 @@ title: XAML language overview description: Learn how the XAML language is structured and implemented by Windows Presentation Foundation (WPF) for .NET. author: adegeo ms.date: 10/24/2024 +ms.service: dotnet-desktop ms.author: adegeo ms.topic: overview ms.custom: update-template