17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2445_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2456_Style |= NativeMethods.WS_VISIBLE; 2682_Style = _swh.StyleFromHwnd; 2683_Style &= ~NativeMethods.WS_CAPTION; 2989_Style &= ~NativeMethods.WS_CAPTION; 2998_Style &= (~NativeMethods.WS_CAPTION); 3002_Style |= NativeMethods.WS_CAPTION; 3006_Style |= NativeMethods.WS_CAPTION; 3011_Style |= NativeMethods.WS_CAPTION; 3275_Style = value; 4031_Style |= NativeMethods.WS_MAXIMIZE; 4034_Style |= NativeMethods.WS_MINIMIZE; 4067_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 4075_Style |= NativeMethods.WS_MINIMIZEBOX; 4079_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5658_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7735_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2654param.WindowStyle = _Style; 3266return _Style; 5231int style = _Style; 5658_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;