10 references to Disposed
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (8)
316Debug.Assert(value == null || !Disposed, "Why are we putting new children in after we are disposed?"); 338if (childCollection == null && !Disposed) { 569if (Disposed) { 628if (Disposed) { 868if (Disposed) { 1181Debug.Assert(!Disposed, "Why are we creating children after we are disposed?"); 1306if (Disposed) { 2439if (Disposed) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4804if (ipeCur.Disposed) { 5150if (oldEntry != null && !oldEntry.Disposed) {