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