37 references to STATE_VISIBLE
System.Windows.Forms (37)
winforms\Managed\System\WinForms\AxHost.cs (7)
616else if (f.Visible && !GetState(STATE_VISIBLE) && IsHandleCreated && GetOcState() >= OC_INPLACE) { 1436SetState(STATE_VISIBLE, false); 1889if (GetState(STATE_VISIBLE) != value) { 1930SetState(STATE_VISIBLE, value); 3505bool visible = GetState(STATE_VISIBLE); 3510if (visible != GetState(STATE_VISIBLE)) { 3511SetState(STATE_VISIBLE, visible);
winforms\Managed\System\WinForms\Control.cs (18)
501state = STATE_VISIBLE | STATE_ENABLED | STATE_TABSTOP | STATE_CAUSESVALIDATION; 1890if ((state & STATE_VISIBLE) != 0) cp.Style |= NativeMethods.WS_VISIBLE; 6652if (!GetState(STATE_VISIBLE)) 8471if (GetState(STATE_VISIBLE)) { 8478if (GetState(STATE_VISIBLE)) { 12140SetState(STATE_VISIBLE, value); 12154SetState(STATE_VISIBLE, !value); 12159SetState(STATE_VISIBLE, value); 12179if (!GetState(STATE_VISIBLE) && !value && IsHandleCreated) { 12189SetState(STATE_VISIBLE, value); 12306return (!GetState(STATE_VISIBLE)); 12744if ((state & STATE_VISIBLE) != 0){ 13316SetState(STATE_VISIBLE, false); 13936bool oldVisibleBit = GetState(STATE_VISIBLE); 13937SetState(STATE_VISIBLE, true); 13948SetState(STATE_VISIBLE, oldVisibleBit); 13965SetState(STATE_VISIBLE, false); 14479get { return GetState(STATE_VISIBLE); }
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17293if (GetState(STATE_VISIBLE))
winforms\Managed\System\WinForms\Form.cs (5)
319SetState(STATE_VISIBLE, false); 1907bool oldVisibleBit = GetState(STATE_VISIBLE); 2696SetState(STATE_VISIBLE, false); 2704SetState(STATE_VISIBLE, true); 4387return GetState(STATE_VISIBLE) && IsHandleCreated;
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
471if (current != null && current.GetState(STATE_VISIBLE)) { 520if (current != null && current.GetState(STATE_VISIBLE)) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4789get { return GetState(STATE_VISIBLE);}
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1306SetState(STATE_VISIBLE, false);
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
88get { return GetState(STATE_VISIBLE); }
winforms\Managed\System\WinForms\UserControl.cs (1)
50SetState(STATE_VISIBLE, true);