4 references to IsAlphaPixelFormat
System.Drawing.Common.Tests (4)
mono\System.Drawing\BitmapTests.cs (1)
151
bool alpha = Image.
IsAlphaPixelFormat
(format);
System\Drawing\BitmapTests.cs (2)
383
if (Image.
IsAlphaPixelFormat
(targetFormat))
1284
bool alpha = Image.
IsAlphaPixelFormat
(format);
System\Drawing\ImageTests.cs (1)
606
Assert.Equal(expected, Image.
IsAlphaPixelFormat
(format));