1 instantiation of BLENDFUNCTION
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
228_blendFunc = new NativeMethods.BLENDFUNCTION();
2 references to BLENDFUNCTION
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (1)
47NativeMethods.BLENDFUNCTION _blendFunc;
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
1740public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, NativeMethods.POINT pptDst, NativeMethods.POINT pSizeDst, IntPtr hdcSrc, NativeMethods.POINT pptSrc, int crKey, ref NativeMethods.BLENDFUNCTION pBlend, int dwFlags);