diff --git a/Accessibility/FetchTimer/README.md b/Accessibility/FetchTimer/README.md index 9e7ceac2e..ceae2726f 100644 --- a/Accessibility/FetchTimer/README.md +++ b/Accessibility/FetchTimer/README.md @@ -20,7 +20,7 @@ The sample is designed to demonstrate the use of CacheRequest and related classe The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Accessibility/FindText/README.md b/Accessibility/FindText/README.md index 8273ed6ab..939fe20a3 100644 --- a/Accessibility/FindText/README.md +++ b/Accessibility/FindText/README.md @@ -12,7 +12,7 @@ Three WPF documents are provided in the Content folder of the TextProvider proje ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/FocusTracker/README.md b/Accessibility/FocusTracker/README.md index 9f63f9d37..b2145daa0 100644 --- a/Accessibility/FocusTracker/README.md +++ b/Accessibility/FocusTracker/README.md @@ -23,7 +23,7 @@ For simplicity, no caching is done. A full-scale application would likely cache ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/Highlighter/README.md b/Accessibility/Highlighter/README.md index 3d056d3ac..f01d5fa89 100644 --- a/Accessibility/Highlighter/README.md +++ b/Accessibility/Highlighter/README.md @@ -17,7 +17,7 @@ You can experiment with different timer intervals by using the slider. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/InsertText/README.md b/Accessibility/InsertText/README.md index 719f0584c..d8349a810 100644 --- a/Accessibility/InsertText/README.md +++ b/Accessibility/InsertText/README.md @@ -12,7 +12,7 @@ The target application, InsertTextTarget.exe, should be automatically copied to ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/InvokePattern/README.md b/Accessibility/InvokePattern/README.md index b2643a4d0..3f846ffd6 100644 --- a/Accessibility/InvokePattern/README.md +++ b/Accessibility/InvokePattern/README.md @@ -9,7 +9,7 @@ Two applications—a Windows Presentation Foundation (WPF) target application co ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/SelectionPattern/README.md b/Accessibility/SelectionPattern/README.md index 785d1e521..b89a463cf 100644 --- a/Accessibility/SelectionPattern/README.md +++ b/Accessibility/SelectionPattern/README.md @@ -7,7 +7,7 @@ The sample consists of a Windows Forms target and a Windows Presentation Foundat ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Accessibility/WindowMove/README.md b/Accessibility/WindowMove/README.md index 6039c3705..3dd46e0dd 100644 --- a/Accessibility/WindowMove/README.md +++ b/Accessibility/WindowMove/README.md @@ -15,7 +15,7 @@ This sample defines two applications; an instance of Notepad used as a UI Automa ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/AnimationExamples/README.md b/Animation/AnimationExamples/README.md index 161e4e3a8..99230b3e2 100644 --- a/Animation/AnimationExamples/README.md +++ b/Animation/AnimationExamples/README.md @@ -13,7 +13,7 @@ This sample shows how to animate a variety of objects, include text, 2-D transfo ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/AnimationTiming/README.md b/Animation/AnimationTiming/README.md index eef32cfe9..576c39597 100644 --- a/Animation/AnimationTiming/README.md +++ b/Animation/AnimationTiming/README.md @@ -13,7 +13,7 @@ This sample shows how to specify when an animation starts, how many times it rep ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/CustomAnimation/README.md b/Animation/CustomAnimation/README.md index 54b0c2ec7..b8fb27753 100644 --- a/Animation/CustomAnimation/README.md +++ b/Animation/CustomAnimation/README.md @@ -14,7 +14,7 @@ This sample shows how to create custom animations that simulate bouncing and oth ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/KeyFrameAnimation/README.md b/Animation/KeyFrameAnimation/README.md index 9cc5cbf41..b341d7d36 100644 --- a/Animation/KeyFrameAnimation/README.md +++ b/Animation/KeyFrameAnimation/README.md @@ -14,7 +14,7 @@ This sample shows how to use key frame animations to animate along a set of targ ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/KeySplineAnimations/README.md b/Animation/KeySplineAnimations/README.md index f66f6d462..93392df48 100644 --- a/Animation/KeySplineAnimations/README.md +++ b/Animation/KeySplineAnimations/README.md @@ -14,7 +14,7 @@ This sample enables you to interactively adjust the key spline of a DoubleAnimat ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/LocalAnimations/README.md b/Animation/LocalAnimations/README.md index 04e161875..0cc1795ab 100644 --- a/Animation/LocalAnimations/README.md +++ b/Animation/LocalAnimations/README.md @@ -13,7 +13,7 @@ This sample shows how to use local, or non-storyboard, animations. Non-storyboar ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/OpacityAnimation/README.md b/Animation/OpacityAnimation/README.md index 54b3892e7..8cdb3c0b0 100644 --- a/Animation/OpacityAnimation/README.md +++ b/Animation/OpacityAnimation/README.md @@ -14,7 +14,7 @@ This sample shows how to animate the Opacity of an element. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/PathAnimations/README.md b/Animation/PathAnimations/README.md index 8ae1d19bc..8166d073f 100644 --- a/Animation/PathAnimations/README.md +++ b/Animation/PathAnimations/README.md @@ -14,7 +14,7 @@ This sample shows how to animate the Opacity of an element. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/Per-FrameAnimation/README.md b/Animation/Per-FrameAnimation/README.md index cb9fc39a7..16301b4b6 100644 --- a/Animation/Per-FrameAnimation/README.md +++ b/Animation/Per-FrameAnimation/README.md @@ -13,7 +13,7 @@ This sample shows how to create per-frame animations using the CompositionTarget ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/PropertyAnimation/README.md b/Animation/PropertyAnimation/README.md index 69ad3ed31..0f8093076 100644 --- a/Animation/PropertyAnimation/README.md +++ b/Animation/PropertyAnimation/README.md @@ -14,7 +14,7 @@ This sample shows how to animate properties with storyboards. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Animation/TargetValues/README.md b/Animation/TargetValues/README.md index 4becc39bd..f630fb02a 100644 --- a/Animation/TargetValues/README.md +++ b/Animation/TargetValues/README.md @@ -14,7 +14,7 @@ This sample shows how to use the From, To, and By values of an animation. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/ApplicationShutdown/README.md b/Application Management/ApplicationShutdown/README.md index 6fe33e967..e949ec459 100644 --- a/Application Management/ApplicationShutdown/README.md +++ b/Application Management/ApplicationShutdown/README.md @@ -14,7 +14,7 @@ This sample demonstrates the implicit and explicit mechanisms for calling Shutdo ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/CodeOnlyWindowsApplication/README.md b/Application Management/CodeOnlyWindowsApplication/README.md index d1af412b9..bc43aa35e 100644 --- a/Application Management/CodeOnlyWindowsApplication/README.md +++ b/Application Management/CodeOnlyWindowsApplication/README.md @@ -14,7 +14,7 @@ This sample illustrates how to create a basic Windows application using only cod ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/CustomApplication/README.md b/Application Management/CustomApplication/README.md index 71ff72450..a178242ad 100644 --- a/Application Management/CustomApplication/README.md +++ b/Application Management/CustomApplication/README.md @@ -5,7 +5,7 @@ This sample demonstrates how to create a reusable Application class, deployed in ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/ExceptionHandlingSecondaryUIThread/README.md b/Application Management/ExceptionHandlingSecondaryUIThread/README.md index 1800d44b3..5f2509ddf 100644 --- a/Application Management/ExceptionHandlingSecondaryUIThread/README.md +++ b/Application Management/ExceptionHandlingSecondaryUIThread/README.md @@ -14,7 +14,7 @@ This sample demonstrates how to manage unhandled exceptions that are thrown on s ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md b/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md index 429aa0477..c45184c85 100644 --- a/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md +++ b/Application Management/ExceptionHandlingSecondaryWorkerThread/README.md @@ -14,7 +14,7 @@ This sample demonstrates how to manage unhandled exceptions that are thrown on s ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/ProcessingCommandLineArguments/README.md b/Application Management/ProcessingCommandLineArguments/README.md index 20c392b3b..9e457328c 100644 --- a/Application Management/ProcessingCommandLineArguments/README.md +++ b/Application Management/ProcessingCommandLineArguments/README.md @@ -14,7 +14,7 @@ This sample demonstrates how to parse command line arguments and make them avail ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/SingleInstanceDetection/README.md b/Application Management/SingleInstanceDetection/README.md index 3da8f244c..01db967c9 100644 --- a/Application Management/SingleInstanceDetection/README.md +++ b/Application Management/SingleInstanceDetection/README.md @@ -14,7 +14,7 @@ This sample demonstrates how to implement single instance detection for standalo ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/SkinnedApplication/README.md b/Application Management/SkinnedApplication/README.md index 3f035a055..9b2814572 100644 --- a/Application Management/SkinnedApplication/README.md +++ b/Application Management/SkinnedApplication/README.md @@ -14,7 +14,7 @@ This sample illustrates how to implement an application that supports dynamicall ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Application Management/UnhandledExceptionHandling/README.md b/Application Management/UnhandledExceptionHandling/README.md index 118194ef8..be346afe3 100644 --- a/Application Management/UnhandledExceptionHandling/README.md +++ b/Application Management/UnhandledExceptionHandling/README.md @@ -14,7 +14,7 @@ This sample demonstrates how to handle DispatcherUnhandledException to process r ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Clipboard/ClipboardSpy/README.md b/Clipboard/ClipboardSpy/README.md index a9164593f..fecbc746c 100644 --- a/Clipboard/ClipboardSpy/README.md +++ b/Clipboard/ClipboardSpy/README.md @@ -28,7 +28,7 @@ The sample is designed to demonstrate the use of CacheRequest and related classe ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Clipboard/ClipboardViewer/README.md b/Clipboard/ClipboardViewer/README.md index 6beb1dc1b..edfc85ab6 100644 --- a/Clipboard/ClipboardViewer/README.md +++ b/Clipboard/ClipboardViewer/README.md @@ -16,7 +16,7 @@ The sample is designed to demonstrate the use of CacheRequest and related classe ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/ADODataSet/README.md b/Data Binding/ADODataSet/README.md index 0edf3e98c..1652b60e9 100644 --- a/Data Binding/ADODataSet/README.md +++ b/Data Binding/ADODataSet/README.md @@ -13,7 +13,7 @@ This sample shows how to bind to an ADO.NET DataSet. For more information, see H ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/BindConversion/README.md b/Data Binding/BindConversion/README.md index a7cfd8af6..2aeba6570 100644 --- a/Data Binding/BindConversion/README.md +++ b/Data Binding/BindConversion/README.md @@ -13,7 +13,7 @@ This sample shows how to add a value converter to a binding using Extensible App ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/BindValidation/README.md b/Data Binding/BindValidation/README.md index d6ef9ffeb..64a16095b 100644 --- a/Data Binding/BindValidation/README.md +++ b/Data Binding/BindValidation/README.md @@ -13,7 +13,7 @@ This sample shows how to implement data validation on the user interface (UI) la ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/BindingDPToDP/README.md b/Data Binding/BindingDPToDP/README.md index fa34d561f..7a6d9da24 100644 --- a/Data Binding/BindingDPToDP/README.md +++ b/Data Binding/BindingDPToDP/README.md @@ -13,7 +13,7 @@ This sample shows how to bind the property of one instantiated control to that o ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/BindingToMethod/README.md b/Data Binding/BindingToMethod/README.md index 58c026633..8d45e3237 100644 --- a/Data Binding/BindingToMethod/README.md +++ b/Data Binding/BindingToMethod/README.md @@ -13,7 +13,7 @@ This sample shows how bind to the results of a method using the MethodName prope ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/BusinessLayerValidation/README.md b/Data Binding/BusinessLayerValidation/README.md index e28337465..8884e19a4 100644 --- a/Data Binding/BusinessLayerValidation/README.md +++ b/Data Binding/BusinessLayerValidation/README.md @@ -13,7 +13,7 @@ This sample shows how to implement validation logic on custom objects and then b ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/CodeOnlyBinding/README.md b/Data Binding/CodeOnlyBinding/README.md index 606859688..4c9a4c1bd 100644 --- a/Data Binding/CodeOnlyBinding/README.md +++ b/Data Binding/CodeOnlyBinding/README.md @@ -14,7 +14,7 @@ This sample shows how to create a simple binding in code. For more information, ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/CollectionBinding/README.md b/Data Binding/CollectionBinding/README.md index 117fef0eb..e0473081d 100644 --- a/Data Binding/CollectionBinding/README.md +++ b/Data Binding/CollectionBinding/README.md @@ -14,7 +14,7 @@ This sample shows how to bind to a collection. The accompanying topic is How to: ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/CollectionViewSource/README.md b/Data Binding/CollectionViewSource/README.md index 65b008572..088067d99 100644 --- a/Data Binding/CollectionViewSource/README.md +++ b/Data Binding/CollectionViewSource/README.md @@ -13,7 +13,7 @@ This sample shows how to use CollectionViewSource to sort and group data in XAML ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/Colors/README.md b/Data Binding/Colors/README.md index 3eb274af1..53d76e81b 100644 --- a/Data Binding/Colors/README.md +++ b/Data Binding/Colors/README.md @@ -13,7 +13,7 @@ The sample displays a list of the system colors and lets you sort the list in se ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/CompositeCollections/README.md b/Data Binding/CompositeCollections/README.md index e72b77599..d0fef6c3d 100644 --- a/Data Binding/CompositeCollections/README.md +++ b/Data Binding/CompositeCollections/README.md @@ -14,7 +14,7 @@ This sample shows how to implement data binding using collections composed of mi ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/DataBindingToStringFomat/README.md b/Data Binding/DataBindingToStringFomat/README.md index c5de5e2a2..ccf345108 100644 --- a/Data Binding/DataBindingToStringFomat/README.md +++ b/Data Binding/DataBindingToStringFomat/README.md @@ -13,7 +13,7 @@ This sample formats bound data by using the StringFormat property on a Binding a ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/DataTemplatingIntro/README.md b/Data Binding/DataTemplatingIntro/README.md index cf797c18c..9825ec18d 100644 --- a/Data Binding/DataTemplatingIntro/README.md +++ b/Data Binding/DataTemplatingIntro/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to use DataTemplate, DataTrigger, and DataTemplateS ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/DataTrigger/README.md b/Data Binding/DataTrigger/README.md index 877c8119a..97e3613d4 100644 --- a/Data Binding/DataTrigger/README.md +++ b/Data Binding/DataTrigger/README.md @@ -14,7 +14,7 @@ This sample shows how to use DataTriggerand MultiDataTrigger. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/DirectionalBinding/README.md b/Data Binding/DirectionalBinding/README.md index 8858103ba..462a9ef43 100644 --- a/Data Binding/DirectionalBinding/README.md +++ b/Data Binding/DirectionalBinding/README.md @@ -14,7 +14,7 @@ This sample shows how to use the OneTime, OneWay, and TwoWay binding models. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/EditingCollections/README.md b/Data Binding/EditingCollections/README.md index fc9883175..fd0721135 100644 --- a/Data Binding/EditingCollections/README.md +++ b/Data Binding/EditingCollections/README.md @@ -13,7 +13,7 @@ This sample uses the members that are provided by the IEditableCollectionView in ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/Grouping/README.md b/Data Binding/Grouping/README.md index e48e6ede5..d8e341a96 100644 --- a/Data Binding/Grouping/README.md +++ b/Data Binding/Grouping/README.md @@ -15,7 +15,7 @@ Alternatively, you can create groups in XAML. For more information, see How to: ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/HierarchicalDataTemplate/README.md b/Data Binding/HierarchicalDataTemplate/README.md index a08c1f8eb..cbbc6fbd4 100644 --- a/Data Binding/HierarchicalDataTemplate/README.md +++ b/Data Binding/HierarchicalDataTemplate/README.md @@ -13,7 +13,7 @@ This sample shows how to use three synchronized ListBox controls to display hier ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/Linq/README.md b/Data Binding/Linq/README.md index 1b901394f..1f3018e8b 100644 --- a/Data Binding/Linq/README.md +++ b/Data Binding/Linq/README.md @@ -14,7 +14,7 @@ This sample shows how to bind to the results of a LINQ query. For more informati ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/MasterDetail/README.md b/Data Binding/MasterDetail/README.md index 2e39b6d2a..2039508c6 100644 --- a/Data Binding/MasterDetail/README.md +++ b/Data Binding/MasterDetail/README.md @@ -13,7 +13,7 @@ This sample shows how to use three synchronized ListBox controls to display XML ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/MasterDetailXml/README.md b/Data Binding/MasterDetailXml/README.md index e255997f3..318f99669 100644 --- a/Data Binding/MasterDetailXml/README.md +++ b/Data Binding/MasterDetailXml/README.md @@ -13,7 +13,7 @@ This sample shows how to use three synchronized ListBox controls to display XML ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/MultiBinding/README.md b/Data Binding/MultiBinding/README.md index 77ef01903..2a64db454 100644 --- a/Data Binding/MultiBinding/README.md +++ b/Data Binding/MultiBinding/README.md @@ -14,7 +14,7 @@ This sample shows how to use MultiBinding. For more information, see How to: Pro ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/PriorityBinding/README.md b/Data Binding/PriorityBinding/README.md index e21606b66..9c7f8f065 100644 --- a/Data Binding/PriorityBinding/README.md +++ b/Data Binding/PriorityBinding/README.md @@ -13,7 +13,7 @@ This sample shows how to implement multiple bindings that go into effect based o ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/PropertyChangeNotification/README.md b/Data Binding/PropertyChangeNotification/README.md index 89d80d80a..3f7ede960 100644 --- a/Data Binding/PropertyChangeNotification/README.md +++ b/Data Binding/PropertyChangeNotification/README.md @@ -13,7 +13,7 @@ This sample shows how to create data objects that implement the INotifyPropertyC ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/SimpleBinding/README.md b/Data Binding/SimpleBinding/README.md index 8ad3588ee..52c91d72a 100644 --- a/Data Binding/SimpleBinding/README.md +++ b/Data Binding/SimpleBinding/README.md @@ -14,7 +14,7 @@ This sample shows how to create a simple binding. For more information, see How ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/SortFilter/README.md b/Data Binding/SortFilter/README.md index 237b87446..c1975cbf3 100644 --- a/Data Binding/SortFilter/README.md +++ b/Data Binding/SortFilter/README.md @@ -13,7 +13,7 @@ This sample shows how to use a collection view to apply a sort order and filteri ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/UpdateSource/README.md b/Data Binding/UpdateSource/README.md index dfaeff41f..27ad91029 100644 --- a/Data Binding/UpdateSource/README.md +++ b/Data Binding/UpdateSource/README.md @@ -13,7 +13,7 @@ This sample shows how to explicitly update binding sources in a form submit scen ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/ValidateItemSample/README.md b/Data Binding/ValidateItemSample/README.md index 62adba2d0..20bf6ee4e 100644 --- a/Data Binding/ValidateItemSample/README.md +++ b/Data Binding/ValidateItemSample/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to validate multiple bindings against each other by ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/ValidateItemsInItemsControl/README.md b/Data Binding/ValidateItemsInItemsControl/README.md index 5bc3b7cd2..e42554366 100644 --- a/Data Binding/ValidateItemsInItemsControl/README.md +++ b/Data Binding/ValidateItemsInItemsControl/README.md @@ -13,7 +13,7 @@ This sample validates items in an ItemsControl by using the ItemsControl.ItemBin ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/XmlDataSource/README.md b/Data Binding/XmlDataSource/README.md index 571648259..84967c4a6 100644 --- a/Data Binding/XmlDataSource/README.md +++ b/Data Binding/XmlDataSource/README.md @@ -13,7 +13,7 @@ This sample shows how to handle namespaces specified in your XML binding source. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Data Binding/XmlnsBind/README.md b/Data Binding/XmlnsBind/README.md index 9aecdd6c0..2417b940c 100644 --- a/Data Binding/XmlnsBind/README.md +++ b/Data Binding/XmlnsBind/README.md @@ -13,7 +13,7 @@ This sample shows how to create a simple binding. For more information, see [How ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Documents/Spell Checking/CustomDictionaries/README.md b/Documents/Spell Checking/CustomDictionaries/README.md index 214a6ef78..33a80abd0 100644 --- a/Documents/Spell Checking/CustomDictionaries/README.md +++ b/Documents/Spell Checking/CustomDictionaries/README.md @@ -13,7 +13,7 @@ This sample demonstrates the use of Custom Dictionaries with Spell Checking. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Documents/Spell Checking/SpellChecking/README.md b/Documents/Spell Checking/SpellChecking/README.md index 0b3038f0b..4288eb6e8 100644 --- a/Documents/Spell Checking/SpellChecking/README.md +++ b/Documents/Spell Checking/SpellChecking/README.md @@ -13,7 +13,7 @@ This sample shows simple spell-checking in TextBox and RichTextBox controls ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Drag and Drop/DragDropDataFormats/README.md b/Drag and Drop/DragDropDataFormats/README.md index a7c55320d..af9bea317 100644 --- a/Drag and Drop/DragDropDataFormats/README.md +++ b/Drag and Drop/DragDropDataFormats/README.md @@ -20,7 +20,7 @@ In addition to listing data formats in a dropped item, the sample includes the a ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Drag and Drop/DragDropEvents/README.md b/Drag and Drop/DragDropEvents/README.md index b5f5da6a8..049ed2271 100644 --- a/Drag and Drop/DragDropEvents/README.md +++ b/Drag and Drop/DragDropEvents/README.md @@ -30,7 +30,7 @@ To observe when and in what order the events fire, drag any object into, over, o ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Drag and Drop/DragDropObjects/README.md b/Drag and Drop/DragDropObjects/README.md index c616164b9..144c14a45 100644 --- a/Drag and Drop/DragDropObjects/README.md +++ b/Drag and Drop/DragDropObjects/README.md @@ -13,7 +13,7 @@ This example shows how to move objects on a Canvas using drag and drop. In addit ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Drag and Drop/DragDropOpenTextFile/README.md b/Drag and Drop/DragDropOpenTextFile/README.md index 6e369e0f5..4b3ca3ab7 100644 --- a/Drag and Drop/DragDropOpenTextFile/README.md +++ b/Drag and Drop/DragDropOpenTextFile/README.md @@ -17,7 +17,7 @@ In this sample, event handlers monitor the PreviewDragOver and PreviewDrop event ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Drag and Drop/DragDropTextOps/README.md b/Drag and Drop/DragDropTextOps/README.md index 7595974a5..f58cad1bf 100644 --- a/Drag and Drop/DragDropTextOps/README.md +++ b/Drag and Drop/DragDropTextOps/README.md @@ -14,7 +14,7 @@ The user is able to use the mouse to select provided sample text in a TextBox, a ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Drag and Drop/DragDropThumbOps/README.md b/Drag and Drop/DragDropThumbOps/README.md index 18a052d52..21e905e28 100644 --- a/Drag and Drop/DragDropThumbOps/README.md +++ b/Drag and Drop/DragDropThumbOps/README.md @@ -14,7 +14,7 @@ This example shows how to use a Thumb to resize a Canvas control by responding t ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Element Tree/OverridingLogicalTree/README.md b/Element Tree/OverridingLogicalTree/README.md index dd566578d..5ea0c823a 100644 --- a/Element Tree/OverridingLogicalTree/README.md +++ b/Element Tree/OverridingLogicalTree/README.md @@ -13,7 +13,7 @@ Although it is not necessary in most cases, advanced control authors have the op ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Element Tree/SearchingForElement/README.md b/Element Tree/SearchingForElement/README.md index ed823baba..9aac6578f 100644 --- a/Element Tree/SearchingForElement/README.md +++ b/Element Tree/SearchingForElement/README.md @@ -14,7 +14,7 @@ This example describes how to search for an element. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/ContextMenuOpening/README.md b/Elements/ContextMenuOpening/README.md index aaf5ef796..ea1929573 100644 --- a/Elements/ContextMenuOpening/README.md +++ b/Elements/ContextMenuOpening/README.md @@ -14,7 +14,7 @@ Replacing the context menu does have some timing issues that you should be aware ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/FindingElementInPanel/README.md b/Elements/FindingElementInPanel/README.md index 53aaf815d..0950aaec6 100644 --- a/Elements/FindingElementInPanel/README.md +++ b/Elements/FindingElementInPanel/README.md @@ -14,7 +14,7 @@ This example describes how to find the index number of a newly added element wit ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/FocusVisualStyle/README.md b/Elements/FocusVisualStyle/README.md index 405987ffe..580f23cba 100644 --- a/Elements/FocusVisualStyle/README.md +++ b/Elements/FocusVisualStyle/README.md @@ -14,7 +14,7 @@ This example describes how to create a style for use as a FocusVisualStyle on a ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/HeightProperties/README.md b/Elements/HeightProperties/README.md index 29a5635ca..9bbf9710e 100644 --- a/Elements/HeightProperties/README.md +++ b/Elements/HeightProperties/README.md @@ -13,7 +13,7 @@ This sample shows the differences among the height-related properties in Windows ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/LoadedEvent/README.md b/Elements/LoadedEvent/README.md index 14f0f6442..c9a4dbe99 100644 --- a/Elements/LoadedEvent/README.md +++ b/Elements/LoadedEvent/README.md @@ -14,7 +14,7 @@ This example shows you how to create a button when the page loads. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/SettingMargins/README.md b/Elements/SettingMargins/README.md index 231b0ef0c..871d0d3b3 100644 --- a/Elements/SettingMargins/README.md +++ b/Elements/SettingMargins/README.md @@ -13,7 +13,7 @@ This example describes how to set margins, by changing any existing property val ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/ThicknessConverter/README.md b/Elements/ThicknessConverter/README.md index c2119814f..c001fb567 100644 --- a/Elements/ThicknessConverter/README.md +++ b/Elements/ThicknessConverter/README.md @@ -14,7 +14,7 @@ This sample shows how to convert the contents of a ListBoxItem to an instance of ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/UsingElements/README.md b/Elements/UsingElements/README.md index b4c0a256f..00b12016a 100644 --- a/Elements/UsingElements/README.md +++ b/Elements/UsingElements/README.md @@ -14,7 +14,7 @@ This sample shows how to add, remove, clear, insert, and find the index of eleme ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/VisibiltyChanges/README.md b/Elements/VisibiltyChanges/README.md index edb89f639..1c4fb5155 100644 --- a/Elements/VisibiltyChanges/README.md +++ b/Elements/VisibiltyChanges/README.md @@ -14,7 +14,7 @@ This sample shows how to change the Visibility property of a UIElement. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Elements/WidthProperties/README.md b/Elements/WidthProperties/README.md index 676fc7130..69236799e 100644 --- a/Elements/WidthProperties/README.md +++ b/Elements/WidthProperties/README.md @@ -13,7 +13,7 @@ This sample shows the differences among the width-related properties in Windows ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Events/AddingEventHandler/README.md b/Events/AddingEventHandler/README.md index f04a9e5db..bfb1033c5 100644 --- a/Events/AddingEventHandler/README.md +++ b/Events/AddingEventHandler/README.md @@ -13,7 +13,7 @@ This example describes how to add an event handler to an element using code, pot ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Events/CustomRoutedEvents/README.md b/Events/CustomRoutedEvents/README.md index bfa71c3fd..4c7cfec83 100644 --- a/Events/CustomRoutedEvents/README.md +++ b/Events/CustomRoutedEvents/README.md @@ -15,7 +15,7 @@ For more information on event routing, see [Routed Events Overview](https://msdn ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Events/FindingSourceElement/README.md b/Events/FindingSourceElement/README.md index 166ef1cf1..a365d4c9d 100644 --- a/Events/FindingSourceElement/README.md +++ b/Events/FindingSourceElement/README.md @@ -13,7 +13,7 @@ This example describes how to find the source element of an element in the event ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Events/RoutedEventHandling/README.md b/Events/RoutedEventHandling/README.md index 731eacc08..45b507847 100644 --- a/Events/RoutedEventHandling/README.md +++ b/Events/RoutedEventHandling/README.md @@ -14,7 +14,7 @@ This example shows you how bubbling routed events work, and how to write an even ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/ComplexLayout/README.md b/Getting Started/ComplexLayout/README.md index e58d41e09..f7861b67f 100644 --- a/Getting Started/ComplexLayout/README.md +++ b/Getting Started/ComplexLayout/README.md @@ -12,7 +12,7 @@ This sample shows you how to construct a complex Extensible Application Markup L ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/Concepts/README.md b/Getting Started/Concepts/README.md index 7f1f0f66c..57421db05 100644 --- a/Getting Started/Concepts/README.md +++ b/Getting Started/Concepts/README.md @@ -12,7 +12,7 @@ This sample provides an introduction to the development of a simple Windows Pres ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/ControlsAndLayout/README.md b/Getting Started/ControlsAndLayout/README.md index 31a45aab1..c6026b05b 100644 --- a/Getting Started/ControlsAndLayout/README.md +++ b/Getting Started/ControlsAndLayout/README.md @@ -4,7 +4,7 @@ This sample graphically shows common usage scenarios and the default rendering b ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/DynamicLayout/README.md b/Getting Started/DynamicLayout/README.md index 6bfa39b0d..a5f53c3ca 100644 --- a/Getting Started/DynamicLayout/README.md +++ b/Getting Started/DynamicLayout/README.md @@ -13,7 +13,7 @@ This sample shows you how to implement a button with an associated Click event h ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/HelloWorld/README.md b/Getting Started/HelloWorld/README.md index 4267b3745..e6e20a1c9 100644 --- a/Getting Started/HelloWorld/README.md +++ b/Getting Started/HelloWorld/README.md @@ -13,7 +13,7 @@ This sample shows you how to create an Extensible Application Markup Language (X ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/MultiPage/README.md b/Getting Started/MultiPage/README.md index afdcc209b..be836f11b 100644 --- a/Getting Started/MultiPage/README.md +++ b/Getting Started/MultiPage/README.md @@ -13,7 +13,7 @@ This sample shows you how to use Hyperlink elements to create a simple two-page ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/SimpleLayout/README.md b/Getting Started/SimpleLayout/README.md index a97d1f006..bd300bf5c 100644 --- a/Getting Started/SimpleLayout/README.md +++ b/Getting Started/SimpleLayout/README.md @@ -13,7 +13,7 @@ This sample shows how to use a StackPanel element to arrange three Button in a v ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Getting Started/WalkthroughFirstWPFApp/README.md b/Getting Started/WalkthroughFirstWPFApp/README.md index d307a6a30..bc0a36ff3 100644 --- a/Getting Started/WalkthroughFirstWPFApp/README.md +++ b/Getting Started/WalkthroughFirstWPFApp/README.md @@ -24,7 +24,7 @@ By the end of the walkthrough, you'll have built a standalone Windows applicatio The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Getting Started/WalkthroughFirstWPFApp/csharp/README.md b/Getting Started/WalkthroughFirstWPFApp/csharp/README.md index 01349adfc..f3020da96 100644 --- a/Getting Started/WalkthroughFirstWPFApp/csharp/README.md +++ b/Getting Started/WalkthroughFirstWPFApp/csharp/README.md @@ -16,7 +16,7 @@ For more information, see the [C# and Visual Basic sample overview](../README.md The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../../archive/main.zip) ### Deploying the sample diff --git a/Getting Started/WalkthroughFirstWPFApp/vb/README.md b/Getting Started/WalkthroughFirstWPFApp/vb/README.md index 8df82346c..d0885efbc 100644 --- a/Getting Started/WalkthroughFirstWPFApp/vb/README.md +++ b/Getting Started/WalkthroughFirstWPFApp/vb/README.md @@ -8,7 +8,7 @@ For more information, see the [C# and Visual Basic sample overview](../README.md The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/BAML Loc/README.md b/Globalization and Localization/BAML Loc/README.md index 66e812159..180877d17 100644 --- a/Globalization and Localization/BAML Loc/README.md +++ b/Globalization and Localization/BAML Loc/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/FlowDirection/README.md b/Globalization and Localization/FlowDirection/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/FlowDirection/README.md +++ b/Globalization and Localization/FlowDirection/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/GlobalizationHomepage/README.md b/Globalization and Localization/GlobalizationHomepage/README.md index 6defb36ce..ef1a3b57a 100644 --- a/Globalization and Localization/GlobalizationHomepage/README.md +++ b/Globalization and Localization/GlobalizationHomepage/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/GlobalizationRunDialog/README.md b/Globalization and Localization/GlobalizationRunDialog/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/GlobalizationRunDialog/README.md +++ b/Globalization and Localization/GlobalizationRunDialog/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/Gradient/README.md b/Globalization and Localization/Gradient/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/Gradient/README.md +++ b/Globalization and Localization/Gradient/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/Image/README.md b/Globalization and Localization/Image/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/Image/README.md +++ b/Globalization and Localization/Image/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/LTRRTL/README.md b/Globalization and Localization/LTRRTL/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/LTRRTL/README.md +++ b/Globalization and Localization/LTRRTL/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/LangAttribute/README.md b/Globalization and Localization/LangAttribute/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/LangAttribute/README.md +++ b/Globalization and Localization/LangAttribute/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/LocalizationResources/README.md b/Globalization and Localization/LocalizationResources/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/LocalizationResources/README.md +++ b/Globalization and Localization/LocalizationResources/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/NumbersMultipleLangauges/README.md b/Globalization and Localization/NumbersMultipleLangauges/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/NumbersMultipleLangauges/README.md +++ b/Globalization and Localization/NumbersMultipleLangauges/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/Paths/README.md b/Globalization and Localization/Paths/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/Paths/README.md +++ b/Globalization and Localization/Paths/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/RunSpan/README.md b/Globalization and Localization/RunSpan/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/RunSpan/README.md +++ b/Globalization and Localization/RunSpan/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/Span/README.md b/Globalization and Localization/Span/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/Span/README.md +++ b/Globalization and Localization/Span/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Globalization and Localization/StringLocalizationSample/README.md b/Globalization and Localization/StringLocalizationSample/README.md index 236b49a1e..164c2f659 100644 --- a/Globalization and Localization/StringLocalizationSample/README.md +++ b/Globalization and Localization/StringLocalizationSample/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/2DTransforms/README.md b/Graphics/2DTransforms/README.md index a252deb07..f703b9d64 100644 --- a/Graphics/2DTransforms/README.md +++ b/Graphics/2DTransforms/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/AITCodec/README.md b/Graphics/AITCodec/README.md index 66e812159..180877d17 100644 --- a/Graphics/AITCodec/README.md +++ b/Graphics/AITCodec/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/BMPEncoderAndDecoder/README.md b/Graphics/BMPEncoderAndDecoder/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/BMPEncoderAndDecoder/README.md +++ b/Graphics/BMPEncoderAndDecoder/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/BitmapEffectsGallery/README.md b/Graphics/BitmapEffectsGallery/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/BitmapEffectsGallery/README.md +++ b/Graphics/BitmapEffectsGallery/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/BitmapMetadata/README.md b/Graphics/BitmapMetadata/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/BitmapMetadata/README.md +++ b/Graphics/BitmapMetadata/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/Brushes/README.md b/Graphics/Brushes/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/Brushes/README.md +++ b/Graphics/Brushes/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/ClipRegion/README.md b/Graphics/ClipRegion/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/ClipRegion/README.md +++ b/Graphics/ClipRegion/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/Converter/README.md b/Graphics/Converter/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/Converter/README.md +++ b/Graphics/Converter/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/CustomBitmapEffect/README.md b/Graphics/CustomBitmapEffect/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/CustomBitmapEffect/README.md +++ b/Graphics/CustomBitmapEffect/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/DrawingBrush/README.md b/Graphics/DrawingBrush/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/DrawingBrush/README.md +++ b/Graphics/DrawingBrush/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/GIFEncoderAndDecoder/README.md b/Graphics/GIFEncoderAndDecoder/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/GIFEncoderAndDecoder/README.md +++ b/Graphics/GIFEncoderAndDecoder/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/Geometries/README.md b/Graphics/Geometries/README.md index 66e812159..180877d17 100644 --- a/Graphics/Geometries/README.md +++ b/Graphics/Geometries/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/Geometry/README.md b/Graphics/Geometry/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/Geometry/README.md +++ b/Graphics/Geometry/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/ImageBrush/README.md b/Graphics/ImageBrush/README.md index c66d0c16d..ece031ea6 100644 --- a/Graphics/ImageBrush/README.md +++ b/Graphics/ImageBrush/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/ImageView/README.md b/Graphics/ImageView/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/ImageView/README.md +++ b/Graphics/ImageView/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/JPEGEncoderAndDecoder/README.md b/Graphics/JPEGEncoderAndDecoder/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/JPEGEncoderAndDecoder/README.md +++ b/Graphics/JPEGEncoderAndDecoder/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/Matrix/README.md b/Graphics/Matrix/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/Matrix/README.md +++ b/Graphics/Matrix/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/OpacityMasking/README.md b/Graphics/OpacityMasking/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/OpacityMasking/README.md +++ b/Graphics/OpacityMasking/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/PNGEncoderAndDecoder/README.md b/Graphics/PNGEncoderAndDecoder/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/PNGEncoderAndDecoder/README.md +++ b/Graphics/PNGEncoderAndDecoder/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/Point/README.md b/Graphics/Point/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/Point/README.md +++ b/Graphics/Point/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/ShapeElements/README.md b/Graphics/ShapeElements/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/ShapeElements/README.md +++ b/Graphics/ShapeElements/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/ShapesGallery/README.md b/Graphics/ShapesGallery/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/ShapesGallery/README.md +++ b/Graphics/ShapesGallery/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/SystemBrushesAndColors/README.md b/Graphics/SystemBrushesAndColors/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/SystemBrushesAndColors/README.md +++ b/Graphics/SystemBrushesAndColors/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/TIFFEncoderAndDecoder/README.md b/Graphics/TIFFEncoderAndDecoder/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/TIFFEncoderAndDecoder/README.md +++ b/Graphics/TIFFEncoderAndDecoder/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/Vector/README.md b/Graphics/Vector/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/Vector/README.md +++ b/Graphics/Vector/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/VisualBrush/README.md b/Graphics/VisualBrush/README.md index c67f0ed16..049e69b54 100644 --- a/Graphics/VisualBrush/README.md +++ b/Graphics/VisualBrush/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Graphics/WDPEncoderAndDecoder/README.md b/Graphics/WDPEncoderAndDecoder/README.md index 236b49a1e..164c2f659 100644 --- a/Graphics/WDPEncoderAndDecoder/README.md +++ b/Graphics/WDPEncoderAndDecoder/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Input and Commands/CaptureUnCaptureMouse/README.md b/Input and Commands/CaptureUnCaptureMouse/README.md index bcc104b0e..08f59b420 100644 --- a/Input and Commands/CaptureUnCaptureMouse/README.md +++ b/Input and Commands/CaptureUnCaptureMouse/README.md @@ -14,7 +14,7 @@ When an object captures the mouse, all mouse related events are treated as if th ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/CommandSourceControlUsingSystemTimer/README.md b/Input and Commands/CommandSourceControlUsingSystemTimer/README.md index 8361a7564..13547cc9c 100644 --- a/Input and Commands/CommandSourceControlUsingSystemTimer/README.md +++ b/Input and Commands/CommandSourceControlUsingSystemTimer/README.md @@ -18,7 +18,7 @@ The CommandManager notifies the RoutedCommand via the RequerySuggested event tha ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md b/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md index 80a12dfaa..ae3993eeb 100644 --- a/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md +++ b/Input and Commands/CommandSourceControlWithDispatcherTimer/README.md @@ -18,7 +18,7 @@ This sample creates a RoutedCommand that can be executed only when the seconds i ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/CursorType/README.md b/Input and Commands/CursorType/README.md index 79894692b..1e91989c5 100644 --- a/Input and Commands/CursorType/README.md +++ b/Input and Commands/CursorType/README.md @@ -13,7 +13,7 @@ This example describes how to detect whether the mouse button is pressed or rele ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/CustomRoutedCommand/README.md b/Input and Commands/CustomRoutedCommand/README.md index 44e91009d..70fef9cff 100644 --- a/Input and Commands/CustomRoutedCommand/README.md +++ b/Input and Commands/CustomRoutedCommand/README.md @@ -14,7 +14,7 @@ The custom RoutedCommand toggles the background color of a StackPanel. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/EditingCommands/README.md b/Input and Commands/EditingCommands/README.md index df735537a..02fb34b8c 100644 --- a/Input and Commands/EditingCommands/README.md +++ b/Input and Commands/EditingCommands/README.md @@ -16,7 +16,7 @@ Use this sample to invoke editing commands on the different Windows Presentation ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/EventOnGainAndLooseFocus/README.md b/Input and Commands/EventOnGainAndLooseFocus/README.md index dab5faf04..ed8973f6e 100644 --- a/Input and Commands/EventOnGainAndLooseFocus/README.md +++ b/Input and Commands/EventOnGainAndLooseFocus/README.md @@ -15,7 +15,7 @@ This example describes how to fire an event when an element gains and loses focu ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/HandlingEventOnCommand/README.md b/Input and Commands/HandlingEventOnCommand/README.md index 1a02348c6..8d9abd7b5 100644 --- a/Input and Commands/HandlingEventOnCommand/README.md +++ b/Input and Commands/HandlingEventOnCommand/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to hook up a RoutedCommand. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/HandlingEventOnCommandUsingCode/README.md b/Input and Commands/HandlingEventOnCommandUsingCode/README.md index b32ef65bc..f597b2328 100644 --- a/Input and Commands/HandlingEventOnCommandUsingCode/README.md +++ b/Input and Commands/HandlingEventOnCommandUsingCode/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to hook up a RoutedCommand in an application. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/ICommandSourceImplementation/README.md b/Input and Commands/ICommandSourceImplementation/README.md index 62564fe1d..2d1e6340a 100644 --- a/Input and Commands/ICommandSourceImplementation/README.md +++ b/Input and Commands/ICommandSourceImplementation/README.md @@ -14,7 +14,7 @@ The custom control that is created inherits from Slider and implements ICommandS ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/KeyStrokeCounter/README.md b/Input and Commands/KeyStrokeCounter/README.md index 3ceeeec95..2f9356c71 100644 --- a/Input and Commands/KeyStrokeCounter/README.md +++ b/Input and Commands/KeyStrokeCounter/README.md @@ -13,7 +13,7 @@ This example describes how to detect when a specific key is pressed. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/KeyboardKey/README.md b/Input and Commands/KeyboardKey/README.md index bfe187b62..75002c7b9 100644 --- a/Input and Commands/KeyboardKey/README.md +++ b/Input and Commands/KeyboardKey/README.md @@ -14,7 +14,7 @@ In the following example, when the user presses the Enter or the Return key, key ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/MousePointer/README.md b/Input and Commands/MousePointer/README.md index 9813fcb07..db36b12d0 100644 --- a/Input and Commands/MousePointer/README.md +++ b/Input and Commands/MousePointer/README.md @@ -13,7 +13,7 @@ This example describes how to detect when the mouse pointer enters or leaves an ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/MouseState/README.md b/Input and Commands/MouseState/README.md index 79894692b..1e91989c5 100644 --- a/Input and Commands/MouseState/README.md +++ b/Input and Commands/MouseState/README.md @@ -13,7 +13,7 @@ This example describes how to detect whether the mouse button is pressed or rele ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/MoveObjectWithMouse/README.md b/Input and Commands/MoveObjectWithMouse/README.md index c76430305..a4725f773 100644 --- a/Input and Commands/MoveObjectWithMouse/README.md +++ b/Input and Commands/MoveObjectWithMouse/README.md @@ -13,7 +13,7 @@ This example describes how to make an object follow the mouse pointer as it move ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Input and Commands/ProgrammaticFocusControl/README.md b/Input and Commands/ProgrammaticFocusControl/README.md index 5f6bc1811..8cf686a0c 100644 --- a/Input and Commands/ProgrammaticFocusControl/README.md +++ b/Input and Commands/ProgrammaticFocusControl/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to change the focus of an object programmatically. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Migration and Interoperability/AxControl/README.md b/Migration and Interoperability/AxControl/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/AxControl/README.md +++ b/Migration and Interoperability/AxControl/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/HWNDInWPF/README.md b/Migration and Interoperability/HWNDInWPF/README.md index 66e812159..180877d17 100644 --- a/Migration and Interoperability/HWNDInWPF/README.md +++ b/Migration and Interoperability/HWNDInWPF/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/HostingAxInXaml/README.md b/Migration and Interoperability/HostingAxInXaml/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/HostingAxInXaml/README.md +++ b/Migration and Interoperability/HostingAxInXaml/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/HostingWfInWPF/README.md b/Migration and Interoperability/HostingWfInWPF/README.md index 9659126b8..f7eda01c9 100644 --- a/Migration and Interoperability/HostingWfInWPF/README.md +++ b/Migration and Interoperability/HostingWfInWPF/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/HostingWfInWpfWithXaml/README.md b/Migration and Interoperability/HostingWfInWpfWithXaml/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/HostingWfInWpfWithXaml/README.md +++ b/Migration and Interoperability/HostingWfInWpfWithXaml/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/HostingWfWithVisualStyles/README.md b/Migration and Interoperability/HostingWfWithVisualStyles/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/HostingWfWithVisualStyles/README.md +++ b/Migration and Interoperability/HostingWfWithVisualStyles/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/HostingWpfUserControlInWf/README.md b/Migration and Interoperability/HostingWpfUserControlInWf/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/HostingWpfUserControlInWf/README.md +++ b/Migration and Interoperability/HostingWpfUserControlInWf/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/LocalizingWpfInWf/README.md b/Migration and Interoperability/LocalizingWpfInWf/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/LocalizingWpfInWf/README.md +++ b/Migration and Interoperability/LocalizingWpfInWf/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/PropertyMappingWithElementHost/README.md b/Migration and Interoperability/PropertyMappingWithElementHost/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/PropertyMappingWithElementHost/README.md +++ b/Migration and Interoperability/PropertyMappingWithElementHost/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/PropertyMappingWithWfh/README.md b/Migration and Interoperability/PropertyMappingWithWfh/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/PropertyMappingWithWfh/README.md +++ b/Migration and Interoperability/PropertyMappingWithWfh/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/WPFHostingWin32Control/README.md b/Migration and Interoperability/WPFHostingWin32Control/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/WPFHostingWin32Control/README.md +++ b/Migration and Interoperability/WPFHostingWin32Control/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/WPFUserControlHost/README.md b/Migration and Interoperability/WPFUserControlHost/README.md index 236b49a1e..164c2f659 100644 --- a/Migration and Interoperability/WPFUserControlHost/README.md +++ b/Migration and Interoperability/WPFUserControlHost/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/WPFWithWFAndDatabinding/README.md b/Migration and Interoperability/WPFWithWFAndDatabinding/README.md index 7f3b08c10..e68bc291b 100644 --- a/Migration and Interoperability/WPFWithWFAndDatabinding/README.md +++ b/Migration and Interoperability/WPFWithWFAndDatabinding/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/Win32Clock/README.md b/Migration and Interoperability/Win32Clock/README.md index e989be558..d832f987a 100644 --- a/Migration and Interoperability/Win32Clock/README.md +++ b/Migration and Interoperability/Win32Clock/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/Win32HostingWPFPage/README.md b/Migration and Interoperability/Win32HostingWPFPage/README.md index 66e812159..180877d17 100644 --- a/Migration and Interoperability/Win32HostingWPFPage/README.md +++ b/Migration and Interoperability/Win32HostingWPFPage/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md b/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md index c85eaa193..e371d68ea 100644 --- a/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md +++ b/Migration and Interoperability/WindowsFormsHostingWpfControl/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md b/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md index 66e812159..180877d17 100644 --- a/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md +++ b/Migration and Interoperability/WpfHostingWindowsFormsControl/README.md @@ -10,7 +10,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md b/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md index 25c34e6c6..a000193d2 100644 --- a/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md +++ b/Migration and Interoperability/WpfLayoutHostingWfWithXaml/README.md @@ -19,7 +19,7 @@ This sample shows how to use the %objective The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample diff --git a/Properties/Callbacks/README.md b/Properties/Callbacks/README.md index cbbaeb1e7..a5178208c 100644 --- a/Properties/Callbacks/README.md +++ b/Properties/Callbacks/README.md @@ -15,7 +15,7 @@ You should experiment with the sample and make your own choices about how you co ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Properties/CustomClassesWithDP/README.md b/Properties/CustomClassesWithDP/README.md index d49ea8dbd..fd7441a16 100644 --- a/Properties/CustomClassesWithDP/README.md +++ b/Properties/CustomClassesWithDP/README.md @@ -17,7 +17,7 @@ This example illustrates the following scenarios: ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Properties/RestoringDefaultValues/README.md b/Properties/RestoringDefaultValues/README.md index d1d889241..28dbe5d9d 100644 --- a/Properties/RestoringDefaultValues/README.md +++ b/Properties/RestoringDefaultValues/README.md @@ -13,7 +13,7 @@ This example describes how to clear any locally set values and restore the defau ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Resources/ApplicationResources/README.md b/Resources/ApplicationResources/README.md index dbaafa617..1a9e045fc 100644 --- a/Resources/ApplicationResources/README.md +++ b/Resources/ApplicationResources/README.md @@ -14,7 +14,7 @@ This example shows you how to define and access application resources. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Resources/DefiningResources/README.md b/Resources/DefiningResources/README.md index d8534b5da..1ba56e27f 100644 --- a/Resources/DefiningResources/README.md +++ b/Resources/DefiningResources/README.md @@ -14,7 +14,7 @@ This example demonstrates how to define a resource at the page root level on a F ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Resources/MergedResources/README.md b/Resources/MergedResources/README.md index a6bf00851..a81cc8d7b 100644 --- a/Resources/MergedResources/README.md +++ b/Resources/MergedResources/README.md @@ -13,7 +13,7 @@ This example illustrates the merged-dictionary capabilities of ResourceDictionar ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/CalculatorDemo/README.md b/Sample Applications/CalculatorDemo/README.md index 3620e7938..dd78015b4 100644 --- a/Sample Applications/CalculatorDemo/README.md +++ b/Sample Applications/CalculatorDemo/README.md @@ -13,7 +13,7 @@ This sample application is a simple calculator. It demonstrates layout, controls ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/ConcentricRingsDemo/README.md b/Sample Applications/ConcentricRingsDemo/README.md index 2784b0573..672dc7408 100644 --- a/Sample Applications/ConcentricRingsDemo/README.md +++ b/Sample Applications/ConcentricRingsDemo/README.md @@ -13,7 +13,7 @@ This sample application demonstrates several animation techniques, generating an ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/CubeAnimationDemo/README.md b/Sample Applications/CubeAnimationDemo/README.md index 696d907ff..9052d4686 100644 --- a/Sample Applications/CubeAnimationDemo/README.md +++ b/Sample Applications/CubeAnimationDemo/README.md @@ -12,7 +12,7 @@ This sample application demonstrates how to animate the content of a Viewport3D. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/DataBindingDemo/README.md b/Sample Applications/DataBindingDemo/README.md index 7b7de2e31..265c7bbbf 100644 --- a/Sample Applications/DataBindingDemo/README.md +++ b/Sample Applications/DataBindingDemo/README.md @@ -26,7 +26,7 @@ This sample creates a product listing application that allows users to enter ite ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/DropShadow/README.md b/Sample Applications/DropShadow/README.md index 56e8e697c..53868673e 100644 --- a/Sample Applications/DropShadow/README.md +++ b/Sample Applications/DropShadow/README.md @@ -13,7 +13,7 @@ This sample demonstrates a loose XAML application that you can navigate to using ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/EditingExaminerDemo/README.md b/Sample Applications/EditingExaminerDemo/README.md index b9b458ef4..018110818 100644 --- a/Sample Applications/EditingExaminerDemo/README.md +++ b/Sample Applications/EditingExaminerDemo/README.md @@ -12,7 +12,7 @@ Editing Examiner lets you watch in real time as edits are performed within a Ric ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/ExpenseIt/README.md b/Sample Applications/ExpenseIt/README.md index fb3e1432c..dfa7c9632 100644 --- a/Sample Applications/ExpenseIt/README.md +++ b/Sample Applications/ExpenseIt/README.md @@ -4,7 +4,7 @@ This sample application is the standalone version of the ExpenseIt application. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/FontDialog/README.md b/Sample Applications/FontDialog/README.md index 4c9410c16..939a66861 100644 --- a/Sample Applications/FontDialog/README.md +++ b/Sample Applications/FontDialog/README.md @@ -12,7 +12,7 @@ This sample application produces a dialog box that allows the user to customize ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/GeometryDesignerDemo/README.md b/Sample Applications/GeometryDesignerDemo/README.md index 428a4fd57..55f68336d 100644 --- a/Sample Applications/GeometryDesignerDemo/README.md +++ b/Sample Applications/GeometryDesignerDemo/README.md @@ -12,7 +12,7 @@ This application provides a simple interface for creating geometric shapes. Afte ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/GraphingCalculatorDemo/README.md b/Sample Applications/GraphingCalculatorDemo/README.md index 547761fc1..67d19ab13 100644 --- a/Sample Applications/GraphingCalculatorDemo/README.md +++ b/Sample Applications/GraphingCalculatorDemo/README.md @@ -13,7 +13,7 @@ This sample application is a fully featured graphing calculator. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/HexSphereDemo/README.md b/Sample Applications/HexSphereDemo/README.md index e822d3e3e..0a7e0220a 100644 --- a/Sample Applications/HexSphereDemo/README.md +++ b/Sample Applications/HexSphereDemo/README.md @@ -12,7 +12,7 @@ This sample application demonstrates how to animate the content of a Viewport3D. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/HtmlToXamlDemo/README.md b/Sample Applications/HtmlToXamlDemo/README.md index 71efa9330..d2895681a 100644 --- a/Sample Applications/HtmlToXamlDemo/README.md +++ b/Sample Applications/HtmlToXamlDemo/README.md @@ -12,7 +12,7 @@ This sample demonstrates how to create a conversion utility that can change Exte ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/LayoutTransitionsDemo/README.md b/Sample Applications/LayoutTransitionsDemo/README.md index 9daed699e..272d9555c 100644 --- a/Sample Applications/LayoutTransitionsDemo/README.md +++ b/Sample Applications/LayoutTransitionsDemo/README.md @@ -13,7 +13,7 @@ This sample application demonstrates several techniques for animating from one l ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/ParticlesDemo/README.md b/Sample Applications/ParticlesDemo/README.md index cf468cede..f16909857 100644 --- a/Sample Applications/ParticlesDemo/README.md +++ b/Sample Applications/ParticlesDemo/README.md @@ -12,7 +12,7 @@ This sample application demonstrates how to produce particle effects within a Vi ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/PhotoFlipperDemo/README.md b/Sample Applications/PhotoFlipperDemo/README.md index 9badabcaf..1c56e5098 100644 --- a/Sample Applications/PhotoFlipperDemo/README.md +++ b/Sample Applications/PhotoFlipperDemo/README.md @@ -13,7 +13,7 @@ This sample application demonstrates how to create a photographic flip-book effe ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/PhotoStoreDemo/README.md b/Sample Applications/PhotoStoreDemo/README.md index af326f87b..4c28d768a 100644 --- a/Sample Applications/PhotoStoreDemo/README.md +++ b/Sample Applications/PhotoStoreDemo/README.md @@ -12,7 +12,7 @@ The Photo Store demo is an end to end rich-client application that uses several ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/PhotoViewerDemo/README.md b/Sample Applications/PhotoViewerDemo/README.md index 67dd86d9c..c09dd4192 100644 --- a/Sample Applications/PhotoViewerDemo/README.md +++ b/Sample Applications/PhotoViewerDemo/README.md @@ -12,7 +12,7 @@ This sample application demonstrates how to create a lightweight image viewing a ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/SlidePuzzleDemo/README.md b/Sample Applications/SlidePuzzleDemo/README.md index 3372cd167..e9d6d69ba 100644 --- a/Sample Applications/SlidePuzzleDemo/README.md +++ b/Sample Applications/SlidePuzzleDemo/README.md @@ -12,7 +12,7 @@ This sample application is a slide puzzle game that demonstrates Windows Present ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/StickyNotesDemo/README.md b/Sample Applications/StickyNotesDemo/README.md index 277c9abc5..4059d6b67 100644 --- a/Sample Applications/StickyNotesDemo/README.md +++ b/Sample Applications/StickyNotesDemo/README.md @@ -12,7 +12,7 @@ This sample application demonstrates how to build a sticky-note client that can ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Sample Applications/VideoViewerDemo/README.md b/Sample Applications/VideoViewerDemo/README.md index 4c2115f2b..d8d183954 100644 --- a/Sample Applications/VideoViewerDemo/README.md +++ b/Sample Applications/VideoViewerDemo/README.md @@ -13,7 +13,7 @@ This sample creates a video viewing application that demonstrates styling, data ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Speech and Media/MediaGallery/README.md b/Speech and Media/MediaGallery/README.md index 1b53478cb..0e3b2a623 100644 --- a/Speech and Media/MediaGallery/README.md +++ b/Speech and Media/MediaGallery/README.md @@ -13,7 +13,7 @@ This sample demonstrates some basic applications that use audio and video media. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Speech and Media/UsingSpeech/README.md b/Speech and Media/UsingSpeech/README.md index a974a6d76..763b2a2e1 100644 --- a/Speech and Media/UsingSpeech/README.md +++ b/Speech and Media/UsingSpeech/README.md @@ -12,7 +12,7 @@ This sample illustrates how to integrate speech into a Windows Presentation Foun ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Styles & Templates/AlternatingAppearanceOfItems/README.md b/Styles & Templates/AlternatingAppearanceOfItems/README.md index 193b58740..7ed4972b6 100644 --- a/Styles & Templates/AlternatingAppearanceOfItems/README.md +++ b/Styles & Templates/AlternatingAppearanceOfItems/README.md @@ -14,7 +14,7 @@ This sample shows how to implement Alternating appearance. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Styles & Templates/ContentControlStyle/README.md b/Styles & Templates/ContentControlStyle/README.md index 0f70e4e01..8314d1c2d 100644 --- a/Styles & Templates/ContentControlStyle/README.md +++ b/Styles & Templates/ContentControlStyle/README.md @@ -13,7 +13,7 @@ Content controls do not have default system styles. This example demonstrates ho ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Styles & Templates/EventTriggers/README.md b/Styles & Templates/EventTriggers/README.md index 82464960f..4b8058381 100644 --- a/Styles & Templates/EventTriggers/README.md +++ b/Styles & Templates/EventTriggers/README.md @@ -14,7 +14,7 @@ This example demonstrates how to use EventTrigger elements to animate the MouseE ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Styles & Templates/FindingElementsInTemplates/README.md b/Styles & Templates/FindingElementsInTemplates/README.md index f730e68a8..96d32efd5 100644 --- a/Styles & Templates/FindingElementsInTemplates/README.md +++ b/Styles & Templates/FindingElementsInTemplates/README.md @@ -15,7 +15,7 @@ This application demonstrates the following: ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Styles & Templates/IntroToStylingAndTemplating/README.md b/Styles & Templates/IntroToStylingAndTemplating/README.md index 299a96863..1cfa5ca95 100644 --- a/Styles & Templates/IntroToStylingAndTemplating/README.md +++ b/Styles & Templates/IntroToStylingAndTemplating/README.md @@ -14,7 +14,7 @@ This is a simple photo application that is designed to demonstrate how to use st ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Threading/MultiThreadingWebBrowser/README.md b/Threading/MultiThreadingWebBrowser/README.md index 1d5736636..a35f28f47 100644 --- a/Threading/MultiThreadingWebBrowser/README.md +++ b/Threading/MultiThreadingWebBrowser/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to create a multi threaded web browsing application ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Threading/SingleThreadedApplication/README.md b/Threading/SingleThreadedApplication/README.md index cb5ca04ea..7e6653cd2 100644 --- a/Threading/SingleThreadedApplication/README.md +++ b/Threading/SingleThreadedApplication/README.md @@ -15,7 +15,7 @@ This insures that the UI thread will always take precedence over calculating the ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Threading/UsingDispatcher/README.md b/Threading/UsingDispatcher/README.md index c79a05f24..46b353eef 100644 --- a/Threading/UsingDispatcher/README.md +++ b/Threading/UsingDispatcher/README.md @@ -20,7 +20,7 @@ This sample also demonstrates animation and storyboards. Most of the animation i ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Visual Layer/CompositionTarget/README.md b/Visual Layer/CompositionTarget/README.md index 3a546e2f9..158a19b42 100644 --- a/Visual Layer/CompositionTarget/README.md +++ b/Visual Layer/CompositionTarget/README.md @@ -13,7 +13,7 @@ This sample illustrates how to use CompositionTarget object to create custom dra ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Visual Layer/DrawingVisual/README.md b/Visual Layer/DrawingVisual/README.md index 98ff736f1..17bfb625a 100644 --- a/Visual Layer/DrawingVisual/README.md +++ b/Visual Layer/DrawingVisual/README.md @@ -12,7 +12,7 @@ This sample illustrates how to use DrawingVisual objects to create lightweight g ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Visual Layer/VisualsHitTesting/README.md b/Visual Layer/VisualsHitTesting/README.md index d4bd2e3a7..89ebb2881 100644 --- a/Visual Layer/VisualsHitTesting/README.md +++ b/Visual Layer/VisualsHitTesting/README.md @@ -12,7 +12,7 @@ This sample illustrates how to use the default hit testing support in the visual ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/CustomWindowUI/README.md b/Windows/CustomWindowUI/README.md index 0bb1777cb..0dd2903c3 100644 --- a/Windows/CustomWindowUI/README.md +++ b/Windows/CustomWindowUI/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to customize a Window by replacing the non-client a ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/DialogBox/README.md b/Windows/DialogBox/README.md index ea7a1a59e..dcf92ae48 100644 --- a/Windows/DialogBox/README.md +++ b/Windows/DialogBox/README.md @@ -12,7 +12,7 @@ This sample illustrates how to use message boxes and common dialog boxes. This s ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/MessageBox/README.md b/Windows/MessageBox/README.md index b76ecbf2a..6e8544858 100644 --- a/Windows/MessageBox/README.md +++ b/Windows/MessageBox/README.md @@ -21,7 +21,7 @@ A message box is displayed by calling Show, which has several overloads that all ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/NonRectangularWindow/README.md b/Windows/NonRectangularWindow/README.md index b7c87bc82..84b84381e 100644 --- a/Windows/NonRectangularWindow/README.md +++ b/Windows/NonRectangularWindow/README.md @@ -12,7 +12,7 @@ This sample demonstrates how to create a non-rectangular window, which is config ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/NotificationIcon/README.md b/Windows/NotificationIcon/README.md index 3a8114001..d4e3c1fef 100644 --- a/Windows/NotificationIcon/README.md +++ b/Windows/NotificationIcon/README.md @@ -13,7 +13,7 @@ This sample demonstrates how to display a notification icon in the system tray. ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/SaveWindowState/README.md b/Windows/SaveWindowState/README.md index 8354d48c0..d388685af 100644 --- a/Windows/SaveWindowState/README.md +++ b/Windows/SaveWindowState/README.md @@ -12,7 +12,7 @@ This sample illustrates how to save the size, location, and state of a Window to ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/ShowWindowWithoutActivation/README.md b/Windows/ShowWindowWithoutActivation/README.md index 476273a75..5345ce9a6 100644 --- a/Windows/ShowWindowWithoutActivation/README.md +++ b/Windows/ShowWindowWithoutActivation/README.md @@ -13,7 +13,7 @@ This sample demonstrates the use of the ShowActivated property to open a window ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/WindowActivationAndDeactivation/README.md b/Windows/WindowActivationAndDeactivation/README.md index db44c9dbf..bbe432453 100644 --- a/Windows/WindowActivationAndDeactivation/README.md +++ b/Windows/WindowActivationAndDeactivation/README.md @@ -13,7 +13,7 @@ This sample demonstrates the use of Activated and Deactivated to only play a med ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/WindowHiding/README.md b/Windows/WindowHiding/README.md index 3b942ad6e..6a985961b 100644 --- a/Windows/WindowHiding/README.md +++ b/Windows/WindowHiding/README.md @@ -13,7 +13,7 @@ This sample shows how to use the %objective ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/WindowSizingOrder/README.md b/Windows/WindowSizingOrder/README.md index 395d4c386..d0dc9c522 100644 --- a/Windows/WindowSizingOrder/README.md +++ b/Windows/WindowSizingOrder/README.md @@ -13,7 +13,7 @@ This sample demonstrates the order of precedence for sizing-related properties t ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution. diff --git a/Windows/Wizard/README.md b/Windows/Wizard/README.md index a4df61047..e9e23200d 100644 --- a/Windows/Wizard/README.md +++ b/Windows/Wizard/README.md @@ -13,7 +13,7 @@ This sample illustrates how to create wizard, using a Window, a Frame, and sever ## Build the sample The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the [repo](https://github.com/microsoft/WPF-Samples?tab=readme-ov-file) page). You can then unzip the entire archive and use the samples in [Visual Studio 2022](https://www.visualstudio.com/wpf-vs). -[Download the samples ZIP](../../archive/main.zip) +[Download the samples ZIP](../../../../archive/main.zip) ### Deploying the sample - Select Build > Deploy Solution.