4 references to GetWindowLongPtr
PresentationFramework (4)
System\Windows\Shell\WindowChromeWorker.cs (4)
486var style = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE); 487var exstyle = (WS_EX)NativeMethods.GetWindowLongPtr(_hwnd, GWL.EXSTYLE); 863var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE).ToInt32(); 923var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE).ToInt32();