8 references to DwmSetWindowAttribute
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
11258PInvoke.DwmSetWindowAttribute(
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
600_ = PInvoke.DwmSetWindowAttribute(
System\Windows\Forms\Form.cs (3)
2322PInvoke.DwmSetWindowAttribute( 2528PInvoke.DwmSetWindowAttribute( 5017PInvoke.DwmSetWindowAttribute(
System\Windows\Forms\Form.RevealMode.cs (1)
201HRESULT result = PInvoke.DwmSetWindowAttribute(
System.Windows.Forms.Primitives (2)
_generated\413\Windows.Win32.PInvoke.dwmapi.dll.g.cs (2)
58 /// <inheritdoc cref="DwmSetWindowAttribute(winmdroot.Foundation.HWND, winmdroot.Graphics.Dwm.DWMWINDOWATTRIBUTE, void*, uint)"/> 64 winmdroot.Foundation.HRESULT __result = PInvoke.DwmSetWindowAttribute(hwnd, dwAttribute, (void* )pvAttributeLocal, (uint )pvAttribute.Length);