84 references to SetState
System.Windows.Forms (84)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1026SetState(States.Visible, false); 1589SetState(States.Visible, value); 3153SetState(States.Visible, visible);
System\Windows\Forms\Application.ParkingWindow.cs (1)
26SetState(States.TopLevel, true);
System\Windows\Forms\Control.ControlNativeWindow.cs (1)
102_control.SetState(States.MouseEnterPending, false);
System\Windows\Forms\Control.cs (60)
635SetState(States.AllowDrop, value); 649SetState(States.AllowDrop, !value); 795SetState(States.OwnCtlBrush, false); 800SetState(States.OwnCtlBrush, true); 1181SetState(States.CausesValidation, value); 1507set => SetState(States.ValidationCancelled, value); 1854SetState(States.Enabled, value); 2264SetState(States.HostedInDialog, topMost.HostedInWin32DialogManager); 2270SetState(States.HostedInDialog, false); 2286SetState(States.HostedInDialog, true); 2295SetState(States.CheckedHost, true); 2422set => SetState(States.IsAccessible, value); 2471SetState(States.Mirrored, (cp.ExStyle & (int)WINDOW_EX_STYLE.WS_EX_LAYOUTRTL) != 0); 3183SetState(States.TabStop, value); 3452SetState(States.UseWaitCursor, value); 3852SetState(States.LayoutIsDirty, true); 4317SetState(States.CheckedHost, false); 4574SetState(States.CreatingHandle, true); 4583SetState(States.Mirrored, (cp.ExStyle & (int)WINDOW_EX_STYLE.WS_EX_LAYOUTRTL) != 0); 4617SetState(States.CreatingHandle, false); 4665SetState(States.Created, true); 4697SetState(States.Created, false); 4735SetState(States.ThreadMarshalPending, true); 4815SetState(States.Disposing, true); 4851SetState(States.Disposing, false); 4852SetState(States.Disposed, true); 5839SetState(States.TrackingMouseEvent, true); 7097SetState(States.ParentRecreating, false); 7112SetState(States.ParentRecreating, true); 7426SetState(States.ThreadMarshalPending, false); 7778ParentInternal.SetState(States.LayoutIsDirty, true); 8380SetState(States.ExceptionWhilePainting, true); 8452SetState(States.LayoutDeferred, true); 8481SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 9244SetState(States.MouseEnterPending, true); 9251SetState(States.Recreate, true); 9301SetState(States.Created, false); 9308SetState(States.Recreate, false); 9592SetState(States.DropTarget, accept); 10257SetState(States.Created, false); 10398SetState(States.TopLevel, value); 10446SetState(States.Visible, value); 10467SetState(States.Visible, !value); 10474SetState(States.Visible, value); 10509SetState(States.Visible, value); 10837SetState(States.TrackingMouseEvent, false); 11104SetState(States.Mirrored, ((WINDOW_EX_STYLE)cp.ExStyle).HasFlag(WINDOW_EX_STYLE.WS_EX_LAYOUTRTL)); 11452SetState(States.Created, false); 11457SetState(States.Visible, false); 11496SetState(States.MousePressed, true); 11710SetState(States.DoubleClickFired, false); 11711SetState(States.MousePressed, false); 11712SetState(States.ValidationCancelled, false); 12105SetState(States.Visible, true); 12119SetState(States.Visible, oldVisibleBit); 12138SetState(States.Visible, false); 12473SetState(States.DoubleClickFired, true); 12490SetState(States.DoubleClickFired, true); 12515SetState(States.DoubleClickFired, true); 12566SetState(States.DoubleClickFired, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
666SetState(States.Modal, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1083SetState(States.Visible, false); 1088SetState(States.Modal, true);
System\Windows\Forms\Form.cs (12)
206SetState(States.Visible, false); 207SetState(States.TopLevel, true); 807SetState(States.SizeLockedByOS, true); 1493SetState(States.TopLevel, false); 2199SetState(States.Visible, false); 2206SetState(States.Visible, true); 2548SetState(States.SizeLockedByOS, false); 2552SetState(States.SizeLockedByOS, true); 5723SetState(States.Modal, true); 5809SetState(States.Modal, false); 6583SetState(States.SizeLockedByOS, false); 6587SetState(States.SizeLockedByOS, true);
System\Windows\Forms\MDI\MDIClient.cs (1)
102SetState(States.Enabled, false);
System\Windows\Forms\SendKeys\SendKeys.SKWindow.cs (1)
15SetState(States.TopLevel, true);
System\Windows\Forms\UserControl.cs (2)
32SetState(States.Visible, true); 33SetState(States.TopLevel, false);