10 references to Disposed
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (8)
181Debug.Assert(value is null || !Disposed, "Why are we putting new children in after we are disposed?"); 201if (_children is null && !Disposed) 452if (Disposed) 514ObjectDisposedException.ThrowIf(Disposed, typeof(GridItem)); 705ObjectDisposedException.ThrowIf(Disposed, typeof(GridItem)); 920Debug.Assert(!Disposed, "Why are we creating children after we are disposed?"); 1067if (Disposed) 2042if (Disposed)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4694if (entry.Disposed) 5077if (oldEntry is not null && !oldEntry.Disposed)