17 writes to _Style
PresentationFramework (17)
System\Windows\Window.cs (17)
2424_Style = NativeMethods.WS_CLIPCHILDREN | NativeMethods.WS_SYSMENU; 2435_Style |= NativeMethods.WS_VISIBLE; 2662_Style = _swh.StyleFromHwnd; 2663_Style &= ~NativeMethods.WS_CAPTION; 2969_Style &= ~NativeMethods.WS_CAPTION; 2978_Style &= (~NativeMethods.WS_CAPTION); 2982_Style |= NativeMethods.WS_CAPTION; 2986_Style |= NativeMethods.WS_CAPTION; 2991_Style |= NativeMethods.WS_CAPTION; 3255_Style = value; 4012_Style |= NativeMethods.WS_MAXIMIZE; 4015_Style |= NativeMethods.WS_MINIMIZE; 4048_Style &= ~(NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX); 4056_Style |= NativeMethods.WS_MINIMIZEBOX; 4060_Style |= NativeMethods.WS_THICKFRAME | NativeMethods.WS_MAXIMIZEBOX | NativeMethods.WS_MINIMIZEBOX; 5639_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style; 7722_window._Style = Style;
5 references to _Style
PresentationFramework (5)
System\Windows\Window.cs (5)
2633WindowStyle = _Style, 3246return _Style; 5212int style = _Style; 5639_Style = _isVisible ? (_Style | NativeMethods.WS_VISIBLE) : _Style;