11 writes to _StyleEx
PresentationFramework (11)
System\Windows\Window.cs (11)
2418
_StyleEx
= 0;
2963
_StyleEx
&= ~(NativeMethods.WS_EX_CLIENTEDGE | NativeMethods.WS_EX_TOOLWINDOW);
2980
_StyleEx
|= NativeMethods.WS_EX_CLIENTEDGE;
2985
_StyleEx
|= NativeMethods.WS_EX_TOOLWINDOW;
4025
_StyleEx
|= NativeMethods.WS_EX_TOPMOST;
4029
_StyleEx
&= ~NativeMethods.WS_EX_TOPMOST;
6396
_StyleEx
&= ~NativeMethods.WS_EX_APPWINDOW;
6400
_StyleEx
|= NativeMethods.WS_EX_APPWINDOW;
6827
_StyleEx
&= ~NativeMethods.WS_EX_LAYOUTRTL;
6831
_StyleEx
|= NativeMethods.WS_EX_LAYOUTRTL;
7692
_window.
_StyleEx
= StyleEx;
1 reference to _StyleEx
PresentationFramework (1)
System\Windows\Window.cs (1)
2627
ExtendedWindowStyle =
_StyleEx
,