17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2407_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2418_Style |= NativeMethods.WS_VISIBLE; 2645_Style = _swh.StyleFromHwnd; 2646_Style &= ~NativeMethods.WS_CAPTION; 2952_Style &= ~NativeMethods.WS_CAPTION; 2961_Style &= (~NativeMethods.WS_CAPTION); 2965_Style |= NativeMethods.WS_CAPTION; 2969_Style |= NativeMethods.WS_CAPTION; 2974_Style |= NativeMethods.WS_CAPTION; 3238_Style = value; 3992_Style |= NativeMethods.WS_MAXIMIZE; 3995_Style |= NativeMethods.WS_MINIMIZE; 4028_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 4036_Style |= NativeMethods.WS_MINIMIZEBOX; 4040_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5610_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7666_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2616WindowStyle = _Style, 3229return _Style; 5183int style = _Style; 5610_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;