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