4 references to STYLE
PresentationFramework (4)
System\Windows\Shell\WindowChromeWorker.cs (4)
486var style = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE); 863var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE).ToInt32(); 870NativeMethods.SetWindowLongPtr(_hwnd, GWL.STYLE, new IntPtr((int)dwNewStyle)); 923var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE).ToInt32();