3 references to Undefined
System.Drawing.Common (2)
System\Drawing\Imaging\PixelFormat.cs (2)
29/// <inheritdoc cref="GdiPlus.PixelFormat.Undefined"/> 30Undefined = GdiPlus.PixelFormat.Undefined,
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\GdiPlus\GpImageExtensions.cs (1)
30return status == Status.Ok ? (PixelFormat)format : PixelFormat.Undefined;