11 writes to _StyleEx
PresentationFramework (11)
System\Windows\Window.cs (11)
2433
_StyleEx
= 0;
2977
_StyleEx
&= ~(NativeMethods.WS_EX_CLIENTEDGE | NativeMethods.WS_EX_TOOLWINDOW);
2994
_StyleEx
|= NativeMethods.WS_EX_CLIENTEDGE;
2999
_StyleEx
|= NativeMethods.WS_EX_TOOLWINDOW;
4041
_StyleEx
|= NativeMethods.WS_EX_TOPMOST;
4045
_StyleEx
&= ~NativeMethods.WS_EX_TOPMOST;
6414
_StyleEx
&= ~NativeMethods.WS_EX_APPWINDOW;
6418
_StyleEx
|= NativeMethods.WS_EX_APPWINDOW;
6845
_StyleEx
&= ~NativeMethods.WS_EX_LAYOUTRTL;
6849
_StyleEx
|= NativeMethods.WS_EX_LAYOUTRTL;
7723
_window.
_StyleEx
= StyleEx;
1 reference to _StyleEx
PresentationFramework (1)
System\Windows\Window.cs (1)
2642
param.ExtendedWindowStyle =
_StyleEx
;