2 references to
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
398public Control(string? text) : this(null, text) 422public Control(Control? parent, string? text, int left, int top, int width, int height) : this(parent, text)