4 instantiations of PaperSource
PresentationCore.Tests (1)
BinaryFormat\DataObjectTests.cs (1)
58new System.Drawing.Printing.PaperSource(),
System.Drawing.Common.Tests (3)
System\Drawing\Printing\PaperSourceTests.cs (3)
36PaperSource source = new(); 63PaperSource source = new() 82PaperSource source = new()
9 references to PaperSource
System.Drawing (1)
System.Drawing.cs (1)
115[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PaperSource))]
System.Drawing.Common (5)
Special\NotSupported.cs (5)
2754public System.Drawing.Printing.PaperSource PaperSource { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } 3065public PaperSourceCollection(System.Drawing.Printing.PaperSource[] array) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 3067public virtual System.Drawing.Printing.PaperSource this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } 3072public int Add(System.Drawing.Printing.PaperSource paperSource) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 3073public void CopyTo(System.Drawing.Printing.PaperSource[] paperSources, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (3)
System\Drawing\Printing\PaperSourceTests.cs (3)
36PaperSource source = new(); 63PaperSource source = new() 82PaperSource source = new()