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