10 references to Disposed
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (8)
184Debug.Assert(value is null || !Disposed, "Why are we putting new children in after we are disposed?"); 204if (_children is null && !Disposed) 458if (Disposed) 520ObjectDisposedException.ThrowIf(Disposed, typeof(GridItem)); 711ObjectDisposedException.ThrowIf(Disposed, typeof(GridItem)); 926Debug.Assert(!Disposed, "Why are we creating children after we are disposed?"); 1073if (Disposed) 2048if (Disposed)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4700if (entry.Disposed) 5083if (oldEntry is not null && !oldEntry.Disposed)