11 writes to _StyleEx
PresentationFramework (11)
System\Windows\Window.cs (11)
2425
_StyleEx
= 0;
2970
_StyleEx
&= ~(NativeMethods.WS_EX_CLIENTEDGE | NativeMethods.WS_EX_TOOLWINDOW);
2987
_StyleEx
|= NativeMethods.WS_EX_CLIENTEDGE;
2992
_StyleEx
|= NativeMethods.WS_EX_TOOLWINDOW;
4035
_StyleEx
|= NativeMethods.WS_EX_TOPMOST;
4039
_StyleEx
&= ~NativeMethods.WS_EX_TOPMOST;
6412
_StyleEx
&= ~NativeMethods.WS_EX_APPWINDOW;
6416
_StyleEx
|= NativeMethods.WS_EX_APPWINDOW;
6843
_StyleEx
&= ~NativeMethods.WS_EX_LAYOUTRTL;
6847
_StyleEx
|= NativeMethods.WS_EX_LAYOUTRTL;
7723
_window.
_StyleEx
= StyleEx;
1 reference to _StyleEx
PresentationFramework (1)
System\Windows\Window.cs (1)
2634
ExtendedWindowStyle =
_StyleEx
,