From 15d96acbe695a8ccbbdaec4dcd7e6aac2e5756d2 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Thu, 15 Jun 2017 15:14:19 -0700 Subject: [PATCH 1/3] Changed change type from retargeting to runtime --- .../compatibility/wpf-printing-stack-update.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/compatibility/wpf-printing-stack-update.md b/Documentation/compatibility/wpf-printing-stack-update.md index d655a97..54265d5 100644 --- a/Documentation/compatibility/wpf-printing-stack-update.md +++ b/Documentation/compatibility/wpf-printing-stack-update.md @@ -13,18 +13,18 @@ NotPlanned WPF's Printing APIs using now call Window's Print Document Package API in favor of the now deprecated XPS -Print API, neither users nor developers should see any changes in behaviour or -API usage, the change was made with serviceability in mind. The new printing -stack is by default enabled when running in Windows 10 Creators Update. The old +Print API. the change was made with serviceability in mind; neither users nor developers +should see any changes in behaviour or API usage, The new printing +stack is enabled by default when running in Windows 10 Creators Update. The old printing stack will still continue to work just as before in older Windows versions. -- [x] Quirked -- [ ] Build-time break +- [ ] Quirked +- [X] Build-time break ### Recommended Action -If the user wants to use the old stack in Windows 10 Creators Update, the user should set registry key REG_DWORD `HKEY_CURRENT_USER\Software\Microsoft\.NETFramework\Windows Presentation Foundation\Printing\UseXpsOMPrinting = 1` +To use the old stack in Windows 10 Creators Update, set the `UseXpsOMPrinting` REG_DWORD value of the `HKEY_CURRENT_USER\Software\Microsoft\.NETFramework\Windows Presentation Foundation\Printing` registry key to `1`. ### Affected APIs Not detectable via API analysis From 94a144482c11bd7d3e82fce1f36790f83805827c Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Thu, 15 Jun 2017 15:16:20 -0700 Subject: [PATCH 2/3] Corrected casing. --- Documentation/compatibility/wpf-printing-stack-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/compatibility/wpf-printing-stack-update.md b/Documentation/compatibility/wpf-printing-stack-update.md index 54265d5..51211a2 100644 --- a/Documentation/compatibility/wpf-printing-stack-update.md +++ b/Documentation/compatibility/wpf-printing-stack-update.md @@ -13,8 +13,8 @@ NotPlanned WPF's Printing APIs using now call Window's Print Document Package API in favor of the now deprecated XPS -Print API. the change was made with serviceability in mind; neither users nor developers -should see any changes in behaviour or API usage, The new printing +Print API. The change was made with serviceability in mind; neither users nor developers +should see any changes in behavior or API usage. The new printing stack is enabled by default when running in Windows 10 Creators Update. The old printing stack will still continue to work just as before in older Windows versions. From f46ce487fbc2ab875a8b3379eed85ce1a7a66384 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Fri, 16 Jun 2017 08:27:43 -0700 Subject: [PATCH 3/3] Removed build-time break check --- Documentation/compatibility/wpf-printing-stack-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/compatibility/wpf-printing-stack-update.md b/Documentation/compatibility/wpf-printing-stack-update.md index 51211a2..f0f03f8 100644 --- a/Documentation/compatibility/wpf-printing-stack-update.md +++ b/Documentation/compatibility/wpf-printing-stack-update.md @@ -20,7 +20,7 @@ printing stack will still continue to work just as before in older Windows versions. - [ ] Quirked -- [X] Build-time break +- [ ] Build-time break ### Recommended Action