17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2352_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2363_Style |= NativeMethods.WS_VISIBLE; 2564_Style = _swh.StyleFromHwnd; 2565_Style &= ~NativeMethods.WS_CAPTION; 2871_Style &= ~NativeMethods.WS_CAPTION; 2880_Style &= (~NativeMethods.WS_CAPTION); 2884_Style |= NativeMethods.WS_CAPTION; 2888_Style |= NativeMethods.WS_CAPTION; 2893_Style |= NativeMethods.WS_CAPTION; 3157_Style = value; 3913_Style |= NativeMethods.WS_MAXIMIZE; 3916_Style |= NativeMethods.WS_MINIMIZE; 3949_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 3957_Style |= NativeMethods.WS_MINIMIZEBOX; 3961_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5540_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7610_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2536param.WindowStyle = _Style; 3148return _Style; 5113int style = _Style; 5540_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;