2 references to CreateBitmap
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
340IntPtr hBitmap = SafeNativeMethods.CreateBitmap(8, 8, 1, 1, grayPattern);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
687IntPtr hbitmapTemp = SafeNativeMethods.CreateBitmap(8, 8, 1, 1, patternBits);