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