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)
47
NativeMethods.
BLENDFUNCTION
_blendFunc;
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
1740
public 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);