1 instantiation of BITMAPINFO_FLAT
System.Drawing (1)
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
445
NativeMethods.BITMAPINFO_FLAT pbmi = new NativeMethods.
BITMAPINFO_FLAT
();
6 references to BITMAPINFO_FLAT
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (3)
3966
public static extern int GetDIBits(HandleRef hdc, HandleRef hbm, int arg1, int arg2, IntPtr arg3, ref NativeMethods.
BITMAPINFO_FLAT
bmi, int arg5);
3982
public static extern IntPtr IntCreateDIBSection(HandleRef hdc, ref NativeMethods.
BITMAPINFO_FLAT
bmi, int iUsage, ref IntPtr ppvBits, IntPtr hSection, int dwOffset);
3983
public static IntPtr CreateDIBSection(HandleRef hdc, ref NativeMethods.
BITMAPINFO_FLAT
bmi, int iUsage, ref IntPtr ppvBits, IntPtr hSection, int dwOffset) {
commonui\System\Drawing\BufferedGraphicsContext.cs (3)
244
private bool bFillBitmapInfo(IntPtr hdc, IntPtr hpal, ref NativeMethods.
BITMAPINFO_FLAT
pbmi) {
323
private unsafe bool bFillColorTable(IntPtr hdc, IntPtr hpal, ref NativeMethods.
BITMAPINFO_FLAT
pbmi) {
445
NativeMethods.
BITMAPINFO_FLAT
pbmi = new NativeMethods.BITMAPINFO_FLAT();