4 references to GetWindowLongPtr
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Tools\Common\Win32Interop.cs (1)
56
IntPtr windowStyle = Win32Interop.
GetWindowLongPtr
(hwnd.Handle, Win32Interop.GWL_STYLE);
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (3)
17
IntPtr exStyle = Win32Interop.
GetWindowLongPtr
(hwnd, Win32Interop.GWL_EXSTYLE);
32
IntPtr style = Win32Interop.
GetWindowLongPtr
(hwnd, Win32Interop.GWL_STYLE);
67
IntPtr exStyle = Win32Interop.
GetWindowLongPtr
(hwnd, Win32Interop.GWL_EXSTYLE);