11 writes to _StyleEx
PresentationFramework (11)
System\Windows\Window.cs (11)
2446
_StyleEx
= 0;
2990
_StyleEx
&= ~(NativeMethods.WS_EX_CLIENTEDGE | NativeMethods.WS_EX_TOOLWINDOW);
3007
_StyleEx
|= NativeMethods.WS_EX_CLIENTEDGE;
3012
_StyleEx
|= NativeMethods.WS_EX_TOOLWINDOW;
4054
_StyleEx
|= NativeMethods.WS_EX_TOPMOST;
4058
_StyleEx
&= ~NativeMethods.WS_EX_TOPMOST;
6427
_StyleEx
&= ~NativeMethods.WS_EX_APPWINDOW;
6431
_StyleEx
|= NativeMethods.WS_EX_APPWINDOW;
6858
_StyleEx
&= ~NativeMethods.WS_EX_LAYOUTRTL;
6862
_StyleEx
|= NativeMethods.WS_EX_LAYOUTRTL;
7736
_window.
_StyleEx
= StyleEx;
1 reference to _StyleEx
PresentationFramework (1)
System\Windows\Window.cs (1)
2655
param.ExtendedWindowStyle =
_StyleEx
;