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