4 references to GWL_STYLE
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Tools\Common\Win32Interop.cs (2)
56
IntPtr windowStyle = Win32Interop.GetWindowLongPtr(hwnd.Handle, Win32Interop.
GWL_STYLE
);
65
Win32Interop.SetWindowLongPtr(hwnd, Win32Interop.
GWL_STYLE
, (IntPtr)windowStyle);
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
32
IntPtr style = Win32Interop.GetWindowLongPtr(hwnd, Win32Interop.
GWL_STYLE
);
47
Win32Interop.SetWindowLongPtr(new HandleRef(window, hwnd), Win32Interop.
GWL_STYLE
, style);