17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2417_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2428_Style |= NativeMethods.WS_VISIBLE; 2655_Style = _swh.StyleFromHwnd; 2656_Style &= ~NativeMethods.WS_CAPTION; 2962_Style &= ~NativeMethods.WS_CAPTION; 2971_Style &= (~NativeMethods.WS_CAPTION); 2975_Style |= NativeMethods.WS_CAPTION; 2979_Style |= NativeMethods.WS_CAPTION; 2984_Style |= NativeMethods.WS_CAPTION; 3248_Style = value; 4002_Style |= NativeMethods.WS_MAXIMIZE; 4005_Style |= NativeMethods.WS_MINIMIZE; 4038_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 4046_Style |= NativeMethods.WS_MINIMIZEBOX; 4050_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5623_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7691_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2626WindowStyle = _Style, 3239return _Style; 5196int style = _Style; 5623_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;