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