5 references to GWL
PresentationFramework (5)
System\Windows\Shell\WindowChromeWorker.cs (3)
618
var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd,
GWL
.STYLE).ToInt32();
625
NativeMethods.SetWindowLongPtr(_hwnd,
GWL
.STYLE, new IntPtr((int)dwNewStyle));
678
var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd,
GWL
.STYLE).ToInt32();
System\Windows\Standard\NativeMethods.cs (2)
2761
public static IntPtr GetWindowLongPtr(IntPtr hwnd,
GWL
nIndex)
2949
public static IntPtr SetWindowLongPtr(IntPtr hwnd,
GWL
nIndex, IntPtr dwNewLong)