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)
384
if (Image.
IsAlphaPixelFormat
(targetFormat))
1285
bool alpha = Image.
IsAlphaPixelFormat
(format);
System\Drawing\ImageTests.cs (1)
604
Assert.Equal(expected, Image.
IsAlphaPixelFormat
(format));