2 references to
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
393public Control(string? text, int left, int top, int width, int height) : this(null, text, left, top, width, height)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1139public SubControl(Control parent, string text, int left, int top, int width, int height) : base(parent, text, left, top, width, height)