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