3 references to STYLE
PresentationFramework (3)
System\Windows\Shell\WindowChromeWorker.cs (3)
612
var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.
STYLE
).ToInt32();
619
NativeMethods.SetWindowLongPtr(_hwnd, GWL.
STYLE
, new IntPtr((int)dwNewStyle));
672
var dwStyle = (WS)NativeMethods.GetWindowLongPtr(_hwnd, GWL.
STYLE
).ToInt32();