4 references to SetWindowLongPtr
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Tools\Common\Win32Interop.cs (1)
65
Win32Interop.
SetWindowLongPtr
(hwnd, Win32Interop.GWL_STYLE, (IntPtr)windowStyle);
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (3)
26
Win32Interop.
SetWindowLongPtr
(new HandleRef(window, hwnd), Win32Interop.GWL_EXSTYLE, exStyle);
47
Win32Interop.
SetWindowLongPtr
(new HandleRef(window, hwnd), Win32Interop.GWL_STYLE, style);
76
Win32Interop.
SetWindowLongPtr
(new HandleRef(window, hwnd), Win32Interop.GWL_EXSTYLE, exStyle);