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?"); 198if (_children is null && !Disposed) 449if (Disposed) 511ObjectDisposedException.ThrowIf(Disposed, typeof(GridItem)); 702ObjectDisposedException.ThrowIf(Disposed, typeof(GridItem)); 917Debug.Assert(!Disposed, "Why are we creating children after we are disposed?"); 1064if (Disposed) 2039if (Disposed)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4733if (entry.Disposed) 5116if (oldEntry is not null && !oldEntry.Disposed)