11 writes to _StyleEx
PresentationFramework (11)
System\Windows\Window.cs (11)
2408
_StyleEx
= 0;
2953
_StyleEx
&= ~(NativeMethods.WS_EX_CLIENTEDGE | NativeMethods.WS_EX_TOOLWINDOW);
2970
_StyleEx
|= NativeMethods.WS_EX_CLIENTEDGE;
2975
_StyleEx
|= NativeMethods.WS_EX_TOOLWINDOW;
4015
_StyleEx
|= NativeMethods.WS_EX_TOPMOST;
4019
_StyleEx
&= ~NativeMethods.WS_EX_TOPMOST;
6383
_StyleEx
&= ~NativeMethods.WS_EX_APPWINDOW;
6387
_StyleEx
|= NativeMethods.WS_EX_APPWINDOW;
6814
_StyleEx
&= ~NativeMethods.WS_EX_LAYOUTRTL;
6818
_StyleEx
|= NativeMethods.WS_EX_LAYOUTRTL;
7667
_window.
_StyleEx
= StyleEx;
1 reference to _StyleEx
PresentationFramework (1)
System\Windows\Window.cs (1)
2617
ExtendedWindowStyle =
_StyleEx
,