5 references to GetPixelFormatSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\ImageList\ImageList.cs (3)
551
Debug.Assert(Image.
GetPixelFormatSize
(sourceData.PixelFormat) == 32);
552
Debug.Assert(Image.
GetPixelFormatSize
(sourceData.PixelFormat) == Image.
GetPixelFormatSize
(targetData.PixelFormat));
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (2)
112
if (Image.
GetPixelFormatSize
(image.PixelFormat) > 16)
392
if (Image.
GetPixelFormatSize
(image.PixelFormat) > 16)