6 references to Custom
System.Drawing.Common.Tests (6)
System\Drawing\Printing\PaperSourceTests.cs (6)
37
Assert.Equal(PaperSourceKind.
Custom
, source.Kind);
38
Assert.Equal((int)PaperSourceKind.
Custom
, source.RawKind);
43
[InlineData((int)PaperSourceKind.
Custom
, PaperSourceKind.
Custom
)]
57
[InlineData(int.MaxValue, PaperSourceKind.
Custom
)]
60
[InlineData(256, PaperSourceKind.
Custom
)]