2 references to GetWindowLongPtr
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
613
var dwStyle = (WS)NativeMethods.
GetWindowLongPtr
(_hwnd, GWL.STYLE).ToInt32();
673
var dwStyle = (WS)NativeMethods.
GetWindowLongPtr
(_hwnd, GWL.STYLE).ToInt32();