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