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