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