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