4 references to STYLE
PresentationFramework (4)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (4)
571var style = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE); 1000var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE).ToInt32(); 1007NativeMethods.SetWindowLongPtr(_hwnd, GWL.STYLE, new IntPtr((int)dwNewStyle)); 1072var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.STYLE).ToInt32();