35 references to Disposing
System.Windows.Forms (32)
System\Windows\Forms\Control.cs (4)
5443if (control.Disposing) 10994if (!Disposing && IsHandleCreated) 11428if (!RecreatingHandle && !Disposing && !IsDisposed && GetState(States.TrackingMouseEvent)) 11443if (!Disposing)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1130if (Disposing || IsDisposed)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2373if (Disposing)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2820if (DataGridView is not null && !DataGridView.IsDisposed && !DataGridView.Disposing)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1178if (Disposing || IsDisposed)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
866if (Disposing || IsDisposed)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1809if (Disposing)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
392if (ListView is not null && ListView.IsHandleCreated && !ListView.Disposing && ListView.View == View.Details) 479if (ListView is not null && ListView.IsHandleCreated && !ListView.Disposing)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4713if (!Disposing && !VirtualMode) 5377if (IsHandleCreated && !Disposing)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1047if (Disposing || IsDisposed)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3363if (Disposing || GetFlag(Flags.RefreshingProperties))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3498if (Disposing || ParentInternal is null || ParentInternal.Disposing) 3518if (Disposing || ParentInternal is null || ParentInternal.Disposing)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1310if (!Disposing)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3665if (!Disposing && !IsDisposed) 4090if (!Disposing && !IsDisposed)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.RestoreFocusMessageFilter.cs (1)
19if (_ownerToolStrip.Disposing || _ownerToolStrip.IsDisposed || _ownerToolStrip.IsDropDown)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1732if (TopLevel && (!IsDisposed || !Disposing)) 1754if (toolStrip is not null && !(toolStrip.IsDisposed || toolStrip.Disposing))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2672if (parent.Disposing || parent.IsDisposed) 3008if (Owner is not null && !(Owner.IsDisposed || Owner.Disposing))
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
194!toolStrip.Disposing &&
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
392&& !_wrappedToolStrip.Disposing)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
203if (!Disposing && !IsDisposed)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
476if (Visible && !Disposing && !IsDisposed)
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
361if (Disposing || IsDisposed)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
367if (!_outerRect.IsEmpty && !_selUIsvc.Disposing)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
94if (Disposing)