11 writes to _StyleEx
PresentationFramework (11)
System\Windows\Window.cs (11)
2417
_StyleEx
= 0;
2962
_StyleEx
&= ~(NativeMethods.WS_EX_CLIENTEDGE | NativeMethods.WS_EX_TOOLWINDOW);
2979
_StyleEx
|= NativeMethods.WS_EX_CLIENTEDGE;
2984
_StyleEx
|= NativeMethods.WS_EX_TOOLWINDOW;
4024
_StyleEx
|= NativeMethods.WS_EX_TOPMOST;
4028
_StyleEx
&= ~NativeMethods.WS_EX_TOPMOST;
6395
_StyleEx
&= ~NativeMethods.WS_EX_APPWINDOW;
6399
_StyleEx
|= NativeMethods.WS_EX_APPWINDOW;
6826
_StyleEx
&= ~NativeMethods.WS_EX_LAYOUTRTL;
6830
_StyleEx
|= NativeMethods.WS_EX_LAYOUTRTL;
7691
_window.
_StyleEx
= StyleEx;
1 reference to _StyleEx
PresentationFramework (1)
System\Windows\Window.cs (1)
2626
ExtendedWindowStyle =
_StyleEx
,