diff --git a/Accessibility/FetchTimer/README.md b/Accessibility/FetchTimer/README.md index ec3e2bdf7..b92422877 100644 --- a/Accessibility/FetchTimer/README.md +++ b/Accessibility/FetchTimer/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "FetchTimer Sample" +--- # FetchTimer Sample @@ -10,7 +18,7 @@ The sample is designed to demonstrate the use of CacheRequest and related classe ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -20,3 +28,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Accessibility/FindText/README.md b/Accessibility/FindText/README.md index 8e1451a59..421ed7eb9 100644 --- a/Accessibility/FindText/README.md +++ b/Accessibility/FindText/README.md @@ -10,7 +10,7 @@ The functionality demonstrated by the sample includes the ability to search for Three WPF documents are provided in the Content folder of the TextProvider project. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/FocusTracker/README.md b/Accessibility/FocusTracker/README.md index 6cc20e6f4..668249d7b 100644 --- a/Accessibility/FocusTracker/README.md +++ b/Accessibility/FocusTracker/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "TrackFocus Sample" +--- # TrackFocus Sample This sample tracks the input focus on the desktop and displays information about focus changes, using Microsoft UI Automation. This is a simple console application that might be used as a starting-point for an application that uses UI Automation to track events on the desktop. @@ -13,7 +21,7 @@ The program subscribes to three event types: For simplicity, no caching is done. A full-scale application would likely cache all immediate children of an application window as soon as that window received focus. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -21,3 +29,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Accessibility/Highlighter/README.md b/Accessibility/Highlighter/README.md index 935bfc885..3177df6ce 100644 --- a/Accessibility/Highlighter/README.md +++ b/Accessibility/Highlighter/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Highlighter Sample" +--- # Highlighter Sample This sample demonstrates how to keep track of focus changes so that focused elements can be highlighted on the screen. The highlight is a simple colored rectangle, but it could be a magnifier window or some other tool to make the focused element more accessible. @@ -7,7 +15,7 @@ Sometimes focus-changed events occur in rapid succession: for example, when the You can experiment with different timer intervals by using the slider. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -15,3 +23,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Accessibility/InsertText/README.md b/Accessibility/InsertText/README.md index 08d8484ae..39c551260 100644 --- a/Accessibility/InsertText/README.md +++ b/Accessibility/InsertText/README.md @@ -10,7 +10,7 @@ The sample defines two applications, a target and a client that operates against The target application, InsertTextTarget.exe, should be automatically copied to the InsertText client folder when you build the sample and is started manually from the client. You may have to manually copy this file to the bin/debug folder of the client application if you receive an error stating that the file cannot be found. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/InvokePattern/README.md b/Accessibility/InvokePattern/README.md index 7be293466..e6364f3b2 100644 --- a/Accessibility/InvokePattern/README.md +++ b/Accessibility/InvokePattern/README.md @@ -7,7 +7,7 @@ The sample illustrates how identical controls may provide different control patt Two applications—a Windows Presentation Foundation (WPF) target application containing a variety of TreeView controls used as UI Automation providers and a WPF UI Automation client that operates against this target application—are created by the sample. The client uses the ExpandCollapsePattern, InvokePattern, and TogglePattern control patterns to interact with the controls in the target. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/SelectionPattern/README.md b/Accessibility/SelectionPattern/README.md index 002a15226..943999c83 100644 --- a/Accessibility/SelectionPattern/README.md +++ b/Accessibility/SelectionPattern/README.md @@ -5,7 +5,7 @@ This sample demonstrates the Microsoft UI Automation SelectionPattern and Select The sample consists of a Windows Forms target and a Windows Presentation Foundation (WPF) client. The client uses the SelectionPattern and SelectionItemPattern control patterns to interact with the collection of controls in the target. The functionality demonstrated by the sample includes the dynamic construction of selection controls in the client that map to the controls found in the target, a report of important properties for each selection control, and the ability to echo selection events from the target in the client and vice versa. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/WindowMove/README.md b/Accessibility/WindowMove/README.md index ebb3a1d4b..2f9064131 100644 --- a/Accessibility/WindowMove/README.md +++ b/Accessibility/WindowMove/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "WindowPattern Sample" +--- # WindowPattern Sample This sample demonstrates how to use the WindowPattern control pattern to control the screen location of a top-level window as well as register and listen for standard window events. @@ -5,7 +13,7 @@ This sample demonstrates how to use the WindowPattern control pattern to control This sample defines two applications; an instance of Notepad used as a UI Automation provider, or target application, and a UI Automation client that operates against this target application. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/AnimationExamples/README.md b/Animation/AnimationExamples/README.md index 42ecb57ab..6ecfdd63c 100644 --- a/Animation/AnimationExamples/README.md +++ b/Animation/AnimationExamples/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Animation Example Gallery" +--- # Animation Example Gallery This sample shows how to animate a variety of objects, include text, 2-D transforms, and 3-D transforms. It also demonstrates splined interpolation, path animations, and custom animations. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/AnimationTiming/README.md b/Animation/AnimationTiming/README.md index 6b296e112..97f73f17c 100644 --- a/Animation/AnimationTiming/README.md +++ b/Animation/AnimationTiming/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Animation Timing Behavior Sample" +--- # Animation Timing Behavior Sample This sample shows how to specify when an animation starts, how many times it repeats, whether it accelerates or decelerates, and other timing behaviors. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/CustomAnimation/README.md b/Animation/CustomAnimation/README.md index 3bae78206..d00fcf908 100644 --- a/Animation/CustomAnimation/README.md +++ b/Animation/CustomAnimation/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Custom Animation Sample" +description: "This sample shows how to create custom animations that simulate bouncing and other interesting effects." +--- # Custom Animation Sample This sample shows how to create custom animations that simulate bouncing and other interesting effects. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/KeyFrameAnimation/README.md b/Animation/KeyFrameAnimation/README.md index 2ec5a9730..b398750b3 100644 --- a/Animation/KeyFrameAnimation/README.md +++ b/Animation/KeyFrameAnimation/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Key Frame Animation Sample" +description: "This sample shows how to use key frame animations to animate along a set of target values." +--- # Key Frame Animation Sample This sample shows how to use key frame animations to animate along a set of target values. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/KeySplineAnimations/README.md b/Animation/KeySplineAnimations/README.md index 562bc6e79..ee415fb03 100644 --- a/Animation/KeySplineAnimations/README.md +++ b/Animation/KeySplineAnimations/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Key Spline Animation Sample" +description: "This sample enables you to interactively adjust the key spline of a DoubleAnimationUsingKeyFrames." +--- # Key Spline Animation Sample This sample enables you to interactively adjust the key spline of a DoubleAnimationUsingKeyFrames. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/LocalAnimations/README.md b/Animation/LocalAnimations/README.md index 29aac56c6..daf4fb5ce 100644 --- a/Animation/LocalAnimations/README.md +++ b/Animation/LocalAnimations/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Local Animations Sample" +--- # Local Animations Sample This sample shows how to use local, or non-storyboard, animations. Non-storyboard animations are only available in code. To create an animation in Extensible Application Markup Language (XAML), use a storyboard. For an example that shows how to use storyboards to animate properties, see the Property Animation Sample. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/OpacityAnimation/README.md b/Animation/OpacityAnimation/README.md index 647ecbbcc..c8b16a2e0 100644 --- a/Animation/OpacityAnimation/README.md +++ b/Animation/OpacityAnimation/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Animating the Opacity of an Element Sample" +description: "This sample shows how to animate the Opacity of an element." +--- # Animating the Opacity of an Element Sample This sample shows how to animate the Opacity of an element. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/PathAnimations/README.md b/Animation/PathAnimations/README.md index 38d0ed800..67d3ce57b 100644 --- a/Animation/PathAnimations/README.md +++ b/Animation/PathAnimations/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Path Animation Sample" +description: "This sample shows how to animate the Opacity of an element." +--- # Path Animation Sample This sample shows how to animate the Opacity of an element. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/Per-FrameAnimation/README.md b/Animation/Per-FrameAnimation/README.md index 86036bd5a..e3945eea4 100644 --- a/Animation/Per-FrameAnimation/README.md +++ b/Animation/Per-FrameAnimation/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Per-Frame Animation Sample" +--- # Per-Frame Animation Sample This sample shows how to create per-frame animations using the CompositionTarget Rendering event. It contains several examples that vary in complexity, from a single attraction animation applied to a single object, to a frame-rate-independent firework particle effect. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/PropertyAnimation/README.md b/Animation/PropertyAnimation/README.md index f31659551..89438cdc6 100644 --- a/Animation/PropertyAnimation/README.md +++ b/Animation/PropertyAnimation/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Property Animation Sample" +description: "This sample shows how to animate properties with storyboards." +--- # Property Animation Sample This sample shows how to animate properties with storyboards. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Animation/TargetValues/README.md b/Animation/TargetValues/README.md index efb288647..2997d8ee7 100644 --- a/Animation/TargetValues/README.md +++ b/Animation/TargetValues/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "From, To, and By Animation Target Values Sample" +description: "This sample shows how to use the From, To, and By values of an animation." +--- # From, To, and By Animation Target Values Sample This sample shows how to use the From, To, and By values of an animation. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Application Management/ApplicationShutdown/README.md b/Application Management/ApplicationShutdown/README.md index 3a90bae95..b918bf3cb 100644 --- a/Application Management/ApplicationShutdown/README.md +++ b/Application Management/ApplicationShutdown/README.md @@ -1,12 +1,21 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Application Shutdown Sample" +description: "This sample demonstrates the implicit and explicit mechanisms for calling Shutdown and Shutdown." +--- # Application Shutdown Sample This sample demonstrates the implicit and explicit mechanisms for calling Shutdown and Shutdown. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. ### Deploying and running the sample -- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. \ No newline at end of file +- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. diff --git a/Application Management/CodeOnlyWindowsApplication/README.md b/Application Management/CodeOnlyWindowsApplication/README.md index c873afe2e..44e4e9691 100644 --- a/Application Management/CodeOnlyWindowsApplication/README.md +++ b/Application Management/CodeOnlyWindowsApplication/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Code-Only Windows Application Sample" +description: "This sample illustrates how to create a basic Windows application using only code i.e. no Extensible Application Markup Language (XAML) markup." +--- # Code-Only Windows Application Sample This sample illustrates how to create a basic Windows application using only code i.e. no Extensible Application Markup Language (XAML) markup. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Application Management/CustomApplication/README.md b/Application Management/CustomApplication/README.md index 2883b078a..9672f2fb4 100644 --- a/Application Management/CustomApplication/README.md +++ b/Application Management/CustomApplication/README.md @@ -3,7 +3,7 @@ This sample demonstrates how to create a reusable Application class, deployed in a library (dll) assembly. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/ExceptionHandlingSecondaryUIThread/README.md b/Application Management/ExceptionHandlingSecondaryUIThread/README.md index c0e5ee627..f68b39fd2 100644 --- a/Application Management/ExceptionHandlingSecondaryUIThread/README.md +++ b/Application Management/ExceptionHandlingSecondaryUIThread/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Managing Unhandled Exceptions on Secondary UI Threads Sample" +description: "This sample demonstrates how to manage unhandled exceptions that are thrown on secondary user interface (UI) threads." +--- # Managing Unhandled Exceptions on Secondary UI Threads Sample This sample demonstrates how to manage unhandled exceptions that are thrown on secondary user interface (UI) threads. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md b/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md index 82748598d..c9a1e2541 100644 --- a/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md +++ b/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Managing Unhandled Exceptions on Secondary Worker Threads Sample" +description: "This sample demonstrates how to manage unhandled exceptions that are thrown on secondary worker threads." +--- # Managing Unhandled Exceptions on Secondary Worker Threads Sample This sample demonstrates how to manage unhandled exceptions that are thrown on secondary worker threads. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Application Management/ProcessingCommandLineArguments/README.md b/Application Management/ProcessingCommandLineArguments/README.md index 987357f10..a07555bef 100644 --- a/Application Management/ProcessingCommandLineArguments/README.md +++ b/Application Management/ProcessingCommandLineArguments/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Processing Command Line Arguments Sample" +description: "This sample demonstrates how to parse command line arguments and make them available to an application." +--- # Processing Command Line Arguments Sample This sample demonstrates how to parse command line arguments and make them available to an application. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Application Management/SingleInstanceDetection/README.md b/Application Management/SingleInstanceDetection/README.md index 4287af242..dcefcf277 100644 --- a/Application Management/SingleInstanceDetection/README.md +++ b/Application Management/SingleInstanceDetection/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Single Instance Detection Sample" +description: "This sample demonstrates how to implement single instance detection for standalone applications." +--- # Single Instance Detection Sample This sample demonstrates how to implement single instance detection for standalone applications. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Application Management/SkinnedApplication/README.md b/Application Management/SkinnedApplication/README.md index 73927adff..f969dea19 100644 --- a/Application Management/SkinnedApplication/README.md +++ b/Application Management/SkinnedApplication/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Skinned Application Sample" +description: "This sample illustrates how to implement an application that supports dynamically-swappable skins." +--- # Skinned Application Sample This sample illustrates how to implement an application that supports dynamically-swappable skins. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Application Management/UnhandledExceptionHandling/README.md b/Application Management/UnhandledExceptionHandling/README.md index fe729c75c..03043fcb8 100644 --- a/Application Management/UnhandledExceptionHandling/README.md +++ b/Application Management/UnhandledExceptionHandling/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Unhandled Application Exceptions Sample" +description: "This sample demonstrates how to handle DispatcherUnhandledException to process recoverable and unrecoverable unhandled application exceptions." +--- # Unhandled Application Exceptions Sample This sample demonstrates how to handle DispatcherUnhandledException to process recoverable and unrecoverable unhandled application exceptions. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Clipboard/ClipboardSpy/README.md b/Clipboard/ClipboardSpy/README.md index 3aac1ba38..9de626a2e 100644 --- a/Clipboard/ClipboardSpy/README.md +++ b/Clipboard/ClipboardSpy/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Clipboard Spy Sample" +--- # Clipboard Spy Sample his sample demonstrates how to retrieve and examine the contents of the system clipboard. @@ -18,7 +26,7 @@ The sample also demonstrates the following methods provided by the Clipboard cla The sample is designed to demonstrate the use of CacheRequest and related classes and methods, but does not necessarily reflect a real-world implementation of UI Automation caching as a whole. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -26,3 +34,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Clipboard/ClipboardViewer/README.md b/Clipboard/ClipboardViewer/README.md index 44cf9f51b..a20ba5224 100644 --- a/Clipboard/ClipboardViewer/README.md +++ b/Clipboard/ClipboardViewer/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Clipboard Viewer Sample" +--- # Clipboard Viewer Sample This sample demonstrates Clipboard operations using a variety of data formats. It provides a viewer application with controls that read and set DataObject properties so that the user may experiment with Clipboard scenarios. @@ -6,7 +14,7 @@ This sample demonstrates Clipboard operations using a variety of data formats. I The sample is designed to demonstrate the use of CacheRequest and related classes and methods, but does not necessarily reflect a real-world implementation of UI Automation caching as a whole. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -14,3 +22,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/ADODataSet/README.md b/Data Binding/ADODataSet/README.md index f5595f137..fe8d98188 100644 --- a/Data Binding/ADODataSet/README.md +++ b/Data Binding/ADODataSet/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding to an ADO.NET DataSet Sample" +--- # Binding to an ADO.NET DataSet Sample This sample shows how to bind to an ADO.NET DataSet. For more information, see How to: Bind to an [ADO.NET Data Source](https://msdn.microsoft.com/en-us/library/vstudio/ms752057.aspx) ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/BindConversion/README.md b/Data Binding/BindConversion/README.md index ce23adf77..5c895bccc 100644 --- a/Data Binding/BindConversion/README.md +++ b/Data Binding/BindConversion/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding with a Custom Value Converter Sample" +--- # Binding with a Custom Value Converter Sample This sample shows how to add a value converter to a binding using Extensible Application Markup Language (XAML). For more information, see How to: Convert Bound Data. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/BindValidation/README.md b/Data Binding/BindValidation/README.md index 8ee72585c..46b5449f8 100644 --- a/Data Binding/BindValidation/README.md +++ b/Data Binding/BindValidation/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding Validation Sample" +--- # Binding Validation Sample This sample shows how to implement data validation on the user interface (UI) layer using binding. For more information, see [How to: Implement Binding Validation](https://msdn.microsoft.com/en-us/library/vstudio/ms753962.aspx). ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/BindingDPToDP/README.md b/Data Binding/BindingDPToDP/README.md index 88c245512..4bd877774 100644 --- a/Data Binding/BindingDPToDP/README.md +++ b/Data Binding/BindingDPToDP/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding the Properties of UI Elements Sample" +--- # Binding the Properties of UI Elements Sample This sample shows how to bind the property of one instantiated control to that of another. For more information, see How to: Bind the Properties of Two Controls. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/BindingToMethod/README.md b/Data Binding/BindingToMethod/README.md index 002835604..26256e17a 100644 --- a/Data Binding/BindingToMethod/README.md +++ b/Data Binding/BindingToMethod/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding to the Results of a Method Sample" +--- # Binding to the Results of a Method Sample This sample shows how bind to the results of a method using the MethodName property of the ObjectDataProvider class. For more information, see How to: Bind to a Method. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/BusinessLayerValidation/README.md b/Data Binding/BusinessLayerValidation/README.md index c18ecd894..8ed3024f9 100644 --- a/Data Binding/BusinessLayerValidation/README.md +++ b/Data Binding/BusinessLayerValidation/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Business Layer Validation Samples" +--- # Business Layer Validation Samples This sample shows how to implement validation logic on custom objects and then bind to them. For more information, see How to: Implement Validation Logic on Custom Objects. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/CodeOnlyBinding/README.md b/Data Binding/CodeOnlyBinding/README.md index d0cb935d7..d20beae68 100644 --- a/Data Binding/CodeOnlyBinding/README.md +++ b/Data Binding/CodeOnlyBinding/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Creating a Binding in Code Sample" +description: "This sample shows how to create a simple binding in code. For more information, see How to: Create a Binding in Code." +--- # Creating a Binding in Code Sample This sample shows how to create a simple binding in code. For more information, see How to: Create a Binding in Code. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/CollectionBinding/README.md b/Data Binding/CollectionBinding/README.md index 1b2fdff8e..dabdaf9c9 100644 --- a/Data Binding/CollectionBinding/README.md +++ b/Data Binding/CollectionBinding/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding to a Collection Sample" +description: "This sample shows how to bind to a collection. The accompanying topic is How to: Bind to a Collection and Display Information Based on Selection." +--- # Binding to a Collection Sample This sample shows how to bind to a collection. The accompanying topic is How to: Bind to a Collection and Display Information Based on Selection. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/CollectionViewSource/README.md b/Data Binding/CollectionViewSource/README.md index 65c6034af..ef08bd018 100644 --- a/Data Binding/CollectionViewSource/README.md +++ b/Data Binding/CollectionViewSource/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Sorting and Grouping Data in XAML" +--- # Sorting and Grouping Data in XAML This sample shows how to use CollectionViewSource to sort and group data in XAML. For more information, see How to: Sort and Group Data Using a View in XAML. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/Colors/README.md b/Data Binding/Colors/README.md index 5683147c0..7ca0c2ef2 100644 --- a/Data Binding/Colors/README.md +++ b/Data Binding/Colors/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Showing System Colors Using Data Services Sample" +--- # Showing System Colors Using Data Services Sample The sample displays a list of the system colors and lets you sort the list in several ways. You can also add new colors to the list and modify properties of the new colors. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/CompositeCollections/README.md b/Data Binding/CompositeCollections/README.md index 48a4d65ba..2306c2e6a 100644 --- a/Data Binding/CompositeCollections/README.md +++ b/Data Binding/CompositeCollections/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding Using Composite Collections" +description: "This sample shows how to implement data binding using collections composed of mixed types of data." +--- # Binding Using Composite Collections This sample shows how to implement data binding using collections composed of mixed types of data. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/DataBindingToStringFomat/README.md b/Data Binding/DataBindingToStringFomat/README.md index fd9c991a5..bb360e66d 100644 --- a/Data Binding/DataBindingToStringFomat/README.md +++ b/Data Binding/DataBindingToStringFomat/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Formatting a String on a Binding Sample" +--- # Formatting a String on a Binding Sample This sample formats bound data by using the StringFormat property on a Binding and a MultiBinding. The sample binds a ListView to a collection of items for sale and uses the StringFormat on the Binding for the price to format the value as a currency. The sample also binds a ListBox to the collection and uses StringFormat on a MultiBinding to display a string that includes the description and price for each item. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/DataTemplatingIntro/README.md b/Data Binding/DataTemplatingIntro/README.md index ca735d535..fd2d88af0 100644 --- a/Data Binding/DataTemplatingIntro/README.md +++ b/Data Binding/DataTemplatingIntro/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Introduction to Data Templating Sample" +--- # Introduction to Data Templating Sample This sample demonstrates how to use DataTemplate, DataTrigger, and DataTemplateSelector to specify the presentation of your data. For information about this sample, see Data Templating Overview. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/DataTrigger/README.md b/Data Binding/DataTrigger/README.md index 42c8babab..99bacd070 100644 --- a/Data Binding/DataTrigger/README.md +++ b/Data Binding/DataTrigger/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding Using Data Triggers Sample" +description: "This sample shows how to use DataTriggerand MultiDataTrigger." +--- # Binding Using Data Triggers Sample This sample shows how to use DataTriggerand MultiDataTrigger. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/DirectionalBinding/README.md b/Data Binding/DirectionalBinding/README.md index a897f1446..7e82beac3 100644 --- a/Data Binding/DirectionalBinding/README.md +++ b/Data Binding/DirectionalBinding/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Controlling the Direction and Timing of the Data Flow Sample" +description: "This sample shows how to use the OneTime, OneWay, and TwoWay binding models." +--- # Controlling the Direction and Timing of the Data Flow Sample This sample shows how to use the OneTime, OneWay, and TwoWay binding models. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/EditingCollections/README.md b/Data Binding/EditingCollections/README.md index c382f37ca..888fa6e37 100644 --- a/Data Binding/EditingCollections/README.md +++ b/Data Binding/EditingCollections/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Changing a Collection by Using IEditableCollectionView Sample" +--- # Changing a Collection by Using IEditableCollectionView Sample This sample uses the members that are provided by the IEditableCollectionView interface to add and change items in a ListView. The IEditableCollectionView provides a common API so that you can use the same members to add, edit, and remove items of a collection, if the collection supports such operations, regardless of the collection's type. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/Grouping/README.md b/Data Binding/Grouping/README.md index 02419848f..26b118bf5 100644 --- a/Data Binding/Grouping/README.md +++ b/Data Binding/Grouping/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Adding and Removing Groups Sample" +--- # Adding and Removing Groups Sample This sample shows how to group XML data based on an attribute value using PropertyGroupDescription. You can use a similar technique to apply grouping to non-XML data based on a property value. @@ -5,7 +13,7 @@ This sample shows how to group XML data based on an attribute value using Proper Alternatively, you can create groups in XAML. For more information, see How to: Sort and Group Data Using a View in XAML. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/HierarchicalDataTemplate/README.md b/Data Binding/HierarchicalDataTemplate/README.md index 967ef97f5..42bdf091a 100644 --- a/Data Binding/HierarchicalDataTemplate/README.md +++ b/Data Binding/HierarchicalDataTemplate/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Master-Detail Scenario Using ObjectDataProvider Sample" +--- # Master-Detail Scenario Using ObjectDataProvider Sample This sample shows how to use three synchronized ListBox controls to display hierarchical data. For more information, see How to: Use the Master-Detail Pattern with Hierarchical Data. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/Linq/README.md b/Data Binding/Linq/README.md index 7d8c4b2d7..190998229 100644 --- a/Data Binding/Linq/README.md +++ b/Data Binding/Linq/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "LINQ Query Sample" +description: "This sample shows how to bind to the results of a LINQ query. For more information, see How to: Bind to the Results of a LINQ Query." +--- # LINQ Query Sample This sample shows how to bind to the results of a LINQ query. For more information, see How to: Bind to the Results of a LINQ Query. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/MasterDetail/README.md b/Data Binding/MasterDetail/README.md index 4d596f862..e561256fe 100644 --- a/Data Binding/MasterDetail/README.md +++ b/Data Binding/MasterDetail/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Master-Detail Scenario Using XmlDataProvider Sample" +--- # Master-Detail Scenario Using XmlDataProvider Sample This sample shows how to use three synchronized ListBox controls to display XML data that is hierarchical (such as a list that contains other lists). For more information, see How to: Use the Master-Detail Pattern with Hierarchical Data and How to: Use the Master-Detail Pattern with Hierarchical XML Data. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/MasterDetailXml/README.md b/Data Binding/MasterDetailXml/README.md index 8dff3a012..706bda217 100644 --- a/Data Binding/MasterDetailXml/README.md +++ b/Data Binding/MasterDetailXml/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Master-Detail Scenario Using XmlDataProvider Sample" +--- # Master-Detail Scenario Using XmlDataProvider Sample This sample shows how to use three synchronized ListBox controls to display XML data that is hierarchical (such as a list that contains other lists). For more information, see How to: Use the Master-Detail Pattern with Hierarchical Data and [How to: Use the Master-Detail Pattern with Hierarchical XML Data](https://msdn.microsoft.com/en-us/library/vstudio/ms742531.aspx). ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/MultiBinding/README.md b/Data Binding/MultiBinding/README.md index 79035e1b1..661039a52 100644 --- a/Data Binding/MultiBinding/README.md +++ b/Data Binding/MultiBinding/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Implementing Parameterized MultiBinding Sample" +description: "This sample shows how to use MultiBinding. For more information, see How to: Produce a Value Based on a List of Bound Items." +--- # Implementing Parameterized MultiBinding Sample This sample shows how to use MultiBinding. For more information, see How to: Produce a Value Based on a List of Bound Items. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/PriorityBinding/README.md b/Data Binding/PriorityBinding/README.md index 8ecae9a52..c20628cc9 100644 --- a/Data Binding/PriorityBinding/README.md +++ b/Data Binding/PriorityBinding/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding Using PriorityBinding Sample" +--- # Binding Using PriorityBinding Sample This sample shows how to implement multiple bindings that go into effect based on their place in a priority order. For more information, see How to: Implement PriorityBinding. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/PropertyChangeNotification/README.md b/Data Binding/PropertyChangeNotification/README.md index 4b011eaec..009d8d7d5 100644 --- a/Data Binding/PropertyChangeNotification/README.md +++ b/Data Binding/PropertyChangeNotification/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Implementing Property Change Notification Sample" +--- # Implementing Property Change Notification Sample This sample shows how to create data objects that implement the INotifyPropertyChanged interface to enable propagating changed data to the binding target. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/SimpleBinding/README.md b/Data Binding/SimpleBinding/README.md index dc923e56f..21e6101b6 100644 --- a/Data Binding/SimpleBinding/README.md +++ b/Data Binding/SimpleBinding/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Simple Binding Sample" +description: "This sample shows how to create a simple binding. For more information, see How to: Create a Simple Binding." +--- # Simple Binding Sample This sample shows how to create a simple binding. For more information, see How to: Create a Simple Binding. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/SortFilter/README.md b/Data Binding/SortFilter/README.md index 2a94d8c24..cdabbc64c 100644 --- a/Data Binding/SortFilter/README.md +++ b/Data Binding/SortFilter/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Sorting and Filtering Items in a View Sample" +--- # Sorting and Filtering Items in a View Sample This sample shows how to use a collection view to apply a sort order and filtering. For more information, see How to: Sort Data in View and How to: Filter Data in a View. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/UpdateSource/README.md b/Data Binding/UpdateSource/README.md index 21f418a66..2221537f5 100644 --- a/Data Binding/UpdateSource/README.md +++ b/Data Binding/UpdateSource/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Explicitly Updating the Binding Source Sample" +--- # Explicitly Updating the Binding Source Sample This sample shows how to explicitly update binding sources in a form submit scenario. For more information, see How to: Control When the TextBox Text Updates the Source. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/ValidateItemSample/README.md b/Data Binding/ValidateItemSample/README.md index de9ae09f4..5a06cbecc 100644 --- a/Data Binding/ValidateItemSample/README.md +++ b/Data Binding/ValidateItemSample/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Validate the Data of an Object Sample" +--- # Validate the Data of an Object Sample This sample demonstrates how to validate multiple bindings against each other by using a BindingGroup. A BindingGroup contains multiple Binding objects and ValidationRule objects. When a ValidationRule that belongs to a BindingGroup runs, the Validate method can get the value of each binding in the BindingGroup. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/ValidateItemsInItemsControl/README.md b/Data Binding/ValidateItemsInItemsControl/README.md index 4744f1731..d9d84bd07 100644 --- a/Data Binding/ValidateItemsInItemsControl/README.md +++ b/Data Binding/ValidateItemsInItemsControl/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Validate an Item in an ItemsControl Sample" +--- # Validate an Item in an ItemsControl Sample This sample validates items in an ItemsControl by using the ItemsControl.ItemBindingGroup property. A BindingGroup contains multiple Binding objects and ValidationRule objects. When a ValidationRule that belongs to a BindingGroup runs, the Validate method can get the value of each binding in the BindingGroup. When the BindingExpressions is set to the ItemsControl.ItemBindingGroup property, each item container gets a BindingGroup that has the same ValidationRule objects as the ItemsControl.ItemBindingGroup, but the properties that describe the data in the bindings, such as Items and BindingExpressions, are specific to the data for each item in the ItemsControl. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/XmlDataSource/README.md b/Data Binding/XmlDataSource/README.md index d122a480c..529b066a6 100644 --- a/Data Binding/XmlDataSource/README.md +++ b/Data Binding/XmlDataSource/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding Using XML Namespaces Sample" +--- # Binding Using XML Namespaces Sample This sample shows how to handle namespaces specified in your XML binding source. For more information, see How to: Use XML Namespaces in Data Binding. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Data Binding/XmlnsBind/README.md b/Data Binding/XmlnsBind/README.md index 2554dcc9b..fd53ca50c 100644 --- a/Data Binding/XmlnsBind/README.md +++ b/Data Binding/XmlnsBind/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Binding Using XML Namespaces Sample" +--- # Binding Using XML Namespaces Sample This sample shows how to create a simple binding. For more information, see [How to: Create a Simple Binding](https://msdn.microsoft.com/en-us/library/vstudio/ms752047.aspx). ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Drag and Drop/DragDropDataFormats/README.md b/Drag and Drop/DragDropDataFormats/README.md index 778554ee1..46c8f3aa9 100644 --- a/Drag and Drop/DragDropDataFormats/README.md +++ b/Drag and Drop/DragDropDataFormats/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Data Formats Spy Sample" +--- # Data Formats Spy Sample This sample displays the data formats contained in any item dropped on the sample. Methods demonstrated in this sample include: @@ -10,7 +18,7 @@ The TextBox control includes native drop handling for text-based data; this samp In addition to listing data formats in a dropped item, the sample includes the ability to filter-out non-native data formats (that is, data formats that are available through automatic data-conversion), and labels each data format as "native" or "autoconvert". The GetDataPresent method is used to differentiate between native and auto-convertable data formats. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -18,3 +26,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Drag and Drop/DragDropEvents/README.md b/Drag and Drop/DragDropEvents/README.md index 0692118bf..1f720621b 100644 --- a/Drag and Drop/DragDropEvents/README.md +++ b/Drag and Drop/DragDropEvents/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Drag-and-Drop Events Explorer Sample" +description: "This sample explores how and when common drag and drop events fire. Events demonstrated in this sample include:" +--- # Drag-and-Drop Events Explorer Sample This sample explores how and when common drag and drop events fire. Events demonstrated in this sample include: @@ -19,7 +28,7 @@ Simple event handlers are attached to the UIElement for each of the drag-and-dro To observe when and in what order the events fire, drag any object into, over, or out of the bounds of the drop-target area, or drop any object on the drop-target area. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -27,3 +36,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Drag and Drop/DragDropObjects/README.md b/Drag and Drop/DragDropObjects/README.md index e4ba45120..b886ab835 100644 --- a/Drag and Drop/DragDropObjects/README.md +++ b/Drag and Drop/DragDropObjects/README.md @@ -1,10 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Create a Data Object from a Text Selection Sample" +--- # Create a Data Object from a Text Selection Sample This sample creates a data object from a text selection. The user is able to use the mouse to select provided sample text in a TextBox, and then click a button to create a data object that contains the text selection. One of the DataObject constructors is used to create the data object and specify the contained data and corresponding data format. The DataFormats class provides a static type string that is used to specify the data format as "Text". Finally, the sample displays the native data formats and corresponding data stored in the newly-created data object. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -12,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Drag and Drop/DragDropOpenTextFile/README.md b/Drag and Drop/DragDropOpenTextFile/README.md index 38d98eff7..06eb8c89d 100644 --- a/Drag and Drop/DragDropOpenTextFile/README.md +++ b/Drag and Drop/DragDropOpenTextFile/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Load a Dropped File Sample" +--- # Load a Dropped File Sample This sample will open and display the contents of a file dropped on the sample. Methods demonstrated in this sample include: @@ -7,7 +15,7 @@ This sample will open and display the contents of a file dropped on the sample. In this sample, event handlers monitor the PreviewDragOver and PreviewDrop events on a TextBox. When an object is dragged over the TextBox, a PreviewDragOver event handler checks to see if the object is a single file, and adjusts the DragDropEffects to indicate that a single file can be dropped, and anything else cannot. When a single file is dropped on the TextBox, a PreviewDrop event handler displays the file contents in the TextBox. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -15,3 +23,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Drag and Drop/DragDropTextOps/README.md b/Drag and Drop/DragDropTextOps/README.md index 3770fee79..cf3d0a298 100644 --- a/Drag and Drop/DragDropTextOps/README.md +++ b/Drag and Drop/DragDropTextOps/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Drag and Drop an Object on a Canvas" +--- # Drag and Drop an Object on a Canvas This example shows how to move objects on a Canvas using drag and drop. In addition, this sample shows how to apply an adorner and an animation to the object as it is being moved. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Drag and Drop/DragDropThumbOps/README.md b/Drag and Drop/DragDropThumbOps/README.md index 38728535c..64708ec4e 100644 --- a/Drag and Drop/DragDropThumbOps/README.md +++ b/Drag and Drop/DragDropThumbOps/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Thumb Drag Functionality Sample" +description: "This example shows how to use a Thumb to resize a Canvas control by responding to the DragDelta event." +--- # Thumb Drag Functionality Sample This example shows how to use a Thumb to resize a Canvas control by responding to the DragDelta event. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Element Tree/OverridingLogicalTree/README.md b/Element Tree/OverridingLogicalTree/README.md index f5fe77a4c..c92a2d955 100644 --- a/Element Tree/OverridingLogicalTree/README.md +++ b/Element Tree/OverridingLogicalTree/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Overriding the Logical Tree Sample" +--- # Overriding the Logical Tree Sample Although it is not necessary in most cases, advanced control authors have the option of overriding the logical tree. This example describes how to subclass StackPanel to override the logical tree. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Element Tree/SearchingForElement/README.md b/Element Tree/SearchingForElement/README.md index 57bcb8275..69f60b96d 100644 --- a/Element Tree/SearchingForElement/README.md +++ b/Element Tree/SearchingForElement/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Searching for an Element Sample" +description: "This example describes how to search for an element." +--- # Searching for an Element Sample This example describes how to search for an element. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/ContextMenuOpening/README.md b/Elements/ContextMenuOpening/README.md index fdf265fac..5c6a16606 100644 --- a/Elements/ContextMenuOpening/README.md +++ b/Elements/ContextMenuOpening/README.md @@ -1,10 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "ContextMenuOpening Handlers Sample" +--- # ContextMenuOpening Handlers Sample This example illustrates some handling techniques for the ContextMenuOpening event. This event is useful for adjusting or replacing the context menu just prior to display in the user interface (UI). Replacing the context menu does have some timing issues that you should be aware of. For more information, see the task topic that is intended as a companion topic for this sample, [How to: Handle the ContextMenuOpening Event](https://msdn.microsoft.com/en-us/library/bb625936.aspx). ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -12,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/FindingElementInPanel/README.md b/Elements/FindingElementInPanel/README.md index d3ae1ef53..539a5fe33 100644 --- a/Elements/FindingElementInPanel/README.md +++ b/Elements/FindingElementInPanel/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Finding the Index of an Element in a Panel Sample" +description: "This example describes how to find the index number of a newly added element within a panel, using the IndexOf method." +--- # Finding the Index of an Element in a Panel Sample This example describes how to find the index number of a newly added element within a panel, using the IndexOf method. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/FocusVisualStyle/README.md b/Elements/FocusVisualStyle/README.md index 2e5ee9db8..ee11b5ecc 100644 --- a/Elements/FocusVisualStyle/README.md +++ b/Elements/FocusVisualStyle/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Creating a FocusVisualStyle Sample" +description: "This example describes how to create a style for use as a FocusVisualStyle on a control." +--- # Creating a FocusVisualStyle Sample This example describes how to create a style for use as a FocusVisualStyle on a control. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/HeightProperties/README.md b/Elements/HeightProperties/README.md index 366f32b22..2d42121dc 100644 --- a/Elements/HeightProperties/README.md +++ b/Elements/HeightProperties/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Height Properties Sample" +--- # Height Properties Sample This sample shows the differences among the height-related properties in Windows Presentation Foundation (WPF). The sample demonstrates the effects of three properties declared by FrameworkElement that describe the height characteristics of an element. These values can conflict and when they do, the MinHeight value takes precedence over the MaxHeight value, which in turn takes precedence over the Height value. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/LoadedEvent/README.md b/Elements/LoadedEvent/README.md index 2a03b85d8..cac125070 100644 --- a/Elements/LoadedEvent/README.md +++ b/Elements/LoadedEvent/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Loaded Event Sample" +description: "This example shows you how to create a button when the page loads." +--- # Loaded Event Sample This example shows you how to create a button when the page loads. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/SettingMargins/README.md b/Elements/SettingMargins/README.md index 286ce0549..3a3c373eb 100644 --- a/Elements/SettingMargins/README.md +++ b/Elements/SettingMargins/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Setting Margins Sample" +--- # Setting Margins Sample This example describes how to set margins, by changing any existing property value for the margin in code-behind. The Margin property is a property of the FrameworkElement base element, and is thus inherited by a variety of controls and other elements. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/ThicknessConverter/README.md b/Elements/ThicknessConverter/README.md index 31bbd9828..d767ad501 100644 --- a/Elements/ThicknessConverter/README.md +++ b/Elements/ThicknessConverter/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "ThicknessConverter Sample" +description: "This sample shows how to convert the contents of a ListBoxItem to an instance of Thickness by using the ThicknessConverter object." +--- # ThicknessConverter Sample This sample shows how to convert the contents of a ListBoxItem to an instance of Thickness by using the ThicknessConverter object. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/UsingElements/README.md b/Elements/UsingElements/README.md index 0ad01785e..e24657bd3 100644 --- a/Elements/UsingElements/README.md +++ b/Elements/UsingElements/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Using Elements Sample" +description: "This sample shows how to add, remove, clear, insert, and find the index of elements in a tree." +--- # Using Elements Sample This sample shows how to add, remove, clear, insert, and find the index of elements in a tree. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/VisibiltyChanges/README.md b/Elements/VisibiltyChanges/README.md index 00ef77262..e92241c7f 100644 --- a/Elements/VisibiltyChanges/README.md +++ b/Elements/VisibiltyChanges/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Visibility Changes to a UIElement Sample" +description: "This sample shows how to change the Visibility property of a UIElement." +--- # Visibility Changes to a UIElement Sample This sample shows how to change the Visibility property of a UIElement. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Elements/WidthProperties/README.md b/Elements/WidthProperties/README.md index b106fc637..5bcdd695f 100644 --- a/Elements/WidthProperties/README.md +++ b/Elements/WidthProperties/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Width Properties Comparison Sample" +--- # Width Properties Comparison Sample This sample shows the differences among the width-related properties in Windows Presentation Foundation (WPF). The sample exposes four properties on FrameworkElement that describe the width characteristics of an element. These values can conflict and when they do, the MinWidth value takes precedence over the MaxWidth value, which in turn takes precedence over the Width value. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Events/AddingEventHandler/README.md b/Events/AddingEventHandler/README.md index 60c9ce576..fb0ef2977 100644 --- a/Events/AddingEventHandler/README.md +++ b/Events/AddingEventHandler/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Adding an Event Handler Sample" +--- # Adding an Event Handler Sample This example describes how to add an event handler to an element using code, potentially at a time when the initial Extensible Application Markup Language (XAML) pages are already loaded for the application. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Events/CustomRoutedEvents/README.md b/Events/CustomRoutedEvents/README.md index 678a2dced..0455fcf38 100644 --- a/Events/CustomRoutedEvents/README.md +++ b/Events/CustomRoutedEvents/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Custom Routed Events Sample" +--- # Custom Routed Events Sample This example shows you how to create a custom routed event and use it in a separate project. @@ -5,7 +13,7 @@ This example shows you how to create a custom routed event and use it in a separ For more information on event routing, see [Routed Events Overview](https://msdn.microsoft.com/en-us/library/ms742806.aspx). For an example of routed event handling, see [Create a Custom Routed Event](https://msdn.microsoft.com/en-us/library/ms752288.aspx). ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Events/FindingSourceElement/README.md b/Events/FindingSourceElement/README.md index dd3b0d299..d0f4455c4 100644 --- a/Events/FindingSourceElement/README.md +++ b/Events/FindingSourceElement/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Finding the Source Element in an Event Handler Sample" +--- # Finding the Source Element in an Event Handler Sample This example describes how to find the source element of an element in the event handler, by accessing event arguments from an event that was routed to an element other than the one that raised the event. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Events/RoutedEventHandling/README.md b/Events/RoutedEventHandling/README.md index 6b33ecd03..0b9375c0d 100644 --- a/Events/RoutedEventHandling/README.md +++ b/Events/RoutedEventHandling/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Routed Event Handling Sample" +description: "This example shows you how bubbling routed events work, and how to write an event handler for a routed event." +--- # Routed Event Handling Sample This example shows you how bubbling routed events work, and how to write an event handler for a routed event. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Getting Started/ComplexLayout/README.md b/Getting Started/ComplexLayout/README.md index 02ec2335d..3563787c8 100644 --- a/Getting Started/ComplexLayout/README.md +++ b/Getting Started/ComplexLayout/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Complex Layout Sample" +--- # Complex Layout Sample This sample shows you how to construct a complex Extensible Application Markup Language (XAML) layout by nesting TextBlock, Button, and DockPanels within a parent DockPanel. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,6 +21,7 @@ The easiest way to use these samples without using Git is to download the zip fi ### Preview the layout The completed complex XAML layout will resemble the following! -![A Screen Shot from Visual Studio 2017 showing a rich user interface which is created with just a dozen lines of XAML](WPF_ComplexLayout_Resultant_UI.png?raw=true "A Screen Shot from Visual Studio 2017 showing a rich user interface which is created with just a dozen lines of XAML") +![A Screen Shot from Visual Studio 2019 showing a rich user interface which is created with just a dozen lines of XAML](WPF_ComplexLayout_Resultant_UI.png?raw=true "A Screen Shot from Visual Studio 2019 showing a rich user interface which is created with just a dozen lines of XAML") + diff --git a/Getting Started/Concepts/README.md b/Getting Started/Concepts/README.md index 3dd983e7a..8e1e1eee3 100644 --- a/Getting Started/Concepts/README.md +++ b/Getting Started/Concepts/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Introduction to Building Windows Presentation Foundation Applications" +--- # Introduction to Building Windows Presentation Foundation Applications This sample provides an introduction to the development of a simple Windows Presentation Foundation (WPF) application, and demonstrates controls, images, layout, and data binding. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Getting Started/ControlsAndLayout/README.md b/Getting Started/ControlsAndLayout/README.md index 76c37b460..b38edb78d 100644 --- a/Getting Started/ControlsAndLayout/README.md +++ b/Getting Started/ControlsAndLayout/README.md @@ -2,7 +2,7 @@ This sample graphically shows common usage scenarios and the default rendering behavior for many user interface (UI) and layout controls in Windows Presentation Foundation (WPF). The Controls Gallery features a collapsible table of contents that has entries for many of the UI and layout controls that are supported in WPF. When you compile the sample, you can easily navigate the gallery and experience for yourself the breadth of the development platform ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/DynamicLayout/README.md b/Getting Started/DynamicLayout/README.md index cd39a51b9..79a64f470 100644 --- a/Getting Started/DynamicLayout/README.md +++ b/Getting Started/DynamicLayout/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Dynamic Application Sample" +description: "This sample shows you how to implement a button with an associated Click event handler." +--- # Dynamic Application Sample This sample shows you how to implement a button with an associated Click event handler. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Getting Started/HelloWorld/README.md b/Getting Started/HelloWorld/README.md index 353e8494e..759ca9540 100644 --- a/Getting Started/HelloWorld/README.md +++ b/Getting Started/HelloWorld/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Hello World Sample (WPF)" +description: "This sample shows you how to create an Extensible Application Markup Language (XAML) page that displays "Hello World."" +--- # Hello World Sample (WPF) This sample shows you how to create an Extensible Application Markup Language (XAML) page that displays "Hello World." ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Getting Started/MultiPage/README.md b/Getting Started/MultiPage/README.md index 47705a410..fb8ec3c15 100644 --- a/Getting Started/MultiPage/README.md +++ b/Getting Started/MultiPage/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Multipage Application Sample" +description: "This sample shows you how to use Hyperlink elements to create a simple two-page Extensible Application Markup Language (XAML) application." +--- # Multipage Application Sample This sample shows you how to use Hyperlink elements to create a simple two-page Extensible Application Markup Language (XAML) application. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Getting Started/SimpleLayout/README.md b/Getting Started/SimpleLayout/README.md index bab4fe37b..d5052c737 100644 --- a/Getting Started/SimpleLayout/README.md +++ b/Getting Started/SimpleLayout/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Simple Layout Sample" +description: "This sample shows how to use a DockPanel element to arrange three Button in a vertical stack." +--- # Simple Layout Sample This sample shows how to use a DockPanel element to arrange three Button in a vertical stack. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Getting Started/WalkthroughFirstWPFApp/csharp/README.md b/Getting Started/WalkthroughFirstWPFApp/csharp/README.md index aaede50b0..1a87b492f 100644 --- a/Getting Started/WalkthroughFirstWPFApp/csharp/README.md +++ b/Getting Started/WalkthroughFirstWPFApp/csharp/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "First WPF app sample" +--- # First WPF app sample This sample provides the C# code files for a starter WPF app, as described in [Walkthrough: My first WPF desktop application](https://docs.microsoft.com/dotnet/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application). @@ -22,3 +30,4 @@ The completed walkthrough's UI will resemble the following. ![First WPF app sample UI](../Walkthrough-finished-UI-example.png) + diff --git a/Globalization and Localization/BAML Loc/README.md b/Globalization and Localization/BAML Loc/README.md index dbd9af204..9517d4264 100644 --- a/Globalization and Localization/BAML Loc/README.md +++ b/Globalization and Localization/BAML Loc/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Globalization and Localization/FlowDirection/README.md b/Globalization and Localization/FlowDirection/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/FlowDirection/README.md +++ b/Globalization and Localization/FlowDirection/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/GlobalizationHomepage/README.md b/Globalization and Localization/GlobalizationHomepage/README.md index 0b0b4df7a..98dfd7685 100644 --- a/Globalization and Localization/GlobalizationHomepage/README.md +++ b/Globalization and Localization/GlobalizationHomepage/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Globalization Homepage sample" +description: "This sample shows how to use the %objective" +--- # Globalization Homepage sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/GlobalizationRunDialog/README.md b/Globalization and Localization/GlobalizationRunDialog/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/GlobalizationRunDialog/README.md +++ b/Globalization and Localization/GlobalizationRunDialog/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/Gradient/README.md b/Globalization and Localization/Gradient/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/Gradient/README.md +++ b/Globalization and Localization/Gradient/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/Image/README.md b/Globalization and Localization/Image/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/Image/README.md +++ b/Globalization and Localization/Image/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/LTRRTL/README.md b/Globalization and Localization/LTRRTL/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/LTRRTL/README.md +++ b/Globalization and Localization/LTRRTL/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/LangAttribute/README.md b/Globalization and Localization/LangAttribute/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/LangAttribute/README.md +++ b/Globalization and Localization/LangAttribute/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/LocalizationResources/README.md b/Globalization and Localization/LocalizationResources/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/LocalizationResources/README.md +++ b/Globalization and Localization/LocalizationResources/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/NumbersMultipleLangauges/README.md b/Globalization and Localization/NumbersMultipleLangauges/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/NumbersMultipleLangauges/README.md +++ b/Globalization and Localization/NumbersMultipleLangauges/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/Paths/README.md b/Globalization and Localization/Paths/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/Paths/README.md +++ b/Globalization and Localization/Paths/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/RunSpan/README.md b/Globalization and Localization/RunSpan/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/RunSpan/README.md +++ b/Globalization and Localization/RunSpan/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/Span/README.md b/Globalization and Localization/Span/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/Span/README.md +++ b/Globalization and Localization/Span/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Globalization and Localization/StringLocalizationSample/README.md b/Globalization and Localization/StringLocalizationSample/README.md index dbd9af204..b31e7039c 100644 --- a/Globalization and Localization/StringLocalizationSample/README.md +++ b/Globalization and Localization/StringLocalizationSample/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/2DTransforms/README.md b/Graphics/2DTransforms/README.md index 00a888194..6c362816d 100644 --- a/Graphics/2DTransforms/README.md +++ b/Graphics/2DTransforms/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "2-D Transforms sample" +description: "This sample shows how to use the %objective" +--- # 2-D Transforms sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/AITCodec/README.md b/Graphics/AITCodec/README.md index dbd9af204..9517d4264 100644 --- a/Graphics/AITCodec/README.md +++ b/Graphics/AITCodec/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Graphics/BMPEncoderAndDecoder/README.md b/Graphics/BMPEncoderAndDecoder/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/BMPEncoderAndDecoder/README.md +++ b/Graphics/BMPEncoderAndDecoder/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/BitmapEffectsGallery/README.md b/Graphics/BitmapEffectsGallery/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/BitmapEffectsGallery/README.md +++ b/Graphics/BitmapEffectsGallery/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/BitmapMetadata/README.md b/Graphics/BitmapMetadata/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/BitmapMetadata/README.md +++ b/Graphics/BitmapMetadata/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/Brushes/README.md b/Graphics/Brushes/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/Brushes/README.md +++ b/Graphics/Brushes/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/ClipRegion/README.md b/Graphics/ClipRegion/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/ClipRegion/README.md +++ b/Graphics/ClipRegion/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/Converter/README.md b/Graphics/Converter/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/Converter/README.md +++ b/Graphics/Converter/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/CustomBitmapEffect/README.md b/Graphics/CustomBitmapEffect/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/CustomBitmapEffect/README.md +++ b/Graphics/CustomBitmapEffect/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/DrawingBrush/README.md b/Graphics/DrawingBrush/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/DrawingBrush/README.md +++ b/Graphics/DrawingBrush/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/GIFEncoderAndDecoder/README.md b/Graphics/GIFEncoderAndDecoder/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/GIFEncoderAndDecoder/README.md +++ b/Graphics/GIFEncoderAndDecoder/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/Geometery/README.md b/Graphics/Geometery/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/Geometery/README.md +++ b/Graphics/Geometery/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/Geometries/README.md b/Graphics/Geometries/README.md index dbd9af204..9517d4264 100644 --- a/Graphics/Geometries/README.md +++ b/Graphics/Geometries/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Graphics/ImageBrush/README.md b/Graphics/ImageBrush/README.md index 57a639255..1eebef024 100644 --- a/Graphics/ImageBrush/README.md +++ b/Graphics/ImageBrush/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "ImageBrush Sample" +description: "This sample shows how to use the %objective" +--- # ImageBrush Sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/ImageView/README.md b/Graphics/ImageView/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/ImageView/README.md +++ b/Graphics/ImageView/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/JPEGEncoderAndDecoder/README.md b/Graphics/JPEGEncoderAndDecoder/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/JPEGEncoderAndDecoder/README.md +++ b/Graphics/JPEGEncoderAndDecoder/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/Matrix/README.md b/Graphics/Matrix/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/Matrix/README.md +++ b/Graphics/Matrix/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/OpacityMasking/README.md b/Graphics/OpacityMasking/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/OpacityMasking/README.md +++ b/Graphics/OpacityMasking/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/PNGEncoderAndDecoder/README.md b/Graphics/PNGEncoderAndDecoder/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/PNGEncoderAndDecoder/README.md +++ b/Graphics/PNGEncoderAndDecoder/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/Point/README.md b/Graphics/Point/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/Point/README.md +++ b/Graphics/Point/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/ShapeElements/README.md b/Graphics/ShapeElements/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/ShapeElements/README.md +++ b/Graphics/ShapeElements/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/ShapesGallery/README.md b/Graphics/ShapesGallery/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/ShapesGallery/README.md +++ b/Graphics/ShapesGallery/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/SystemBrushesAndColors/README.md b/Graphics/SystemBrushesAndColors/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/SystemBrushesAndColors/README.md +++ b/Graphics/SystemBrushesAndColors/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/TIFFEncoderAndDecoder/README.md b/Graphics/TIFFEncoderAndDecoder/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/TIFFEncoderAndDecoder/README.md +++ b/Graphics/TIFFEncoderAndDecoder/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/Vector/README.md b/Graphics/Vector/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/Vector/README.md +++ b/Graphics/Vector/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/VisualBrush/README.md b/Graphics/VisualBrush/README.md index f63fe97ad..b766e3263 100644 --- a/Graphics/VisualBrush/README.md +++ b/Graphics/VisualBrush/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "VisualBrush sample" +description: "This sample shows how to use the %objective" +--- # VisualBrush sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Graphics/WDPEncoderAndDecoder/README.md b/Graphics/WDPEncoderAndDecoder/README.md index dbd9af204..b31e7039c 100644 --- a/Graphics/WDPEncoderAndDecoder/README.md +++ b/Graphics/WDPEncoderAndDecoder/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/CaptureUnCaptureMouse/README.md b/Input and Commands/CaptureUnCaptureMouse/README.md index 9d196d235..c47805507 100644 --- a/Input and Commands/CaptureUnCaptureMouse/README.md +++ b/Input and Commands/CaptureUnCaptureMouse/README.md @@ -1,10 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Capture and Uncapture the Mouse" +--- # Capture and Uncapture the Mouse The follow sample demonstrates how to make an object capture and uncapture the mouse and how this affects mouse related events from other objects in the application. When an object captures the mouse, all mouse related events are treated as if the object with mouse capture perform the event, even if the mouse pointer is over another object. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -12,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/CommandSourceControlUsingSystemTimer/README.md b/Input and Commands/CommandSourceControlUsingSystemTimer/README.md index ce0337362..253f9a184 100644 --- a/Input and Commands/CommandSourceControlUsingSystemTimer/README.md +++ b/Input and Commands/CommandSourceControlUsingSystemTimer/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Disable Command Source via System Timer Sample" +--- # Disable Command Source via System Timer Sample This sample shows how to enable and disable a command source via a Windows.System.Timers.Timer. @@ -8,7 +16,7 @@ Command sources, such as the MenuItem class and the Button class, listen to the The CommandManager notifies the RoutedCommand via the RequerySuggested event that conditions have changed with the command target. The RoutedCommand raises the CanExecuteChanged event which the command source listens to. Normally, this notification mechanism is adequate, but there are some situations where the CommandManager is unaware that the conditions have changed on the command target and thus the RequerySuggested event is never raised and the command source never queries the RoutedCommand. In these situations the CommandManager can be forced to raise the RequerySuggested event by calling InvalidateRequerySuggested. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -16,3 +24,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md b/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md index ea3f3436e..9b12fc6fd 100644 --- a/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md +++ b/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Disable Command Source via Dispatcher Timer Sample" +--- # Disable Command Source via Dispatcher Timer Sample This sample shows how to enable and disable a command source via a DispatcherTimer. @@ -8,7 +16,7 @@ The CommandManager notifies the RoutedCommand via the RequerySuggested event tha This sample creates a RoutedCommand that can be executed only when the seconds in the current time are greater than a target value. A DispatcherTimer is created that calls InvalidateRequerySuggested every second. This insures that the command source will receive the CanExecuteChanged event so that it can call the CanExecute method on the command. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -16,3 +24,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/CursorType/README.md b/Input and Commands/CursorType/README.md index a210d9d7a..e0b59beec 100644 --- a/Input and Commands/CursorType/README.md +++ b/Input and Commands/CursorType/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Detecting Mouse Button State Sample" +description: "This example describes how to detect whether the mouse button is pressed or released using the State property." +--- # Detecting Mouse Button State Sample This example describes how to detect whether the mouse button is pressed or released using the State property. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/CustomRoutedCommand/README.md b/Input and Commands/CustomRoutedCommand/README.md index ec6c75696..3e42b6c29 100644 --- a/Input and Commands/CustomRoutedCommand/README.md +++ b/Input and Commands/CustomRoutedCommand/README.md @@ -1,10 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Create a Custom RoutedCommand Sample" +--- # Create a Custom RoutedCommand Sample This sample shows how to create and use a custom RoutedCommand. It demonstrates how to create the RoutedCommand in code behind, create a CommandBinding, the Executed and CanExecute event handlers, and how to hook up the commands up in XAML. The custom RoutedCommand toggles the background color of a StackPanel. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -12,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/EditingCommands/README.md b/Input and Commands/EditingCommands/README.md index 763d1858c..10dfe9284 100644 --- a/Input and Commands/EditingCommands/README.md +++ b/Input and Commands/EditingCommands/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "EditingCommands Sample" +--- # EditingCommands Sample This sample demonstrates the commands provided by the EditingCommands class. @@ -6,7 +14,7 @@ The sample provides buttons to invoke each editing command; each button is label Use this sample to invoke editing commands on the different Windows Presentation Foundation (WPF) editing controls, and to observe the resulting effects and behaviors. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -14,3 +22,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/EventOnGainAndLooseFocus/README.md b/Input and Commands/EventOnGainAndLooseFocus/README.md index 6dfd497a4..7593ff7ee 100644 --- a/Input and Commands/EventOnGainAndLooseFocus/README.md +++ b/Input and Commands/EventOnGainAndLooseFocus/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Firing Events When an Element Gains and Loses Focus Sample" +--- # Firing Events When an Element Gains and Loses Focus Sample Firing Events When an Element Gains and Loses Focus Sample @@ -5,7 +13,7 @@ Firing Events When an Element Gains and Loses Focus Sample This example describes how to fire an event when an element gains and loses focus. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/HandlingEventOnCommand/README.md b/Input and Commands/HandlingEventOnCommand/README.md index 224b8d00d..1ab6dd54f 100644 --- a/Input and Commands/HandlingEventOnCommand/README.md +++ b/Input and Commands/HandlingEventOnCommand/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Handling an Event When a Command Occurs" +description: "This sample demonstrates how to hook up a RoutedCommand." +--- # Handling an Event When a Command Occurs This sample demonstrates how to hook up a RoutedCommand. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/HandlingEventOnCommandUsingCode/README.md b/Input and Commands/HandlingEventOnCommandUsingCode/README.md index 55da65f94..29286c7d3 100644 --- a/Input and Commands/HandlingEventOnCommandUsingCode/README.md +++ b/Input and Commands/HandlingEventOnCommandUsingCode/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Handling an Event When a Command Occurs Using Code" +description: "This sample demonstrates how to hook up a RoutedCommand in an application." +--- # Handling an Event When a Command Occurs Using Code This sample demonstrates how to hook up a RoutedCommand in an application. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/ICommandSourceImplementation/README.md b/Input and Commands/ICommandSourceImplementation/README.md index e1a86ef98..6d55fa6fb 100644 --- a/Input and Commands/ICommandSourceImplementation/README.md +++ b/Input and Commands/ICommandSourceImplementation/README.md @@ -1,10 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Implement ICommandSource Sample" +--- # Implement ICommandSource Sample This sample demonstrates how to create a custom ICommandSource by implementing ICommand on a custom control. The custom control that is created inherits from Slider and implements ICommandSource. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -12,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/KeyStrokeCounter/README.md b/Input and Commands/KeyStrokeCounter/README.md index f22c52d64..6af8b772f 100644 --- a/Input and Commands/KeyStrokeCounter/README.md +++ b/Input and Commands/KeyStrokeCounter/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Count the Key Strokes of a Specific Key Sample" +description: "This example describes how to detect when a specific key is pressed." +--- # Count the Key Strokes of a Specific Key Sample This example describes how to detect when a specific key is pressed. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/KeyboardKey/README.md b/Input and Commands/KeyboardKey/README.md index 594338b4e..6b0a91196 100644 --- a/Input and Commands/KeyboardKey/README.md +++ b/Input and Commands/KeyboardKey/README.md @@ -1,10 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Keyboard Key Sample" +--- # Keyboard Key Sample This example describes how to detect which keyboard key is pressed. In the following example, when the user presses the Enter or the Return key, keyboard focus shifts to the next TextBox. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -12,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/MousePointer/README.md b/Input and Commands/MousePointer/README.md index 1e5fd75c1..4b6bad8a2 100644 --- a/Input and Commands/MousePointer/README.md +++ b/Input and Commands/MousePointer/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Mouse Pointer Sample" +description: "This example describes how to detect when the mouse pointer enters or leaves an area." +--- # Mouse Pointer Sample This example describes how to detect when the mouse pointer enters or leaves an area. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/MouseState/README.md b/Input and Commands/MouseState/README.md index a210d9d7a..e0b59beec 100644 --- a/Input and Commands/MouseState/README.md +++ b/Input and Commands/MouseState/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Detecting Mouse Button State Sample" +description: "This example describes how to detect whether the mouse button is pressed or released using the State property." +--- # Detecting Mouse Button State Sample This example describes how to detect whether the mouse button is pressed or released using the State property. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/MoveObjectWithMouse/README.md b/Input and Commands/MoveObjectWithMouse/README.md index 5d5e4ba88..974545249 100644 --- a/Input and Commands/MoveObjectWithMouse/README.md +++ b/Input and Commands/MoveObjectWithMouse/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Moving an Object with the Mouse Pointer Sample" +description: "This example describes how to make an object follow the mouse pointer as it moves on the screen." +--- # Moving an Object with the Mouse Pointer Sample This example describes how to make an object follow the mouse pointer as it moves on the screen. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/ProgrammaticFocusControl/README.md b/Input and Commands/ProgrammaticFocusControl/README.md index cb71e687d..a840960fd 100644 --- a/Input and Commands/ProgrammaticFocusControl/README.md +++ b/Input and Commands/ProgrammaticFocusControl/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Manipulate Focus Programmatically Sample" +description: "This sample demonstrates how to change the focus of an object programmatically." +--- # Manipulate Focus Programmatically Sample This sample demonstrates how to change the focus of an object programmatically. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Input and Commands/TouchKeyboard/TouchKeyboardNotifier/Readme.md b/Input and Commands/TouchKeyboard/TouchKeyboardNotifier/Readme.md index f03083c8c..dbde3f007 100644 --- a/Input and Commands/TouchKeyboard/TouchKeyboardNotifier/Readme.md +++ b/Input and Commands/TouchKeyboard/TouchKeyboardNotifier/Readme.md @@ -1,4 +1,12 @@ -# Support for Touch Keyboard Notifications and Occlusion Handling in WPF +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Support for Touch Keyboard Notifications and Occlusion Handling in WPF" +--- +# Support for Touch Keyboard Notifications and Occlusion Handling in WPF ## Overview In .NET 4.6.2 or above on Windows 10 Anniversary Update or above, WPF supports automatic display of the Windows touch keyboard (tiptsf). This functionality occurs automatically when a @@ -21,4 +29,4 @@ exceptional situations. ## BUILD NOTES: > You will need the Windows 10 SDK installed. If you have not installed it to its default location in "C:\Program Files (x86)\Windows Kits\10", you will have to update the reference -> to Windows.winmd in the project file to point to your installed SDK directory. \ No newline at end of file +> to Windows.winmd in the project file to point to your installed SDK directory. diff --git a/Migration and Interoperability/AxControl/README.md b/Migration and Interoperability/AxControl/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/AxControl/README.md +++ b/Migration and Interoperability/AxControl/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/HWNDInWPF/README.md b/Migration and Interoperability/HWNDInWPF/README.md index dbd9af204..9517d4264 100644 --- a/Migration and Interoperability/HWNDInWPF/README.md +++ b/Migration and Interoperability/HWNDInWPF/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Migration and Interoperability/HostingAxInXaml/README.md b/Migration and Interoperability/HostingAxInXaml/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/HostingAxInXaml/README.md +++ b/Migration and Interoperability/HostingAxInXaml/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/HostingWfInWPF/README.md b/Migration and Interoperability/HostingWfInWPF/README.md index 17dd217c7..f2e54780b 100644 --- a/Migration and Interoperability/HostingWfInWPF/README.md +++ b/Migration and Interoperability/HostingWfInWPF/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Hosting a Windows Forms Control in WPF Sample" +description: "This sample shows how to use the %objective" +--- # Hosting a Windows Forms Control in WPF Sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/HostingWfInWpfWithXaml/README.md b/Migration and Interoperability/HostingWfInWpfWithXaml/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/HostingWfInWpfWithXaml/README.md +++ b/Migration and Interoperability/HostingWfInWpfWithXaml/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/HostingWfWithVisualStyles/README.md b/Migration and Interoperability/HostingWfWithVisualStyles/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/HostingWfWithVisualStyles/README.md +++ b/Migration and Interoperability/HostingWfWithVisualStyles/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/HostingWpfUserControlInWf/README.md b/Migration and Interoperability/HostingWpfUserControlInWf/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/HostingWpfUserControlInWf/README.md +++ b/Migration and Interoperability/HostingWpfUserControlInWf/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/LocalizingWpfInWf/README.md b/Migration and Interoperability/LocalizingWpfInWf/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/LocalizingWpfInWf/README.md +++ b/Migration and Interoperability/LocalizingWpfInWf/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/PropertyMappingWithElementHost/README.md b/Migration and Interoperability/PropertyMappingWithElementHost/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/PropertyMappingWithElementHost/README.md +++ b/Migration and Interoperability/PropertyMappingWithElementHost/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/PropertyMappingWithWfh/README.md b/Migration and Interoperability/PropertyMappingWithWfh/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/PropertyMappingWithWfh/README.md +++ b/Migration and Interoperability/PropertyMappingWithWfh/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/WPFHostingWin32Control/README.md b/Migration and Interoperability/WPFHostingWin32Control/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/WPFHostingWin32Control/README.md +++ b/Migration and Interoperability/WPFHostingWin32Control/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/WPFUserControlHost/README.md b/Migration and Interoperability/WPFUserControlHost/README.md index dbd9af204..b31e7039c 100644 --- a/Migration and Interoperability/WPFUserControlHost/README.md +++ b/Migration and Interoperability/WPFUserControlHost/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/WPFWithWFAndDatabinding/README.md b/Migration and Interoperability/WPFWithWFAndDatabinding/README.md index e6ac63fd5..ba834eb44 100644 --- a/Migration and Interoperability/WPFWithWFAndDatabinding/README.md +++ b/Migration and Interoperability/WPFWithWFAndDatabinding/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Data Binding in Hybrid Applications Sample" +description: "This sample shows how to use the %objective" +--- # Data Binding in Hybrid Applications Sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Migration and Interoperability/Win32Clock/README.md b/Migration and Interoperability/Win32Clock/README.md index 06dbd22e4..8535b108c 100644 --- a/Migration and Interoperability/Win32Clock/README.md +++ b/Migration and Interoperability/Win32Clock/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Migration and Interoperability/Win32HostingWPFPage/README.md b/Migration and Interoperability/Win32HostingWPFPage/README.md index dbd9af204..9517d4264 100644 --- a/Migration and Interoperability/Win32HostingWPFPage/README.md +++ b/Migration and Interoperability/Win32HostingWPFPage/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md b/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md index 16e351d5b..910d4adb2 100644 --- a/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md +++ b/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md b/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md index dbd9af204..9517d4264 100644 --- a/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md +++ b/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md @@ -8,7 +8,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample diff --git a/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md b/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md index 55e5bffe1..4134c06e0 100644 --- a/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md +++ b/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md @@ -1,3 +1,12 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Windows Forms control with absolute positioning sample" +description: "This sample shows how to use the %objective" +--- # Windows Forms control with absolute positioning sample @@ -8,7 +17,7 @@ This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample @@ -18,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Properties/Callbacks/README.md b/Properties/Callbacks/README.md index 3248a0bf1..b2a575070 100644 --- a/Properties/Callbacks/README.md +++ b/Properties/Callbacks/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "PropertyChanged and CoerceValue Callbacks Sample" +--- # PropertyChanged and CoerceValue Callbacks Sample This example illustrates how to implement callbacks for dependency properties. The dependencies illustrated here are deliberately complex, and illustrate some of the challenges that you will face if you create complex dependencies and also attempt to update constrained values as part of a user interface. It is deliberately not intended as a best practice for all aspects of how to implement callbacks, and is more intended to show the possible complexities. It features two different templates that present the same control information in two different representations. @@ -5,7 +13,7 @@ This example illustrates how to implement callbacks for dependency properties. T You should experiment with the sample and make your own choices about how you could represent this same Minimum/Current/Maximum relationship by using fewer constraints in favor of hard-coded values, or not exposing as many aspects of the properties to user control. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Properties/CustomClassesWithDP/README.md b/Properties/CustomClassesWithDP/README.md index 35b877b3f..e83d55ba3 100644 --- a/Properties/CustomClassesWithDP/README.md +++ b/Properties/CustomClassesWithDP/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Custom Classes with Dependency Properties Sample" +--- # Custom Classes with Dependency Properties Sample This sample shows how to create and register dependency properties for use in the same application, instead of defining dependency properties as part of a separate assembly. @@ -7,7 +15,7 @@ This example illustrates the following scenarios: - A class implements several callbacks, such as CoerceValueCallback, PropertyChangedCallback, and ValidateValueCallback, for a set of related dependency properties. The callbacks are also used to adjust the values of other properties or to prevent an initial invalid value set. These callbacks are registered as part of the dependency property characteristics of a dependency property. Whenever the appropriate condition is detected by the property system, the user-defined callback is invoked. For instance, a change in the effective value of a property invokes the registered PropertyChangedCallback . ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -15,3 +23,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Properties/RestoringDefaultValues/README.md b/Properties/RestoringDefaultValues/README.md index 3f1ebca35..9af2c6742 100644 --- a/Properties/RestoringDefaultValues/README.md +++ b/Properties/RestoringDefaultValues/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Restoring Default Values Sample" +--- # Restoring Default Values Sample This example describes how to clear any locally set values and restore the default values of dependency properties by calling the ClearValue method on an instance, specifying several distinct dependency properties to clear. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/README.md b/README.md index e06d78bd3..f7a2b0d83 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ After cloning the WPF-Samples respository, there will be two solution files in t * Alternatively, navigate to the directory of a sample and build with 'dotnet build' or 'msbuild' specifying the target project file. * WPF-Samples.msbuild.sln contains projects that can be built only with `msbuild` or Visual Studio, and will not compile with `dotnet build`. These projects contain C++ code, for which there is no support in `dotnet build` -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2017. +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2019. [Download the samples ZIP](../../archive/master.zip) diff --git a/Resources/ApplicationResources/README.md b/Resources/ApplicationResources/README.md index 76b05f5ac..9b497318b 100644 --- a/Resources/ApplicationResources/README.md +++ b/Resources/ApplicationResources/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Application Resources Sample" +description: "This example shows you how to define and access application resources." +--- # Application Resources Sample This example shows you how to define and access application resources. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Resources/DefiningResources/README.md b/Resources/DefiningResources/README.md index 5cbfee0a4..36b842151 100644 --- a/Resources/DefiningResources/README.md +++ b/Resources/DefiningResources/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Defining a Resource Sample" +description: "This example demonstrates how to define a resource at the page root level on a FrameworkElement and reference it in attributes of child elements." +--- # Defining a Resource Sample This example demonstrates how to define a resource at the page root level on a FrameworkElement and reference it in attributes of child elements. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Resources/MergedResources/README.md b/Resources/MergedResources/README.md index 311688477..0fba3a9ed 100644 --- a/Resources/MergedResources/README.md +++ b/Resources/MergedResources/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Merged ResourceDictionary Sample" +--- # Merged ResourceDictionary Sample This example illustrates the merged-dictionary capabilities of ResourceDictionary. A merged dictionary can be used to incorporate a resource dictionary that comes from a separate file (typically this is a noncompiled XAML file that is included in the application, and referenced by pack URI). To see some of this behavior yourself by modifying this sample, try introducing deliberate identical key names into the base dictionary, or either of the two merged dictionaries. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/CalculatorDemo/README.md b/Sample Applications/CalculatorDemo/README.md index 8432f03eb..a8cc8be0c 100644 --- a/Sample Applications/CalculatorDemo/README.md +++ b/Sample Applications/CalculatorDemo/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Calculator Demo" +description: "This sample application is a simple calculator. It demonstrates layout, controls, and some simple animation." +--- # Calculator Demo This sample application is a simple calculator. It demonstrates layout, controls, and some simple animation. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/ConcentricRingsDemo/README.md b/Sample Applications/ConcentricRingsDemo/README.md index 04dd9e064..995323f64 100644 --- a/Sample Applications/ConcentricRingsDemo/README.md +++ b/Sample Applications/ConcentricRingsDemo/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Concentric Rings Demo" +description: "This sample application demonstrates several animation techniques, generating an interesting visual effect similar to the Microsoft Xbox 360 logo." +--- # Concentric Rings Demo This sample application demonstrates several animation techniques, generating an interesting visual effect similar to the Microsoft Xbox 360 logo. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/CubeAnimationDemo/README.md b/Sample Applications/CubeAnimationDemo/README.md index 9859afaf8..7e61f360d 100644 --- a/Sample Applications/CubeAnimationDemo/README.md +++ b/Sample Applications/CubeAnimationDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Cube Animation Demo" +--- # Cube Animation Demo This sample application demonstrates how to animate the content of a Viewport3D. An ImageBrush is used as an EmissiveMaterial to create a more interesting visual experience. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/DataBindingDemo/README.md b/Sample Applications/DataBindingDemo/README.md index a46703760..379a7fc35 100644 --- a/Sample Applications/DataBindingDemo/README.md +++ b/Sample Applications/DataBindingDemo/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Data Binding Demo" +--- # Data Binding Demo This sample creates a product listing application that allows users to enter items for sale. This sample demonstrates the following data binding concepts: - The binding object @@ -16,7 +24,7 @@ This sample creates a product listing application that allows users to enter ite - Filtering ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -24,3 +32,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/DropShadow/README.md b/Sample Applications/DropShadow/README.md index 71d30b3a4..49c6a889c 100644 --- a/Sample Applications/DropShadow/README.md +++ b/Sample Applications/DropShadow/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Drop Shadow Ink Demo" +description: "This sample demonstrates a loose XAML application that you can navigate to using a web browser." +--- # Drop Shadow Ink Demo This sample demonstrates a loose XAML application that you can navigate to using a web browser. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/EditingExaminerDemo/README.md b/Sample Applications/EditingExaminerDemo/README.md index 43f09224d..7eb99c1ad 100644 --- a/Sample Applications/EditingExaminerDemo/README.md +++ b/Sample Applications/EditingExaminerDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Editing Examiner Demo" +--- # Editing Examiner Demo Editing Examiner lets you watch in real time as edits are performed within a RichTextBox control. It allows the user to load or partially insert Extensible Application Markup Language (XAML) into a document by using the core parser or the editing parser. In addition, it provides basic support for invoking methods, as well as getting and setting properties. This tool is useful for examining the editing status of a document from different perspectives. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/ExpenseIt/README.md b/Sample Applications/ExpenseIt/README.md index 54b16fe97..ec3ea5711 100644 --- a/Sample Applications/ExpenseIt/README.md +++ b/Sample Applications/ExpenseIt/README.md @@ -2,7 +2,7 @@ This sample application is the standalone version of the ExpenseIt application. It demonstrates XAML browser applications (XBAPs), Windows, Dialog Boxes, Message Boxes, Layout, Data Binding, Controls, and Styles. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/FontDialog/README.md b/Sample Applications/FontDialog/README.md index 84505c0a1..5f08d3137 100644 --- a/Sample Applications/FontDialog/README.md +++ b/Sample Applications/FontDialog/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Font Dialog Box Demo" +--- # Font Dialog Box Demo This sample application produces a dialog box that allows the user to customize values of font properties, for example, FontStyle, FontWeight, and FontSize. It also demonstrates techniques for creating a modal dialog box using Windows Presentation Foundation (WPF). ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/GeometryDesignerDemo/README.md b/Sample Applications/GeometryDesignerDemo/README.md index fdc7e30d5..2a91df501 100644 --- a/Sample Applications/GeometryDesignerDemo/README.md +++ b/Sample Applications/GeometryDesignerDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Geometry Designer Demo" +--- # Geometry Designer Demo This application provides a simple interface for creating geometric shapes. After creating a shape, the application conveniently displays Extensible Application Markup Language (XAML) code that can be used to generate the shape. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/GraphingCalculatorDemo/README.md b/Sample Applications/GraphingCalculatorDemo/README.md index ca196f037..0e248442c 100644 --- a/Sample Applications/GraphingCalculatorDemo/README.md +++ b/Sample Applications/GraphingCalculatorDemo/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Graphing Calculator Demo" +description: "This sample application is a fully featured graphing calculator." +--- # Graphing Calculator Demo This sample application is a fully featured graphing calculator. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/HexSphereDemo/README.md b/Sample Applications/HexSphereDemo/README.md index 80c8ecb34..86638863e 100644 --- a/Sample Applications/HexSphereDemo/README.md +++ b/Sample Applications/HexSphereDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "HexSphere Demo" +--- # HexSphere Demo This sample application demonstrates how to animate the content of a Viewport3D. An ImageBrush is used as an EmissiveMaterial to create a more interesting visual experience. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/HtmlToXamlDemo/README.md b/Sample Applications/HtmlToXamlDemo/README.md index b6f5e80b3..5d379161a 100644 --- a/Sample Applications/HtmlToXamlDemo/README.md +++ b/Sample Applications/HtmlToXamlDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "XAML to HTML Conversion Demo" +--- # XAML to HTML Conversion Demo This sample demonstrates how to create a conversion utility that can change Extensible Application Markup Language (XAML) content to HTML, and vice versa. It demonstrates several techniques for content serialization. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/LayoutTransitionsDemo/README.md b/Sample Applications/LayoutTransitionsDemo/README.md index 42e57e8ca..051431fcd 100644 --- a/Sample Applications/LayoutTransitionsDemo/README.md +++ b/Sample Applications/LayoutTransitionsDemo/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Layout to Layout Transitions Demo" +description: "This sample application demonstrates several techniques for animating from one layout state to another." +--- # Layout to Layout Transitions Demo This sample application demonstrates several techniques for animating from one layout state to another. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/ParticlesDemo/README.md b/Sample Applications/ParticlesDemo/README.md index 247a1c281..acbb216bb 100644 --- a/Sample Applications/ParticlesDemo/README.md +++ b/Sample Applications/ParticlesDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Particle Effects Demo" +--- # Particle Effects Demo This sample application demonstrates how to produce particle effects within a Viewport3D. Random particle effects are drawn to the screen creating an interesting visual experience. The total number of particles and current frames per second are displayed within the host window. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/PhotoFlipperDemo/README.md b/Sample Applications/PhotoFlipperDemo/README.md index 170c30e59..22c6feb01 100644 --- a/Sample Applications/PhotoFlipperDemo/README.md +++ b/Sample Applications/PhotoFlipperDemo/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Photo Flipper Demo" +description: "This sample application demonstrates how to create a photographic flip-book effect within a Viewport3D." +--- # Photo Flipper Demo This sample application demonstrates how to create a photographic flip-book effect within a Viewport3D. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/PhotoStoreDemo/README.md b/Sample Applications/PhotoStoreDemo/README.md index 325982874..82f0cb716 100644 --- a/Sample Applications/PhotoStoreDemo/README.md +++ b/Sample Applications/PhotoStoreDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Photo Store Demo" +--- # Photo Store Demo The Photo Store demo is an end to end rich-client application that uses several different features of the Windows Presentation Foundation (WPF). The user interface (UI) takes advantage of many styling techniques in order to create a visually attractive and interesting UI. Subtle animation effects are used to enhance the user experience, and draw attention to specific UI elements. Photo editing support is included, demonstrating the ability to rotate, crop, or turn an image to black and white. Multi-level undo of photo operations is also supported. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/PhotoViewerDemo/README.md b/Sample Applications/PhotoViewerDemo/README.md index d6c3a48d0..8796060f2 100644 --- a/Sample Applications/PhotoViewerDemo/README.md +++ b/Sample Applications/PhotoViewerDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "WPF Photo Viewer Demo" +--- # WPF Photo Viewer Demo This sample application demonstrates how to create a lightweight image viewing and editing tool using Windows Presentation Foundation (WPF). Image thumbnails are displayed in the preview pane, while metadata associated with an image is displayed within a panel to the right of the screen. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/SlidePuzzleDemo/README.md b/Sample Applications/SlidePuzzleDemo/README.md index 92184b5b6..c26d1a7c4 100644 --- a/Sample Applications/SlidePuzzleDemo/README.md +++ b/Sample Applications/SlidePuzzleDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Slide Puzzle Demo" +--- # Slide Puzzle Demo This sample application is a slide puzzle game that demonstrates Windows Presentation Foundation (WPF) as a lightweight gaming platform. The background "pieces" for the slide puzzle are user selectable and demonstrate the flexibility of WPF. Selectable background elements include buttons, bitmaps, vector content, video, documents and animations. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/StickyNotesDemo/README.md b/Sample Applications/StickyNotesDemo/README.md index 05f57b9b9..a29ffe5da 100644 --- a/Sample Applications/StickyNotesDemo/README.md +++ b/Sample Applications/StickyNotesDemo/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Sticky Notes Demo" +--- # Sticky Notes Demo This sample application demonstrates how to build a sticky-note client that can be used for posting reminders on the desktop. Alarms can be set for each note, and notes can be emailed to another user via Simple Mail Transport Protocol (SMTP). ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Sample Applications/VideoViewerDemo/README.md b/Sample Applications/VideoViewerDemo/README.md index d8ab8c11a..8dab7aa3c 100644 --- a/Sample Applications/VideoViewerDemo/README.md +++ b/Sample Applications/VideoViewerDemo/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Video Viewer Demo" +description: "This sample creates a video viewing application that demonstrates styling, data binding, and data templating features." +--- # Video Viewer Demo This sample creates a video viewing application that demonstrates styling, data binding, and data templating features. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Speech and Media/MediaGallery/README.md b/Speech and Media/MediaGallery/README.md index 1d3368388..195bfd9c5 100644 --- a/Speech and Media/MediaGallery/README.md +++ b/Speech and Media/MediaGallery/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Media Gallery" +description: "This sample demonstrates some basic applications that use audio and video media." +--- # Media Gallery This sample demonstrates some basic applications that use audio and video media. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Speech and Media/UsingSpeech/README.md b/Speech and Media/UsingSpeech/README.md index ea3b5a230..7800e417f 100644 --- a/Speech and Media/UsingSpeech/README.md +++ b/Speech and Media/UsingSpeech/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Using Speech Sample" +--- # Using Speech Sample This sample illustrates how to integrate speech into a Windows Presentation Foundation (WPF) application by using functionality in the System.Speech.Synthesis namespace. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Styles & Templates/AlternatingAppearanceOfItems/README.md b/Styles & Templates/AlternatingAppearanceOfItems/README.md index 70ea04142..d235c46ec 100644 --- a/Styles & Templates/AlternatingAppearanceOfItems/README.md +++ b/Styles & Templates/AlternatingAppearanceOfItems/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Alternating Appearance Sample" +description: "This sample shows how to implement Alternating appearance." +--- # Alternating Appearance Sample This sample shows how to implement Alternating appearance. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Styles & Templates/ContentControlStyle/README.md b/Styles & Templates/ContentControlStyle/README.md index 8bf8cd516..665e5e68a 100644 --- a/Styles & Templates/ContentControlStyle/README.md +++ b/Styles & Templates/ContentControlStyle/README.md @@ -1,9 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Content Control Style Sample" +--- # Content Control Style Sample Content controls do not have default system styles. This example demonstrates how to add a style to a content control so that it will have a visual appearance. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Styles & Templates/EventTriggers/README.md b/Styles & Templates/EventTriggers/README.md index f8059356f..7bee37d63 100644 --- a/Styles & Templates/EventTriggers/README.md +++ b/Styles & Templates/EventTriggers/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Event Triggers Sample" +description: "This example demonstrates how to use EventTrigger elements to animate the MouseEnter and OnMouseLeave events of a Rectangle." +--- # Event Triggers Sample This example demonstrates how to use EventTrigger elements to animate the MouseEnter and OnMouseLeave events of a Rectangle. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Styles & Templates/FindingElementsInTemplates/README.md b/Styles & Templates/FindingElementsInTemplates/README.md index ae0239b3a..624fdd274 100644 --- a/Styles & Templates/FindingElementsInTemplates/README.md +++ b/Styles & Templates/FindingElementsInTemplates/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Finding Template-Generated Elements Sample" +--- # Finding Template-Generated Elements Sample This application demonstrates the following: @@ -5,7 +13,7 @@ This application demonstrates the following: - How to find an item generated by a DataTemplate. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Styles & Templates/IntroToStylingAndTemplating/README.md b/Styles & Templates/IntroToStylingAndTemplating/README.md index 24d18bdff..cdd6abbc5 100644 --- a/Styles & Templates/IntroToStylingAndTemplating/README.md +++ b/Styles & Templates/IntroToStylingAndTemplating/README.md @@ -1,9 +1,18 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Introduction to Styling and Templating Sample" +description: "This is a simple photo application that is designed to demonstrate how to use styling to create a visually compelling user experience." +--- # Introduction to Styling and Templating Sample This is a simple photo application that is designed to demonstrate how to use styling to create a visually compelling user experience. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Threading/MultiThreadingWebBrowser/README.md b/Threading/MultiThreadingWebBrowser/README.md index 6a2099f14..20751e041 100644 --- a/Threading/MultiThreadingWebBrowser/README.md +++ b/Threading/MultiThreadingWebBrowser/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Multithreading Web Browser Sample" +description: "This sample demonstrates how to create a multi threaded web browsing application." +--- # Multithreading Web Browser Sample This sample demonstrates how to create a multi threaded web browsing application. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Threading/SingleThreadedApplication/README.md b/Threading/SingleThreadedApplication/README.md index 7693594b7..017aa7e95 100644 --- a/Threading/SingleThreadedApplication/README.md +++ b/Threading/SingleThreadedApplication/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Single Threaded Application With Long Running Calculation Sample" +--- # Single Threaded Application With Long Running Calculation Sample This sample demonstrates how to keep the UI from becoming non-responsive in single threaded application which performs a long operation. This sample has a Button which when clicked starts calculating prime numbers. This calculation is theoretically unending, so if the event handler simple went into a loop and started calculating prime numbers, the call would never return and the UI thread would freeze. @@ -5,7 +13,7 @@ To avoid this, the sample queues an asynchronous job onto the Dispatcher of the This insures that the UI thread will always take precedence over calculating the next number and it keeps the UI from hanging. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Threading/UsingDispatcher/README.md b/Threading/UsingDispatcher/README.md index 73a167df8..48170bd94 100644 --- a/Threading/UsingDispatcher/README.md +++ b/Threading/UsingDispatcher/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Weather Service Simulation Via Dispatcher Sample" +--- # Weather Service Simulation Via Dispatcher Sample This sample demonstrates how to keep a blocking operation from making an application unresponsive. @@ -10,7 +18,7 @@ The delay of connecting to the remote service is simulated by putting the worker This sample also demonstrates animation and storyboards. Most of the animation is defined in the XAML file, while the starting and stopping of the animation is handled in the code behind. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -18,3 +26,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Visual Layer/CompositionTarget/README.md b/Visual Layer/CompositionTarget/README.md index 567f9f119..2f4bb5221 100644 --- a/Visual Layer/CompositionTarget/README.md +++ b/Visual Layer/CompositionTarget/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Using the CompositionTarget Sample" +description: "This sample illustrates how to use CompositionTarget object to create custom drawings or animations based on a per-frame callback." +--- # Using the CompositionTarget Sample This sample illustrates how to use CompositionTarget object to create custom drawings or animations based on a per-frame callback. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Visual Layer/DrawingVisual/README.md b/Visual Layer/DrawingVisual/README.md index 62cdbddc1..eb367c2de 100644 --- a/Visual Layer/DrawingVisual/README.md +++ b/Visual Layer/DrawingVisual/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Hit Test Using DrawingVisuals Sample" +--- # Hit Test Using DrawingVisuals Sample This sample illustrates how to use DrawingVisual objects to create lightweight graphics. The sample also shows how to implement hit testing at the visual object level. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Visual Layer/VisualsHitTesting/README.md b/Visual Layer/VisualsHitTesting/README.md index 6d3d88848..74e2cae74 100644 --- a/Visual Layer/VisualsHitTesting/README.md +++ b/Visual Layer/VisualsHitTesting/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Hit Test with Win32 Interoperation Sample" +--- # Hit Test with Win32 Interoperation Sample This sample illustrates how to use the default hit testing support in the visual layer of Windows Presentation Foundation (WPF). Hit testing is performed by using the HitTest method of the VisualTreeHelper class to determine whether a point coordinate value is within the boundary of a given object. The sample also uses Windows Presentation Foundation (WPF) interop support to create a host Win32 window for the visual objects. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/CustomWindowUI/README.md b/Windows/CustomWindowUI/README.md index 4a270bc3b..7ba0c05d8 100644 --- a/Windows/CustomWindowUI/README.md +++ b/Windows/CustomWindowUI/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Customized Window UI Sample" +description: "This sample demonstrates how to customize a Window by replacing the non-client area with a rounded border." +--- # Customized Window UI Sample This sample demonstrates how to customize a Window by replacing the non-client area with a rounded border. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/DialogBox/README.md b/Windows/DialogBox/README.md index 0bc4854d3..5b4086872 100644 --- a/Windows/DialogBox/README.md +++ b/Windows/DialogBox/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Dialog Box Sample" +--- # Dialog Box Sample This sample illustrates how to use message boxes and common dialog boxes. This sample also shows how to create and use both modal and modeless dialog boxes. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/MessageBox/README.md b/Windows/MessageBox/README.md index b1ee0925a..1d9411bad 100644 --- a/Windows/MessageBox/README.md +++ b/Windows/MessageBox/README.md @@ -1,3 +1,11 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "MessageBox Sample" +--- # MessageBox Sample This sample demonstrates how to display a message box and get the message box return value. @@ -11,7 +19,7 @@ A message box is displayed by calling Show, which has several overloads that all - Special options, such as right-to-left reading support. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -19,3 +27,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/NonRectangularWindow/README.md b/Windows/NonRectangularWindow/README.md index 76683d27f..851a16e0f 100644 --- a/Windows/NonRectangularWindow/README.md +++ b/Windows/NonRectangularWindow/README.md @@ -1,11 +1,19 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Non-Rectangular Windows Sample" +--- # Non-Rectangular Windows Sample This sample demonstrates how to create a non-rectangular window, which is configured using the Background, AllowsTransparency, and WindowStyle properties of the Window type. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. ### Deploying and running the sample -- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. \ No newline at end of file +- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. diff --git a/Windows/NotificationIcon/README.md b/Windows/NotificationIcon/README.md index 0cd5903a3..d6d510733 100644 --- a/Windows/NotificationIcon/README.md +++ b/Windows/NotificationIcon/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Notification Icon Sample" +description: "This sample demonstrates how to display a notification icon in the system tray." +--- # Notification Icon Sample This sample demonstrates how to display a notification icon in the system tray. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/SaveWindowState/README.md b/Windows/SaveWindowState/README.md index 4611fe0d0..8e765e002 100644 --- a/Windows/SaveWindowState/README.md +++ b/Windows/SaveWindowState/README.md @@ -1,8 +1,16 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Save Window Placement State Sample" +--- # Save Window Placement State Sample This sample illustrates how to save the size, location, and state of a Window to ensure that the Window opens in the same position it was closed. Furthermore, this sample is multi-monitor aware. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/ShowWindowWithoutActivation/README.md b/Windows/ShowWindowWithoutActivation/README.md index b11410285..727063336 100644 --- a/Windows/ShowWindowWithoutActivation/README.md +++ b/Windows/ShowWindowWithoutActivation/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Show a Window Without Activating Sample" +description: "This sample demonstrates the use of the ShowActivated property to open a window without activating it." +--- # Show a Window Without Activating Sample This sample demonstrates the use of the ShowActivated property to open a window without activating it. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/WindowActivationAndDeactivation/README.md b/Windows/WindowActivationAndDeactivation/README.md index daee6122d..99610cbca 100644 --- a/Windows/WindowActivationAndDeactivation/README.md +++ b/Windows/WindowActivationAndDeactivation/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Window Activation and Deactivation Sample" +description: "This sample demonstrates the use of Activated and Deactivated to only play a media file when a window is currently active." +--- # Window Activation and Deactivation Sample This sample demonstrates the use of Activated and Deactivated to only play a media file when a window is currently active. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/WindowHiding/README.md b/Windows/WindowHiding/README.md index c974442de..3e07d5058 100644 --- a/Windows/WindowHiding/README.md +++ b/Windows/WindowHiding/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "%Sample% sample" +description: "This sample shows how to use the %objective" +--- # %Sample% sample This sample shows how to use the %objective ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/WindowSizingOrder/README.md b/Windows/WindowSizingOrder/README.md index bfad1f84a..1a9390583 100644 --- a/Windows/WindowSizingOrder/README.md +++ b/Windows/WindowSizingOrder/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Window Sizing Order of Precedence Sample" +description: "This sample demonstrates the order of precedence for sizing-related properties that are implemented by Window." +--- # Window Sizing Order of Precedence Sample This sample demonstrates the order of precedence for sizing-related properties that are implemented by Window. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. + diff --git a/Windows/Wizard/README.md b/Windows/Wizard/README.md index 4230c2d9f..e3d5042fb 100644 --- a/Windows/Wizard/README.md +++ b/Windows/Wizard/README.md @@ -1,8 +1,17 @@ +--- +languages: +- csharp +products: +- windows-wpf +page_type: sample +name: "Wizard Sample" +description: "This sample illustrates how to create wizard, using a Window, a Frame, and several Page objects." +--- # Wizard Sample This sample illustrates how to create wizard, using a Window, a Frame, and several Page objects. ## Build the sample -The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs). +The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2019](https://www.visualstudio.com/wpf-vs). ### Deploying the sample - Select Build > Deploy Solution. @@ -10,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi ### Deploying and running the sample - To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging. +