3 references to DWMWA
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
2841
private static extern void _DwmSetWindowAttribute(IntPtr hwnd,
DWMWA
dwAttribute, ref int pvAttribute, int cbAttribute);
2852
_DwmSetWindowAttribute(hwnd,
DWMWA
.FLIP3D_POLICY, ref dwPolicy, sizeof(int));
2864
_DwmSetWindowAttribute(hwnd,
DWMWA
.DISALLOW_PEEK, ref dwDisallow, sizeof(int));