6 references to WS_VISIBLE
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.cs (1)
212cp.Style &= ~(int)WINDOW_STYLE.WS_VISIBLE;
System\Windows\Forms\Control.cs (2)
1434cp.Style |= (int)WINDOW_STYLE.WS_VISIBLE; 11090cp.Style |= (int)WINDOW_STYLE.WS_VISIBLE;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
94Style = (int)(WINDOW_STYLE.WS_VISIBLE | WINDOW_STYLE.WS_CHILD),
System\Windows\Forms\Form.cs (2)
826if ((cp.Style & (int)WINDOW_STYLE.WS_VISIBLE) != 0) 829cp.Style &= ~(int)WINDOW_STYLE.WS_VISIBLE;