Repository for WPF related samples
Перейти к файлу
Rishabh Chauhan d195406f5f
Fix color contrast ratio of Tab separator (#482)
2023-12-15 12:14:02 +05:30
Accessibility Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Animation Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Application Management Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Clipboard Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Compatibility Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Data Binding Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Documents Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Drag and Drop Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Element Tree Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Elements Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Events Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Getting Started Reverted ExpenseItIntro2.vbproj to net6.0-windows 2021-12-08 13:52:05 +05:30
Globalization and Localization Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Graphics Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Input and Commands Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Migration and Interoperability Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
PerMonitorDPI Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Properties Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Resources Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Sample Applications Fix color contrast ratio of Tab separator (#482) 2023-12-15 12:14:02 +05:30
Speech and Media Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Styles & Templates Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Threading Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Tools Updated LangVersion for Baml projects 2021-12-08 13:40:45 +05:30
Visual Layer Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
Windows Retargeted Sample Apps to .NET Framework 4.8 2021-12-08 13:39:12 +05:30
eng Merge branch 'main' into implementing-heading-level 2021-07-22 10:11:37 -07:00
.DS_Store Fix Xaml FlowDocument Table crash issue. (#74) 2019-10-15 20:14:42 -07:00
.editorconfig Update ExceptionHandlingSecondaryUIThread to shutdown Dispatcher (#59) 2019-10-15 19:45:06 -07:00
.gitattributes Initial merge 2015-08-12 15:14:57 -07:00
.gitignore Use simpler scheme contained in global.json for alternate SDK versions. 2019-11-13 15:56:41 -08:00
CODEOWNERS Add CODEOWNERS file that automatically includes @dotnet/wpf-developers as reviewers (#376) 2021-05-26 15:44:05 -07:00
Directory.Build.props Fix several build failures (#93) 2019-07-08 18:31:27 -07:00
LICENSE Initial commit 2015-04-15 16:35:11 -07:00
NuGet.config Merge branch 'main' into implementing-heading-level 2021-07-22 10:11:37 -07:00
README.md Update README with clearer SDK language (#341) 2021-03-30 12:03:43 -07:00
WPFSamples.msbuild.sln Update samples for ARM64: build.cmd -TargetFramework net6.0-windows -Platform ARM64 2021-01-24 13:08:15 -08:00
WPFSamples.sln Update samples for ARM64: build.cmd -TargetFramework net6.0-windows -Platform ARM64 2021-01-24 13:08:15 -08:00
azure-pipelines.yml Update main to build against .NET 6.0 rc1 (#391) 2021-07-22 09:52:47 -07:00
global.json Update main to build against .NET 6.0 rc1 (#391) 2021-07-22 09:52:47 -07:00

README.md

WPF-Samples

This repo contains the samples that demonstrate the API usage patterns and popular features for the Windows Presentation Foundation in the .NET Core for Desktop. These samples were initially hosted on MSDN, and we are gradually moving all the interesting WPF samples over to GitHub. All the samples have been retargeted to .NET Core 3.0.

You can also find an archive of samples targeting .NET 4.7.2 in the netframework branch.

The samples in this repo are generally about illustrating specific concepts and may go against accessibility best practices. However, the team has spent some time illustrating accessibility best practices in a subset of these samples.

For additional WPF samples, see WPF Samples.

Please note that the documentation on the repo is still being updated, so all links might not point to the right location.

License

Unless otherwise mentioned, the samples are released under the MIT license

Help us improve our samples

Help us improve out samples by sending us a pull-request or opening a GitHub Issue

Questions: mail wpfteam@microsoft.com

WPF development

These samples require Visual Studio 2019 to build, test, and deploy, and also require the .NET Core 3 SDK.

Get a free copy of Visual Studio 2019 Community Edition with support for building WPF apps

.NET Core SDK

WPF on .NET Core 3.0 has been open-sourced, and is now available on Github

Note: If you are using the latest version of Visual Studio 2019 (16.9.0 and above), the .NET Core 3 SDK must be downloaded and installed manually to successfully build these samples. You can find installers for the .NET Core 3 SDK at the github or at https://dot.net/core

Using the samples

To use the samples with Git, clone the WPF-Samples repository with 'git clone https://github.com/microsoft/WPF-Samples'

After cloning the WPF-Samples respository, there will be two solution files in the root directory: WPF-Samples.sln and WPF-Samples.msbuild.sln

  • To build the samples, open one of the solution files in Visual Studio 2019 and build the solution.
  • Alternatively, navigate to the directory of a sample and build with 'dotnet build' or 'msbuild' specifying the target project file.
  • WPF-Samples.msbuild.sln contains projects that can be built only with msbuild or Visual Studio, and will not compile with dotnet build. These projects contain C++ code, for which there is no support in dotnet build

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2019.

Download the samples ZIP

Notes:

  • Before you unzip the archive, right-click it, select Properties, and then select Unblock.
  • Most samples should work independently
  • By default, all the samples target .NET core 3.0. (Installers for the .NET core 3 SDK can be found at https://dot.net/core)

For more info about the programming models, platforms, languages, and APIs demonstrated in these samples, please refer to the guidance available in MSDN. These samples are provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs for WPF.