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