2 references to SetLayeredWindowAttributes
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.SetLayeredWindowAttributes.cs (2)
8/// <inheritdoc cref="SetLayeredWindowAttributes(HWND, COLORREF, byte, LAYERED_WINDOW_ATTRIBUTES_FLAGS)"/> 12BOOL result = SetLayeredWindowAttributes(hwnd.Handle, crKey, bAlpha, dwFlags);