8 references to Custom
System.Drawing.Common.Tests (8)
System\Drawing\Printing\PaperSizeTests.cs (8)
37Assert.Equal(PaperKind.Custom, size.Kind); 51Assert.Equal(PaperKind.Custom, size.Kind); 62yield return new object[] { (int)PaperKind.Custom }; 157[InlineData((int)PaperKind.Custom, PaperKind.Custom)] 160[InlineData(999999, PaperKind.Custom)] 161[InlineData(int.MaxValue, PaperKind.Custom)] 162[InlineData(1 + (int)PaperKind.PrcEnvelopeNumber10Rotated, PaperKind.Custom)]