9 writes to _dirty
System.Windows.Forms.Design (9)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (9)
138_dirty = true; 244_dirty = false; 319_dirty = true; 670_dirty = false; 702_dirty = false; 723_dirty = true; 842_dirty = true; 876_dirty = true; 991_dirty = true;
5 references to _dirty
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (5)
239if (!CollectionEditable || !_dirty) 668if (!_dirty || !CollectionEditable) 675if (_dirty) 686if (_removedItems is not null && _dirty) 717if (!_dirty && _originalItems is not null)