1 instantiation of BITMAPINFO
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
450
MS.Win32.NativeMethods.BITMAPINFO bmInfo = new MS.Win32.NativeMethods.
BITMAPINFO
(width, height, 32 /*bpp*/);
4 references to BITMAPINFO
WindowsBase (4)
Base\System\Windows\SplashScreen.cs (1)
450
MS.Win32.NativeMethods.
BITMAPINFO
bmInfo = new MS.Win32.NativeMethods.BITMAPINFO(width, height, 32 /*bpp*/);
Shared\MS\Win32\NativeMethodsOther.cs (1)
627
return Marshal.SizeOf(typeof(
BITMAPINFO
));
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
1840
private static extern NativeMethods.BitmapHandle PrivateCreateDIBSection(HandleRef hdc, ref NativeMethods.
BITMAPINFO
bitmapInfo, int iUsage, ref IntPtr ppvBits, SafeFileMappingHandle hSection, int dwOffset);
1845
internal static NativeMethods.BitmapHandle CreateDIBSection(HandleRef hdc, ref NativeMethods.
BITMAPINFO
bitmapInfo, int iUsage, ref IntPtr ppvBits, SafeFileMappingHandle hSection, int dwOffset)