8 references to WS_EX
PresentationFramework (8)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
572
var
exstyle = (
WS_EX
)NativeMethods.GetWindowLongPtr(_hwnd, GWL.EXSTYLE);
src\Framework\System\Windows\Standard\MessageWindow.cs (1)
70
public MessageWindow(CS classStyle, WS style,
WS_EX
exStyle, Rect location, string name, WndProc callback)
src\Framework\System\Windows\Standard\NativeMethods.cs (5)
1819
public
WS_EX
dwExStyle;
2418
private static extern bool _AdjustWindowRectEx(ref RECT lpRect, WS dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu,
WS_EX
dwExStyle);
2424
public static RECT AdjustWindowRectEx(RECT lpRect, WS dwStyle, bool bMenu,
WS_EX
dwExStyle)
2676
WS_EX
dwExStyle,
2695
WS_EX
dwExStyle,