Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
namespace MS.Internal.Printing.Configuration
{
using System;
using System.Drawing.Printing;
using System.Runtime.InteropServices;
using System.Security;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down