diff --git a/Accessibility/FetchTimer/README.md b/Accessibility/FetchTimer/README.md index 534dc5b7..b9242287 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 @@ -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/FocusTracker/README.md b/Accessibility/FocusTracker/README.md index a1087d3e..668249d7 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. @@ -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 81b69800..3177df6c 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. @@ -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/WindowMove/README.md b/Accessibility/WindowMove/README.md index cd81aed6..2f906413 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. @@ -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 0991e71a..6ecfdd63 100644 --- a/Animation/AnimationExamples/README.md +++ b/Animation/AnimationExamples/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 b3fcd57c..97f73f17 100644 --- a/Animation/AnimationTiming/README.md +++ b/Animation/AnimationTiming/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 758a7515..d00fcf90 100644 --- a/Animation/CustomAnimation/README.md +++ b/Animation/CustomAnimation/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 658a0188..b398750b 100644 --- a/Animation/KeyFrameAnimation/README.md +++ b/Animation/KeyFrameAnimation/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 8fca8a4d..ee415fb0 100644 --- a/Animation/KeySplineAnimations/README.md +++ b/Animation/KeySplineAnimations/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 e3134449..daf4fb5c 100644 --- a/Animation/LocalAnimations/README.md +++ b/Animation/LocalAnimations/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 1b9456de..c8b16a2e 100644 --- a/Animation/OpacityAnimation/README.md +++ b/Animation/OpacityAnimation/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 d704b7dd..67d3ce57 100644 --- a/Animation/PathAnimations/README.md +++ b/Animation/PathAnimations/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 5bbdf92a..e3945eea 100644 --- a/Animation/Per-FrameAnimation/README.md +++ b/Animation/Per-FrameAnimation/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 2b7d8856..89438cdc 100644 --- a/Animation/PropertyAnimation/README.md +++ b/Animation/PropertyAnimation/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 1c8976e9..2997d8ee 100644 --- a/Animation/TargetValues/README.md +++ b/Animation/TargetValues/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 57379460..b918bf3c 100644 --- a/Application Management/ApplicationShutdown/README.md +++ b/Application Management/ApplicationShutdown/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -9,4 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi - 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 ca56d0d3..44e4e969 100644 --- a/Application Management/CodeOnlyWindowsApplication/README.md +++ b/Application Management/CodeOnlyWindowsApplication/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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/ExceptionHandlingSecondaryUIThread/README.md b/Application Management/ExceptionHandlingSecondaryUIThread/README.md index 774f75a5..f68b39fd 100644 --- a/Application Management/ExceptionHandlingSecondaryUIThread/README.md +++ b/Application Management/ExceptionHandlingSecondaryUIThread/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 5fc2a180..c9a1e254 100644 --- a/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md +++ b/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 77c808d1..a07555be 100644 --- a/Application Management/ProcessingCommandLineArguments/README.md +++ b/Application Management/ProcessingCommandLineArguments/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 4c189f44..dcefcf27 100644 --- a/Application Management/SingleInstanceDetection/README.md +++ b/Application Management/SingleInstanceDetection/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 a560f89a..f969dea1 100644 --- a/Application Management/SkinnedApplication/README.md +++ b/Application Management/SkinnedApplication/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 0fdfcbbf..03043fcb 100644 --- a/Application Management/UnhandledExceptionHandling/README.md +++ b/Application Management/UnhandledExceptionHandling/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 5746cc4a..9de626a2 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. @@ -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 97475b25..a20ba522 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. @@ -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 90390865..fe8d9818 100644 --- a/Data Binding/ADODataSet/README.md +++ b/Data Binding/ADODataSet/README.md @@ -1,3 +1,11 @@ +--- +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) @@ -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 59acaa94..5c895bcc 100644 --- a/Data Binding/BindConversion/README.md +++ b/Data Binding/BindConversion/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 a69ce709..46b5449f 100644 --- a/Data Binding/BindValidation/README.md +++ b/Data Binding/BindValidation/README.md @@ -1,3 +1,11 @@ +--- +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). @@ -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 8ff8e11f..4bd87777 100644 --- a/Data Binding/BindingDPToDP/README.md +++ b/Data Binding/BindingDPToDP/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 02e36419..26256e17 100644 --- a/Data Binding/BindingToMethod/README.md +++ b/Data Binding/BindingToMethod/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 acff766c..8ed3024f 100644 --- a/Data Binding/BusinessLayerValidation/README.md +++ b/Data Binding/BusinessLayerValidation/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 f78f21d7..d20beae6 100644 --- a/Data Binding/CodeOnlyBinding/README.md +++ b/Data Binding/CodeOnlyBinding/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 e316a1b1..dabdaf9c 100644 --- a/Data Binding/CollectionBinding/README.md +++ b/Data Binding/CollectionBinding/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 7b7475f5..ef08bd01 100644 --- a/Data Binding/CollectionViewSource/README.md +++ b/Data Binding/CollectionViewSource/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 655017ee..7ca0c2ef 100644 --- a/Data Binding/Colors/README.md +++ b/Data Binding/Colors/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 1afdc4af..2306c2e6 100644 --- a/Data Binding/CompositeCollections/README.md +++ b/Data Binding/CompositeCollections/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 b7c807dd..bb360e66 100644 --- a/Data Binding/DataBindingToStringFomat/README.md +++ b/Data Binding/DataBindingToStringFomat/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 c45f2aaa..fd2d88af 100644 --- a/Data Binding/DataTemplatingIntro/README.md +++ b/Data Binding/DataTemplatingIntro/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 d21bcba0..99bacd07 100644 --- a/Data Binding/DataTrigger/README.md +++ b/Data Binding/DataTrigger/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 c1b28a7c..7e82beac 100644 --- a/Data Binding/DirectionalBinding/README.md +++ b/Data Binding/DirectionalBinding/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 673e2fa9..888fa6e3 100644 --- a/Data Binding/EditingCollections/README.md +++ b/Data Binding/EditingCollections/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 fac45933..26b118bf 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. @@ -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 9c8c0c98..42bdf091 100644 --- a/Data Binding/HierarchicalDataTemplate/README.md +++ b/Data Binding/HierarchicalDataTemplate/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 1a1ea148..19099822 100644 --- a/Data Binding/Linq/README.md +++ b/Data Binding/Linq/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 3decb20b..e561256f 100644 --- a/Data Binding/MasterDetail/README.md +++ b/Data Binding/MasterDetail/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 89e67f89..706bda21 100644 --- a/Data Binding/MasterDetailXml/README.md +++ b/Data Binding/MasterDetailXml/README.md @@ -1,3 +1,11 @@ +--- +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). @@ -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 b9b51d17..661039a5 100644 --- a/Data Binding/MultiBinding/README.md +++ b/Data Binding/MultiBinding/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 6bd9e0da..c20628cc 100644 --- a/Data Binding/PriorityBinding/README.md +++ b/Data Binding/PriorityBinding/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 81e4788f..009d8d7d 100644 --- a/Data Binding/PropertyChangeNotification/README.md +++ b/Data Binding/PropertyChangeNotification/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 49521acf..21e6101b 100644 --- a/Data Binding/SimpleBinding/README.md +++ b/Data Binding/SimpleBinding/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 41639d5c..cdabbc64 100644 --- a/Data Binding/SortFilter/README.md +++ b/Data Binding/SortFilter/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 5a2e8d43..2221537f 100644 --- a/Data Binding/UpdateSource/README.md +++ b/Data Binding/UpdateSource/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 4ef78e88..5a06cbec 100644 --- a/Data Binding/ValidateItemSample/README.md +++ b/Data Binding/ValidateItemSample/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 59cd5986..d9d84bd0 100644 --- a/Data Binding/ValidateItemsInItemsControl/README.md +++ b/Data Binding/ValidateItemsInItemsControl/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 bde9857a..529b066a 100644 --- a/Data Binding/XmlDataSource/README.md +++ b/Data Binding/XmlDataSource/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 f2a90721..fd53ca50 100644 --- a/Data Binding/XmlnsBind/README.md +++ b/Data Binding/XmlnsBind/README.md @@ -1,3 +1,11 @@ +--- +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). @@ -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 bd5f0db8..46c8f3aa 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: @@ -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 a72b8e7f..1f720621 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: @@ -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 2eaaf351..b886ab83 100644 --- a/Drag and Drop/DragDropObjects/README.md +++ b/Drag and Drop/DragDropObjects/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 bcbfde5d..06eb8c89 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: @@ -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 2620bdfc..cf3d0a29 100644 --- a/Drag and Drop/DragDropTextOps/README.md +++ b/Drag and Drop/DragDropTextOps/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 d6d2433d..64708ec4 100644 --- a/Drag and Drop/DragDropThumbOps/README.md +++ b/Drag and Drop/DragDropThumbOps/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 9dc7157b..c92a2d95 100644 --- a/Element Tree/OverridingLogicalTree/README.md +++ b/Element Tree/OverridingLogicalTree/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 3e3beac0..69f60b96 100644 --- a/Element Tree/SearchingForElement/README.md +++ b/Element Tree/SearchingForElement/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 486b9a65..5c6a1660 100644 --- a/Elements/ContextMenuOpening/README.md +++ b/Elements/ContextMenuOpening/README.md @@ -1,3 +1,11 @@ +--- +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). @@ -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 6c4df6fa..539a5fe3 100644 --- a/Elements/FindingElementInPanel/README.md +++ b/Elements/FindingElementInPanel/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 21da386e..ee11b5ec 100644 --- a/Elements/FocusVisualStyle/README.md +++ b/Elements/FocusVisualStyle/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 a73826a2..2d42121d 100644 --- a/Elements/HeightProperties/README.md +++ b/Elements/HeightProperties/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 f34f83a3..cac12507 100644 --- a/Elements/LoadedEvent/README.md +++ b/Elements/LoadedEvent/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 03501a89..3a3c373e 100644 --- a/Elements/SettingMargins/README.md +++ b/Elements/SettingMargins/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 993a47dd..d767ad50 100644 --- a/Elements/ThicknessConverter/README.md +++ b/Elements/ThicknessConverter/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 cebe7dbe..e24657bd 100644 --- a/Elements/UsingElements/README.md +++ b/Elements/UsingElements/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 70264e82..e92241c7 100644 --- a/Elements/VisibiltyChanges/README.md +++ b/Elements/VisibiltyChanges/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 849c83d8..5bcdd695 100644 --- a/Elements/WidthProperties/README.md +++ b/Elements/WidthProperties/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 e452134f..fb0ef297 100644 --- a/Events/AddingEventHandler/README.md +++ b/Events/AddingEventHandler/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 0ca3d59c..0455fcf3 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. @@ -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 29003c68..d0f4455c 100644 --- a/Events/FindingSourceElement/README.md +++ b/Events/FindingSourceElement/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 95d4a9e3..0b9375c0 100644 --- a/Events/RoutedEventHandling/README.md +++ b/Events/RoutedEventHandling/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 3fa36d03..3563787c 100644 --- a/Getting Started/ComplexLayout/README.md +++ b/Getting Started/ComplexLayout/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -16,3 +24,4 @@ The completed complex XAML layout will resemble the following! ![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 7f280e44..8e1e1eee 100644 --- a/Getting Started/Concepts/README.md +++ b/Getting Started/Concepts/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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/DynamicLayout/README.md b/Getting Started/DynamicLayout/README.md index d27aa1dc..79a64f47 100644 --- a/Getting Started/DynamicLayout/README.md +++ b/Getting Started/DynamicLayout/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 390b0734..759ca954 100644 --- a/Getting Started/HelloWorld/README.md +++ b/Getting Started/HelloWorld/README.md @@ -1,3 +1,12 @@ +--- +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." @@ -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 bc4e55a0..fb8ec3c1 100644 --- a/Getting Started/MultiPage/README.md +++ b/Getting Started/MultiPage/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 0b2b4f56..d5052c73 100644 --- a/Getting Started/SimpleLayout/README.md +++ b/Getting Started/SimpleLayout/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 aaede50b..1a87b492 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/FlowDirection/README.md b/Globalization and Localization/FlowDirection/README.md index 9517d426..b31e7039 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 @@ -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 e65942a8..98dfd768 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 cd887832..6c362816 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 @@ -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/BMPEncoderAndDecoder/README.md b/Graphics/BMPEncoderAndDecoder/README.md index 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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/ImageBrush/README.md b/Graphics/ImageBrush/README.md index d8dfc2a2..1eebef02 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 5e1ae2cc..b766e326 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 @@ -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 9517d426..b31e7039 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 @@ -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 fa0d455d..c4780550 100644 --- a/Input and Commands/CaptureUnCaptureMouse/README.md +++ b/Input and Commands/CaptureUnCaptureMouse/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 8df4ca8f..253f9a18 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. @@ -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 f0e83582..9b12fc6f 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. @@ -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 5cdfefbb..e0b59bee 100644 --- a/Input and Commands/CursorType/README.md +++ b/Input and Commands/CursorType/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 28f20897..3e42b6c2 100644 --- a/Input and Commands/CustomRoutedCommand/README.md +++ b/Input and Commands/CustomRoutedCommand/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 451d5bda..10dfe928 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. @@ -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 0fd973ea..7593ff7e 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 @@ -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 a64730b1..1ab6dd54 100644 --- a/Input and Commands/HandlingEventOnCommand/README.md +++ b/Input and Commands/HandlingEventOnCommand/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 3565999d..29286c7d 100644 --- a/Input and Commands/HandlingEventOnCommandUsingCode/README.md +++ b/Input and Commands/HandlingEventOnCommandUsingCode/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 ee32f98f..6d55fa6f 100644 --- a/Input and Commands/ICommandSourceImplementation/README.md +++ b/Input and Commands/ICommandSourceImplementation/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 eeba432b..6af8b772 100644 --- a/Input and Commands/KeyStrokeCounter/README.md +++ b/Input and Commands/KeyStrokeCounter/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 529a6403..6b0a9119 100644 --- a/Input and Commands/KeyboardKey/README.md +++ b/Input and Commands/KeyboardKey/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 2ba14cb3..4b6bad8a 100644 --- a/Input and Commands/MousePointer/README.md +++ b/Input and Commands/MousePointer/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 5cdfefbb..e0b59bee 100644 --- a/Input and Commands/MouseState/README.md +++ b/Input and Commands/MouseState/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 fd541528..97454524 100644 --- a/Input and Commands/MoveObjectWithMouse/README.md +++ b/Input and Commands/MoveObjectWithMouse/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 b89f0251..a840960f 100644 --- a/Input and Commands/ProgrammaticFocusControl/README.md +++ b/Input and Commands/ProgrammaticFocusControl/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 f03083c8..dbde3f00 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 9517d426..b31e7039 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 @@ -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/HostingAxInXaml/README.md b/Migration and Interoperability/HostingAxInXaml/README.md index 9517d426..b31e7039 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 @@ -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 3545c833..f2e54780 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 9517d426..b31e7039 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 @@ -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 be84ba19..ba834eb4 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 @@ -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/WpfLayoutHostingWfWithXaml/README.md b/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md index aa883b84..4134c06e 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 @@ -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 139973bc..b2a57507 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. @@ -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 ac5e1731..e83d55ba 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. @@ -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 504fac3a..9af2c674 100644 --- a/Properties/RestoringDefaultValues/README.md +++ b/Properties/RestoringDefaultValues/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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/Resources/ApplicationResources/README.md b/Resources/ApplicationResources/README.md index 790ae7ed..9b497318 100644 --- a/Resources/ApplicationResources/README.md +++ b/Resources/ApplicationResources/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 3b56b961..36b84215 100644 --- a/Resources/DefiningResources/README.md +++ b/Resources/DefiningResources/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 485836d5..0fba3a9e 100644 --- a/Resources/MergedResources/README.md +++ b/Resources/MergedResources/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 d779c634..a8cc8be0 100644 --- a/Sample Applications/CalculatorDemo/README.md +++ b/Sample Applications/CalculatorDemo/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 bf111a65..995323f6 100644 --- a/Sample Applications/ConcentricRingsDemo/README.md +++ b/Sample Applications/ConcentricRingsDemo/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 93464aa4..7e61f360 100644 --- a/Sample Applications/CubeAnimationDemo/README.md +++ b/Sample Applications/CubeAnimationDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 bb5dc667..379a7fc3 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 @@ -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 f648f51e..49c6a889 100644 --- a/Sample Applications/DropShadow/README.md +++ b/Sample Applications/DropShadow/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 3ff360e7..7eb99c1a 100644 --- a/Sample Applications/EditingExaminerDemo/README.md +++ b/Sample Applications/EditingExaminerDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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/FontDialog/README.md b/Sample Applications/FontDialog/README.md index f54b7ccd..5f08d313 100644 --- a/Sample Applications/FontDialog/README.md +++ b/Sample Applications/FontDialog/README.md @@ -1,3 +1,11 @@ +--- +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). @@ -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 5834a28c..2a91df50 100644 --- a/Sample Applications/GeometryDesignerDemo/README.md +++ b/Sample Applications/GeometryDesignerDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 cdedf7ba..0e248442 100644 --- a/Sample Applications/GraphingCalculatorDemo/README.md +++ b/Sample Applications/GraphingCalculatorDemo/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 bd897e75..86638863 100644 --- a/Sample Applications/HexSphereDemo/README.md +++ b/Sample Applications/HexSphereDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 e959d5c3..5d379161 100644 --- a/Sample Applications/HtmlToXamlDemo/README.md +++ b/Sample Applications/HtmlToXamlDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 7ec540a9..051431fc 100644 --- a/Sample Applications/LayoutTransitionsDemo/README.md +++ b/Sample Applications/LayoutTransitionsDemo/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 8bb97d9a..acbb216b 100644 --- a/Sample Applications/ParticlesDemo/README.md +++ b/Sample Applications/ParticlesDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 b7dff0d2..22c6feb0 100644 --- a/Sample Applications/PhotoFlipperDemo/README.md +++ b/Sample Applications/PhotoFlipperDemo/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 f2517486..82f0cb71 100644 --- a/Sample Applications/PhotoStoreDemo/README.md +++ b/Sample Applications/PhotoStoreDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 6033812b..8796060f 100644 --- a/Sample Applications/PhotoViewerDemo/README.md +++ b/Sample Applications/PhotoViewerDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 fe1c88d7..c26d1a7c 100644 --- a/Sample Applications/SlidePuzzleDemo/README.md +++ b/Sample Applications/SlidePuzzleDemo/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 7d6d5064..a29ffe5d 100644 --- a/Sample Applications/StickyNotesDemo/README.md +++ b/Sample Applications/StickyNotesDemo/README.md @@ -1,3 +1,11 @@ +--- +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). @@ -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 51e76ce0..8dab7aa3 100644 --- a/Sample Applications/VideoViewerDemo/README.md +++ b/Sample Applications/VideoViewerDemo/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 9ecad810..195bfd9c 100644 --- a/Speech and Media/MediaGallery/README.md +++ b/Speech and Media/MediaGallery/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 10f4ad4b..7800e417 100644 --- a/Speech and Media/UsingSpeech/README.md +++ b/Speech and Media/UsingSpeech/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 162ffe88..d235c46e 100644 --- a/Styles & Templates/AlternatingAppearanceOfItems/README.md +++ b/Styles & Templates/AlternatingAppearanceOfItems/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 9fa87486..665e5e68 100644 --- a/Styles & Templates/ContentControlStyle/README.md +++ b/Styles & Templates/ContentControlStyle/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 4a1f1e8c..7bee37d6 100644 --- a/Styles & Templates/EventTriggers/README.md +++ b/Styles & Templates/EventTriggers/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 81d5cd84..624fdd27 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: @@ -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 5e5b2a48..cdd6abbc 100644 --- a/Styles & Templates/IntroToStylingAndTemplating/README.md +++ b/Styles & Templates/IntroToStylingAndTemplating/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 968cc8de..20751e04 100644 --- a/Threading/MultiThreadingWebBrowser/README.md +++ b/Threading/MultiThreadingWebBrowser/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 99755f25..017aa7e9 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. @@ -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 291d8a5e..48170bd9 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. @@ -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 853416d5..2f4bb522 100644 --- a/Visual Layer/CompositionTarget/README.md +++ b/Visual Layer/CompositionTarget/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 446a149c..eb367c2d 100644 --- a/Visual Layer/DrawingVisual/README.md +++ b/Visual Layer/DrawingVisual/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 f463a1e9..74e2cae7 100644 --- a/Visual Layer/VisualsHitTesting/README.md +++ b/Visual Layer/VisualsHitTesting/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 c75d5dbc..7ba0c05d 100644 --- a/Windows/CustomWindowUI/README.md +++ b/Windows/CustomWindowUI/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 d0dc6e6e..5b408687 100644 --- a/Windows/DialogBox/README.md +++ b/Windows/DialogBox/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 a0daf7f7..1d9411ba 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. @@ -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 fa539bea..851a16e0 100644 --- a/Windows/NonRectangularWindow/README.md +++ b/Windows/NonRectangularWindow/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -8,4 +16,4 @@ The easiest way to use these samples without using Git is to download the zip fi - 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 b2eba19d..d6d51073 100644 --- a/Windows/NotificationIcon/README.md +++ b/Windows/NotificationIcon/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 4492baab..8e765e00 100644 --- a/Windows/SaveWindowState/README.md +++ b/Windows/SaveWindowState/README.md @@ -1,3 +1,11 @@ +--- +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. @@ -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 d21f849f..72706333 100644 --- a/Windows/ShowWindowWithoutActivation/README.md +++ b/Windows/ShowWindowWithoutActivation/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 01ebb83c..99610cbc 100644 --- a/Windows/WindowActivationAndDeactivation/README.md +++ b/Windows/WindowActivationAndDeactivation/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 0fdff1c0..3e07d505 100644 --- a/Windows/WindowHiding/README.md +++ b/Windows/WindowHiding/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 This sample shows how to use the %objective @@ -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 69cc2472..1a939058 100644 --- a/Windows/WindowSizingOrder/README.md +++ b/Windows/WindowSizingOrder/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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 0b09e730..e3d5042f 100644 --- a/Windows/Wizard/README.md +++ b/Windows/Wizard/README.md @@ -1,3 +1,12 @@ +--- +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. @@ -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. +