17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2432_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2443_Style |= NativeMethods.WS_VISIBLE; 2669_Style = _swh.StyleFromHwnd; 2670_Style &= ~NativeMethods.WS_CAPTION; 2976_Style &= ~NativeMethods.WS_CAPTION; 2985_Style &= (~NativeMethods.WS_CAPTION); 2989_Style |= NativeMethods.WS_CAPTION; 2993_Style |= NativeMethods.WS_CAPTION; 2998_Style |= NativeMethods.WS_CAPTION; 3262_Style = value; 4018_Style |= NativeMethods.WS_MAXIMIZE; 4021_Style |= NativeMethods.WS_MINIMIZE; 4054_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 4062_Style |= NativeMethods.WS_MINIMIZEBOX; 4066_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5645_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7722_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2641param.WindowStyle = _Style; 3253return _Style; 5218int style = _Style; 5645_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;