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)
239
if (!CollectionEditable || !
_dirty
)
668
if (!
_dirty
|| !CollectionEditable)
675
if (
_dirty
)
686
if (_removedItems is not null &&
_dirty
)
717
if (!
_dirty
&& _originalItems is not null)