Skip to content

Commit d193be2

Browse files
authored
Update mitigation-pointer-based-touch-and-stylus-support.md (#16976)
1 parent 72f4b9a commit d193be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Mitigation: Pointer-based Touch and Stylus Support"
33
ms.date: "04/07/2017"
4-
helpviewer_keywords:
4+
helpviewer_keywords:
55
- "retargeting changes"
66
- ".NET Framework 4.7 retargeting changes"
77
- "WPF retargeting changes"
@@ -10,7 +10,7 @@ ms.assetid: f99126b5-c396-48f9-8233-8f36b4c9e717
1010
---
1111
# Mitigation: Pointer-based Touch and Stylus Support
1212

13-
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.
13+
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.
1414

1515
## Impact
1616

@@ -34,7 +34,7 @@ The following are current known issues with the optional `WM_POINTER`-based touc
3434

3535
## Opting in to WM_POINTER-based touch/stylus support
3636

37-
Developers who wish to enable this stack can add the following to their application's app.config file:
37+
Developers who wish to enable this stack can add the following to their application's *app.config* file.
3838

3939
```xml
4040
<configuration>

0 commit comments

Comments
 (0)