17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2432
_Style
= NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU;
2443
_Style
|= NativeMethods.WS_VISIBLE;
2669
_Style
= _swh.StyleFromHwnd;
2670
_Style
&= ~NativeMethods.WS_CAPTION;
2976
_Style
&= ~NativeMethods.WS_CAPTION;
2985
_Style
&= (~NativeMethods.WS_CAPTION);
2989
_Style
|= NativeMethods.WS_CAPTION;
2993
_Style
|= NativeMethods.WS_CAPTION;
2998
_Style
|= NativeMethods.WS_CAPTION;
3262
_Style
= value;
4018
_Style
|= NativeMethods.WS_MAXIMIZE;
4021
_Style
|= NativeMethods.WS_MINIMIZE;
4054
_Style
&= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX);
4062
_Style
|= NativeMethods.WS_MINIMIZEBOX;
4066
_Style
|= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX;
5645
_Style
= _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;
7722
_window.
_Style
= Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2641
param.WindowStyle =
_Style
;
3253
return
_Style
;
5218
int style =
_Style
;
5645
_Style = _isVisible ? (
_Style
| NativeMethods.WS_VISIBLE) :
_Style
;