17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2413_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2424_Style |= NativeMethods.WS_VISIBLE; 2651_Style = _swh.StyleFromHwnd; 2652_Style &= ~NativeMethods.WS_CAPTION; 2958_Style &= ~NativeMethods.WS_CAPTION; 2967_Style &= (~NativeMethods.WS_CAPTION); 2971_Style |= NativeMethods.WS_CAPTION; 2975_Style |= NativeMethods.WS_CAPTION; 2980_Style |= NativeMethods.WS_CAPTION; 3244_Style = value; 3998_Style |= NativeMethods.WS_MAXIMIZE; 4001_Style |= NativeMethods.WS_MINIMIZE; 4034_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 4042_Style |= NativeMethods.WS_MINIMIZEBOX; 4046_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5616_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7681_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2622WindowStyle = _Style, 3235return _Style; 5189int style = _Style; 5616_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;