34 references to SetExtendedState
System.Windows.Forms (34)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
93SetExtendedState(ExtendedStates.IsActiveX, true);
System\Windows\Forms\Application.MarshallingControl.cs (1)
19SetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged, false);
System\Windows\Forms\Application.ParkingWindow.cs (1)
25SetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged, false);
System\Windows\Forms\Control.cs (16)
988SetExtendedState(ExtendedStates.BecomingActiveControl, value); 1498set => SetExtendedState(ExtendedStates.TopMDIWindowClosing, value); 1508private set => SetExtendedState(ExtendedStates.CurrentlyBeingScaled, value); 6946SetExtendedState(ExtendedStates.SetScrollPosition, true); 7381SetExtendedState(ExtendedStates.HaveInvoked, true); 7382SetExtendedState(ExtendedStates.SetScrollPosition, false); 7460SetExtendedState(ExtendedStates.HaveInvoked, false); 8406SetExtendedState(ExtendedStates.ClearLayoutArgs, false); 8439SetExtendedState(ExtendedStates.ClearLayoutArgs, false); 8637SetExtendedState(ExtendedStates.InputKey, true); 8649SetExtendedState(ExtendedStates.InputChar, true); 8692target.SetExtendedState(ExtendedStates.InputKey, false); 8693target.SetExtendedState(ExtendedStates.InputChar, false); 8694target.SetExtendedState(ExtendedStates.UiCues, true); 8747target.SetExtendedState(ExtendedStates.UiCues, false); 9513SetExtendedState(ExtendedStates.ClearLayoutArgs, true);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
76SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
125SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
391SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
113SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
31SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
66SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
124SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
106SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
92SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
136SetExtendedState(
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
43SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
71SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
93SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\Panels\Panel.cs (1)
29SetExtendedState(ExtendedStates.UserPreferredSizeCache, true);
System\Windows\Forms\SendKeys\SendKeys.SKWindow.cs (1)
16SetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged, false);