From 75e507e1b28754e667daec368bda181db47a3602 Mon Sep 17 00:00:00 2001 From: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> Date: Tue, 4 Feb 2020 16:33:24 +0200 Subject: [PATCH] Update mitigation-pointer-based-touch-and-stylus-support.md --- .../mitigation-pointer-based-touch-and-stylus-support.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support.md b/docs/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support.md index e3df4d3248099..8c4ed3ac1b5b2 100644 --- a/docs/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support.md +++ b/docs/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support.md @@ -1,7 +1,7 @@ --- title: "Mitigation: Pointer-based Touch and Stylus Support" ms.date: "04/07/2017" -helpviewer_keywords: +helpviewer_keywords: - "retargeting changes" - ".NET Framework 4.7 retargeting changes" - "WPF retargeting changes" @@ -10,7 +10,7 @@ ms.assetid: f99126b5-c396-48f9-8233-8f36b4c9e717 --- # Mitigation: Pointer-based Touch and Stylus Support -WPF applications that target the .NET Framework 4.7 and are running on Windows Systems starting with Windows 10 Creators Update can enable an optional `WM_POINTER`-based WPF touch/stylus stack. +WPF applications that target the .NET Framework 4.7 and are running on Windows starting with Windows 10 Creators Update can enable an optional `WM_POINTER`-based WPF touch/stylus stack. ## Impact @@ -34,7 +34,7 @@ The following are current known issues with the optional `WM_POINTER`-based touc ## Opting in to WM_POINTER-based touch/stylus support -Developers who wish to enable this stack can add the following to their application's app.config file: +Developers who wish to enable this stack can add the following to their application's *app.config* file. ```xml