4 references to GetWindowLongPtr
PresentationFramework (4)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (4)
571
var style = (WS)NativeMethods.
GetWindowLongPtr
(_hwnd, GWL.STYLE);
572
var exstyle = (WS_EX)NativeMethods.
GetWindowLongPtr
(_hwnd, GWL.EXSTYLE);
1000
var dwStyle = (WS)NativeMethods.
GetWindowLongPtr
(_hwnd, GWL.STYLE).ToInt32();
1072
var dwStyle = (WS)NativeMethods.
GetWindowLongPtr
(_hwnd, GWL.STYLE).ToInt32();