diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/metrodevice.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/metrodevice.cs index 694a5a58cc0..d7cbfbcccc3 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/metrodevice.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/AlphaFlattener/metrodevice.cs @@ -17,7 +17,6 @@ using System.Printing.Interop; using System.Security; using System.Text; -using System.Drawing.Printing; using MS.Utility; namespace Microsoft.Internal.AlphaFlattener diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/SafeWinSpoolPrinterHandle.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/SafeWinSpoolPrinterHandle.cs index d0ca824f630..9817d2f4db2 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/SafeWinSpoolPrinterHandle.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/SafeWinSpoolPrinterHandle.cs @@ -7,7 +7,6 @@ namespace MS.Internal.Printing.Configuration { using System; - using System.Drawing.Printing; using System.Runtime.InteropServices; using System.Security; diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/UnsafeNativeMethods.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/UnsafeNativeMethods.cs index 36e88bc3d2f..b8e093eba61 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/UnsafeNativeMethods.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/UnsafeNativeMethods.cs @@ -10,7 +10,6 @@ All rights reserved. namespace MS.Internal.Printing.Configuration { using System; - using System.Drawing.Printing; using System.Printing; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/WinSpoolPrinterCapabilities.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/WinSpoolPrinterCapabilities.cs index 41719618a4b..584567fdf2b 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/WinSpoolPrinterCapabilities.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/MS/Internal/Printing/Configuration/WinSpoolPrinterCapabilities.cs @@ -11,7 +11,6 @@ namespace MS.Internal.Printing.Configuration { using System; using System.Collections.Generic; - using System.Drawing.Printing; using System.Runtime.InteropServices; using System.Security; using MS.Internal.PrintWin32Thunk; diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/FallbackPTProvider.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/FallbackPTProvider.cs index 8d779b5a22f..64c339957b8 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/FallbackPTProvider.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/FallbackPTProvider.cs @@ -20,7 +20,6 @@ namespace MS.Internal.Printing.Configuration using System; using System.Collections.Generic; using System.ComponentModel; - using System.Drawing.Printing; using System.Globalization; using System.IO; using System.Printing; diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTConverter.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTConverter.cs index 65bc696c792..e8f02559bb0 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTConverter.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTConverter.cs @@ -22,7 +22,6 @@ we don't want printing LAPI to have dependency on the legacy binary DEVMODE. using System.Printing; using MS.Internal.Printing.Configuration; using System.Security; -using System.Drawing.Printing; //[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)] diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProvider.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProvider.cs index 9334db064eb..63be30de5be 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProvider.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProvider.cs @@ -36,7 +36,6 @@ of thunking into unmanaged component to get PrintTicket and PrintCapabilities pr using System.Collections.Generic; using System.Threading; using System.Diagnostics; -using System.Drawing.Printing; using MS.Internal.PrintWin32Thunk; namespace MS.Internal.Printing.Configuration diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProviderBase.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProviderBase.cs index ada6663573d..c8b7f3b1b4a 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProviderBase.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/PrintConfig/PTProviderBase.cs @@ -18,7 +18,6 @@ of calling into the unmanaged component to get PrintTicket and PrintCapabilities using System.Printing; using System.Printing.Interop; using System.Security; -using System.Drawing.Printing; namespace MS.Internal.Printing.Configuration { diff --git a/src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializationManager.cs b/src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializationManager.cs index 378a4bedb58..ef6af818afe 100644 --- a/src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializationManager.cs +++ b/src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/NGCSerializationManager.cs @@ -20,7 +20,6 @@ using System.Windows.Media; using System.Windows.Markup; using System.Printing; -using System.Drawing.Printing; using MS.Utility; using Microsoft.Internal.AlphaFlattener;