1 write to _form
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\InheritanceUITests.cs (1)
24
_form
= new Form();
2 references to _form
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\InheritanceUITests.cs (2)
25
_control = new Control { Parent =
_form
};
35
_form
.Dispose();