4 references to CreateDIBSection
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsContext.cs (1)
409hbitmap = PInvokeCore.CreateDIBSection(hdc, bitmapInfo, DIB_USAGE.DIB_RGB_COLORS, &pvBits, HANDLE.Null, 0);
System.Private.Windows.Core (2)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
202 /// <inheritdoc cref="CreateDIBSection(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.BITMAPINFO*, winmdroot.Graphics.Gdi.DIB_USAGE, void**, winmdroot.Foundation.HANDLE, uint)"/> 208 winmdroot.Graphics.Gdi.HBITMAP __result = PInvokeCore.CreateDIBSection(hdc, pbmi, usage, ppvBitsLocal, hSection, offset);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
222hbitmap = PInvokeCore.CreateDIBSection(