2 references to
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
562
public Control( string text ) :
this
( (Control) null, text ) {
586
public Control( Control parent, string text, int left, int top, int width, int height ) :
this
( parent, text ) {