2 writes to isDirty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
547
this.
isDirty
= false;
598
isDirty
= value;
1 reference to isDirty
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
595
return
isDirty
;