9 writes to _dirty
System.Windows.Forms.Design (9)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (9)
152
_dirty
= true;
258
_dirty
= false;
333
_dirty
= true;
684
_dirty
= false;
716
_dirty
= false;
737
_dirty
= true;
856
_dirty
= true;
890
_dirty
= true;
999
_dirty
= true;
5 references to _dirty
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (5)
253
if (!CollectionEditable || !
_dirty
)
682
if (!
_dirty
|| !CollectionEditable)
689
if (
_dirty
)
700
if (_removedItems is not null &&
_dirty
)
731
if (!
_dirty
&& _originalItems is not null)