17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2416_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2427_Style |= NativeMethods.WS_VISIBLE; 2654_Style = _swh.StyleFromHwnd; 2655_Style &= ~NativeMethods.WS_CAPTION; 2961_Style &= ~NativeMethods.WS_CAPTION; 2970_Style &= (~NativeMethods.WS_CAPTION); 2974_Style |= NativeMethods.WS_CAPTION; 2978_Style |= NativeMethods.WS_CAPTION; 2983_Style |= NativeMethods.WS_CAPTION; 3247_Style = value; 4001_Style |= NativeMethods.WS_MAXIMIZE; 4004_Style |= NativeMethods.WS_MINIMIZE; 4037_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 4045_Style |= NativeMethods.WS_MINIMIZEBOX; 4049_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5622_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7690_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2625WindowStyle = _Style, 3238return _Style; 5195int style = _Style; 5622_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;