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