6 references to WS_EX
PresentationFramework (6)
System\Windows\Standard\MessageWindow.cs (1)
41
public MessageWindow(CS classStyle, WS style,
WS_EX
exStyle, Rect location, string name, WndProc callback)
System\Windows\Standard\NativeMethods.cs (5)
1715
public
WS_EX
dwExStyle;
2288
private static extern bool _AdjustWindowRectEx(ref RECT lpRect, WS dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu,
WS_EX
dwExStyle);
2290
public static RECT AdjustWindowRectEx(RECT lpRect, WS dwStyle, bool bMenu,
WS_EX
dwExStyle)
2456
WS_EX
dwExStyle,
2470
WS_EX
dwExStyle,