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