4 instantiations of PaperSource
PresentationCore.Tests (1)
BinaryFormat\DataObjectTests.cs (1)
58
new System.Drawing.Printing.
PaperSource
(),
System.Drawing.Common.Tests (3)
System\Drawing\Printing\PaperSourceTests.cs (3)
36
PaperSource source =
new
();
63
PaperSource source =
new
()
82
PaperSource 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)
2754
public System.Drawing.Printing.
PaperSource
PaperSource { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
3065
public PaperSourceCollection(System.Drawing.Printing.
PaperSource
[] array) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
3067
public virtual System.Drawing.Printing.
PaperSource
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
3072
public int Add(System.Drawing.Printing.
PaperSource
paperSource) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
3073
public 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)
36
PaperSource
source = new();
63
PaperSource
source = new()
82
PaperSource
source = new()