84 references to SetState
System.Windows.Forms (84)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1025SetState(States.Visible, false); 1588SetState(States.Visible, value); 3152SetState(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)
540SetState(States.AllowDrop, value); 554SetState(States.AllowDrop, !value); 700SetState(States.OwnCtlBrush, false); 705SetState(States.OwnCtlBrush, true); 1086SetState(States.CausesValidation, value); 1412set => SetState(States.ValidationCancelled, value); 1759SetState(States.Enabled, value); 2169SetState(States.HostedInDialog, topMost.HostedInWin32DialogManager); 2175SetState(States.HostedInDialog, false); 2191SetState(States.HostedInDialog, true); 2200SetState(States.CheckedHost, true); 2327set => SetState(States.IsAccessible, value); 2376SetState(States.Mirrored, (cp.ExStyle & (int)WINDOW_EX_STYLE.WS_EX_LAYOUTRTL) != 0); 3088SetState(States.TabStop, value); 3357SetState(States.UseWaitCursor, value); 3757SetState(States.LayoutIsDirty, true); 4222SetState(States.CheckedHost, false); 4479SetState(States.CreatingHandle, true); 4488SetState(States.Mirrored, (cp.ExStyle & (int)WINDOW_EX_STYLE.WS_EX_LAYOUTRTL) != 0); 4522SetState(States.CreatingHandle, false); 4570SetState(States.Created, true); 4602SetState(States.Created, false); 4640SetState(States.ThreadMarshalPending, true); 4720SetState(States.Disposing, true); 4756SetState(States.Disposing, false); 4757SetState(States.Disposed, true); 5704SetState(States.TrackingMouseEvent, true); 6965SetState(States.ParentRecreating, false); 6980SetState(States.ParentRecreating, true); 7294SetState(States.ThreadMarshalPending, false); 7648ParentInternal.SetState(States.LayoutIsDirty, true); 8259SetState(States.ExceptionWhilePainting, true); 8331SetState(States.LayoutDeferred, true); 8360SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 9120SetState(States.MouseEnterPending, true); 9127SetState(States.Recreate, true); 9175SetState(States.Created, false); 9182SetState(States.Recreate, false); 9451SetState(States.DropTarget, accept); 10127SetState(States.Created, false); 10254SetState(States.TopLevel, value); 10302SetState(States.Visible, value); 10323SetState(States.Visible, !value); 10330SetState(States.Visible, value); 10365SetState(States.Visible, value); 10693SetState(States.TrackingMouseEvent, false); 10960SetState(States.Mirrored, ((WINDOW_EX_STYLE)cp.ExStyle).HasFlag(WINDOW_EX_STYLE.WS_EX_LAYOUTRTL)); 11308SetState(States.Created, false); 11313SetState(States.Visible, false); 11352SetState(States.MousePressed, true); 11569SetState(States.DoubleClickFired, false); 11570SetState(States.MousePressed, false); 11571SetState(States.ValidationCancelled, false); 11965SetState(States.Visible, true); 11979SetState(States.Visible, oldVisibleBit); 11998SetState(States.Visible, false); 12333SetState(States.DoubleClickFired, true); 12350SetState(States.DoubleClickFired, true); 12375SetState(States.DoubleClickFired, true); 12426SetState(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)
1089SetState(States.Visible, false); 1094SetState(States.Modal, true);
System\Windows\Forms\Form.cs (12)
206SetState(States.Visible, false); 207SetState(States.TopLevel, true); 811SetState(States.SizeLockedByOS, true); 1500SetState(States.TopLevel, false); 2122SetState(States.Visible, false); 2129SetState(States.Visible, true); 2481SetState(States.SizeLockedByOS, false); 2485SetState(States.SizeLockedByOS, true); 5625SetState(States.Modal, true); 5711SetState(States.Modal, false); 6476SetState(States.SizeLockedByOS, false); 6480SetState(States.SizeLockedByOS, true);
System\Windows\Forms\MDI\MDIClient.cs (1)
106SetState(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);